Miran d53e3db0eb fix #10287 (#10448) 6 years ago
..
manual 4f10b5edb6 improve documentation for 'var T return values'; refs #7373 7 years ago
advopt.txt f1b64e4b96 improve the compiler option "cppCompileToNamespace", a custom namespace can now be set 6 years ago
apis.rst b1b58b88cc integrate 'koch web' features into koch; deprecate 'nimweb' tool 6 years ago
astspec.txt 6fe79fd158 Fixed a wrong AST example (#8269) 6 years ago
backends.rst fa01531b8c fix outdated example to invoke Nim from C 6 years ago
basicopt.txt 32441d01e5 better doc for hard to find --define:SYMBOL:VAL (#8257) 6 years ago
contributing.rst d53e3db0eb fix #10287 (#10448) 6 years ago
docgen.rst b70b633e8e Fixes #9364 and add moduleDescription to jsondoc (#9396) 6 years ago
docgen_sample.nim 2ed7849921 Transforms docgen sample to be generated from source. 11 years ago
docs.rst f90ebaf6f3 Add link to tutorial part III to docs.rst (#10157) [ci skip] 6 years ago
docstyle.rst 9d2dfa9a99 further cleanups; refs #4934 8 years ago
effects.txt 3ea6446900 Nimrod renamed to Nim 10 years ago
endb.rst dedf0f3e19 Removed space between "array" and a square bracket in the docs 6 years ago
estp.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 years ago
filelist.txt d7a472743b fixes #2559 9 years ago
filters.rst aac04585ea Elaborate on source code filter usage in the documentation. (#9407) 6 years ago
gc.rst 915cc86f5d docs for the heap dump feature 8 years ago
grammar.txt 7d88738068 parser/grammar sync; fixes #9608 [backport] 6 years ago
idetools.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 years ago
intern.rst 0d5355b5fd intern.rst: minor formating improvements 6 years ago
keywords.txt cae5e33a4a language change: 'generic' and 'atomic' are not keywords anymore 7 years ago
koch.rst 7cf3944c38 Testament pre parallel (#9137) 6 years ago
lib.rst 818b23ce7b include missing modules in `lib.rst` 6 years ago
manual.rst 6b775905b6 remove float128 from the manual, fixes #10213 [ci skip] 6 years ago
mytest.cfg 2569c74909 docs: document that --flag is same as flag in cfg config files (#8430) 6 years ago
nep1.rst f8e219b877 add the apis.txt table to nep1.rst 6 years ago
nimc.rst 01b36cce1e Make Windows cross-compilation simpler (#9485) 6 years ago
nimdoc.css 9da1ee4fe4 Add NEP1 to documentation. 9 years ago
nimfix.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 years ago
nimgrep.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 years ago
niminst.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 years ago
nims.rst 7e1d411279 Update config.nims search path in docs (#9388) 6 years ago
nimsuggest.rst 1e1a43dd23 Fixes some minor typos in nimsuggest.rst (#9223) 6 years ago
overview.rst 9d2dfa9a99 further cleanups; refs #4934 8 years ago
packaging.rst d53e3db0eb fix #10287 (#10448) 6 years ago
pegdocs.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 years ago
readme.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 years ago
regexprs.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 years ago
sets_fragment.txt fc52dd6463 Tut 1: tiny improvements 7 years ago
spawn.txt 83c89197f3 renames threadpool.await to blockUntil; refs #7853 6 years ago
subexes.txt d93ae34d2a s/advanted/advanced/g 9 years ago
tools.rst 532e2ee0b2 more documentation improvements; fixes #9119 6 years ago
tut1.rst 6fd0a33265 Tutorial 1: Simplifiy the discription of enums; it is a tutorial, not a manual 6 years ago
tut2.rst 0e2bfe3e6b added a new macro tutorial (#9588) 6 years ago
tut3.rst 2e22bf4f5f tut3: improved the wording 6 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!