Files
Nim/doc
c-blake 601c050fcb Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
* Implement https://forum.nim-lang.org/t/7848#50018 with just the same
`SuccessX` hint category, build mode on a separate, final line, and
no change to how the mode is spelled for -d:release/-d:danger.

* Change to add a new BuildMode hint category and keep testament in sync
as per comment.

* Add "--hint:buildmode:off" to `defaultHintsOff`.

* Remove as requested.

* As requested for tests clean up.

* Address code review.

* Address code review.

* Mirror db45642311
2021-04-29 08:55:43 +02:00
..
2021-03-30 02:06:51 +02:00
2021-04-23 13:50:27 +02:00
2014-08-28 22:36:14 +02:00
2021-04-06 22:08:59 +02:00
2021-03-24 14:46:19 +01:00
2021-04-07 23:26:53 +02:00
2021-04-09 00:40:19 +02:00
2021-04-08 12:41:43 -05:00
2016-10-24 12:20:51 +02:00
2020-10-20 10:51:50 +02: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!