Files
Nim/doc
Adam Strzelecki 0b44d812f1 doc: Trim .txt files trailing whitespace
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:10:48 +02:00
..
2015-02-15 16:20:32 +00:00
2015-03-12 12:17:08 +01:00
2014-08-28 22:36:14 +02:00
2014-08-28 22:36:14 +02:00
2015-04-24 12:36:41 +02:00
2015-02-15 16:20:32 +00:00
2015-05-31 19:07:44 +02:00
2015-07-01 18:59:08 +02:00
2014-10-20 08:44:00 +02:00
2015-07-10 03:51:00 -04:00
2015-04-30 14:32:01 +02:00
2014-08-28 22:36:14 +02:00
2015-07-18 15:35:27 +02:00
2015-06-19 01:08:41 -05:00

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!