Andreas Rumpf 4fc22cdd4d fixes #21245; warn about destructors that can raise (#21726) 2 years ago
..
manual 3aaec0647b turn on syntax highlighting in Manual & Tutorial (#17692) 4 years ago
advopt.txt 01c38610f5 Fixed formatting error for warningAsError. (#19634) 3 years ago
apis.rst e61381a293 follow-up #17692: more inline syntax highlighting (#17837) 4 years ago
astspec.txt 5b26f2bd81 fix deprecated example (#18721) 3 years ago
backends.rst b7a0c08b4f added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235) 3 years ago
basicopt.txt 70320482be basicopt.txt: Unify the format (#19251) 3 years ago
contributing.rst f86a530214 breaking changes policies (#18541) 3 years ago
destructors.rst 4fc22cdd4d fixes #21245; warn about destructors that can raise (#21726) 1 year ago
docgen.rst e7816a3e77 update docgen documentation (#18192) 3 years ago
docgen_sample.nim 6e0c06f50e fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + other fixes (#13550) 5 years ago
docs.rst 2bb3a85a7c renamed 'gc' switch to 'mm'; [backport:1.6] (#19187) 3 years ago
docstyle.rst 8f79bc5f3d add RST highlighting for command line / shells (also fixes #16858) (#17789) 4 years ago
drnim.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
effects.txt 3ea6446900 Nimrod renamed to Nim 10 years ago
estp.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
filelist.txt 436af88d8c follow-up #17837: add `Console` for interactive sessions (#17930) 4 years ago
filters.rst 3b1aabdcff change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18085) 3 years ago
grammar.txt 410254b485 fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930) 2 years ago
hcr.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
idetools.rst 83ae70cb54 RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17258) 4 years ago
intern.rst 9fc2918314 Document how to compile a reproducible build (#18953) 3 years ago
keywords.txt cae5e33a4a language change: 'generic' and 'atomic' are not keywords anymore 7 years ago
koch.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
lib.rst 1bba641fed Update `lib.rst` (#18605) 3 years ago
manual.rst ab1717984d Allow recursive closure iterators (#19939) 2 years ago
manual_experimental.rst 037f87d904 top-down type inference, implements rfc 149 (#20091) 2 years ago
manual_experimental_strictnotnil.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
mm.rst 2bb3a85a7c renamed 'gc' switch to 'mm'; [backport:1.6] (#19187) 3 years ago
mytest.cfg 60ff41a8da '#' value parcing is explained (disambiguated) (#12476) 5 years ago
nep1.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
nimc.rst 4877caa462 Implement threads on Zephyr (#19156) 3 years ago
nimdoc.css bbe05c1532 docgen: draw frame around active anchors (#18607) 3 years ago
nimfix.rst 83ae70cb54 RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17258) 4 years ago
nimgrep.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
nimgrep_cmdline.txt 368422c219 update nimgrep documentation (#17415) 4 years ago
niminst.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
nims.rst 3481ff6172 Update nims.rst to reflect that -d:release is now allowed in config.nims (#18221) 3 years ago
nimsuggest.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
overview.rst 9d2dfa9a99 further cleanups; refs #4934 8 years ago
packaging.rst 9fc2918314 Document how to compile a reproducible build (#18953) 3 years ago
pegdocs.txt e720bbdd76 Peg captures get stack-like behavior (#18369) 3 years ago
readme.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 years ago
refc.rst 2bb3a85a7c renamed 'gc' switch to 'mm'; [backport:1.6] (#19187) 3 years ago
regexprs.txt 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
rstcommon.rst e61381a293 follow-up #17692: more inline syntax highlighting (#17837) 4 years ago
sets_fragment.txt 94c4c01d9c small improvements for tut1.rst (#17935) 4 years ago
spawn.txt 56461c280f Change stdlib imports to use std prefix in most examples (#17202) 4 years ago
subexes.txt 5e9dd81baa more "eg" fixes 4 years ago
testament.rst c6e3ad4ab9 Fix default testament target in docs and cli help (#19796) 2 years ago
tools.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 years ago
tut1.rst 561b01004c [backport] change some examples in tut1.rst (#18884) 3 years ago
tut2.rst f01ffbf6f1 fix #19580; add warning for bare except: clause (#21099) 2 years ago
tut3.rst 3aaec0647b turn on syntax highlighting in Manual & Tutorial (#17692) 4 years ago

readme.txt

============================
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!