Ico Doornekamp 31b8bc7866 Add link to tutorial part III to docs.rst (#10157) [ci skip] il y a 6 ans
..
manual 4f10b5edb6 improve documentation for 'var T return values'; refs #7373 il y a 6 ans
advopt.txt 9faad7591e Deprecate gc v2 (#10151) il y a 6 ans
apis.rst b1b58b88cc integrate 'koch web' features into koch; deprecate 'nimweb' tool il y a 6 ans
astspec.txt 6fe79fd158 Fixed a wrong AST example (#8269) il y a 6 ans
backends.rst dace2a0999 fix outdated example to invoke Nim from C il y a 6 ans
basicopt.txt 32441d01e5 better doc for hard to find --define:SYMBOL:VAL (#8257) il y a 6 ans
codeowners.rst 6c7abe6e5b Fixes #9671 (#9750) il y a 6 ans
contributing.rst c682671fea minor cleanups il y a 6 ans
docgen.rst db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) il y a 6 ans
docgen_sample.nim 2ed7849921 Transforms docgen sample to be generated from source. il y a 11 ans
docs.rst 31b8bc7866 Add link to tutorial part III to docs.rst (#10157) [ci skip] il y a 6 ans
docstyle.rst 9d2dfa9a99 further cleanups; refs #4934 il y a 8 ans
effects.txt 3ea6446900 Nimrod renamed to Nim il y a 10 ans
endb.rst dedf0f3e19 Removed space between "array" and a square bracket in the docs il y a 6 ans
estp.rst eed0128916 renamed most remaining .txt documentation files to .rst il y a 8 ans
filelist.txt d7a472743b fixes #2559 il y a 9 ans
filters.rst b5448bf25c fix #9647 tmpl=>nimf (#9658) il y a 6 ans
gc.rst 915cc86f5d docs for the heap dump feature il y a 8 ans
grammar.txt 4e94f49065 parser/grammar sync; fixes #9608 [backport] il y a 6 ans
idetools.rst eed0128916 renamed most remaining .txt documentation files to .rst il y a 8 ans
intern.rst b5448bf25c fix #9647 tmpl=>nimf (#9658) il y a 6 ans
keywords.txt cae5e33a4a language change: 'generic' and 'atomic' are not keywords anymore il y a 7 ans
koch.rst 97738a4f28 Testament pre parallel (#9137) il y a 6 ans
lib.rst eb8383cb28 move diff.nim to experimental il y a 6 ans
manual.rst e1098fa01a document NIM_EXTERNC for `emit` (#10022) il y a 6 ans
mytest.cfg 2569c74909 docs: document that --flag is same as flag in cfg config files (#8430) il y a 6 ans
nep1.rst f8e219b877 add the apis.txt table to nep1.rst il y a 6 ans
nimc.rst 8500076651 Make Windows cross-compilation simpler (#9485) il y a 6 ans
nimdoc.css 9da1ee4fe4 Add NEP1 to documentation. il y a 9 ans
nimfix.rst eed0128916 renamed most remaining .txt documentation files to .rst il y a 8 ans
nimgrep.rst eed0128916 renamed most remaining .txt documentation files to .rst il y a 8 ans
niminst.rst eed0128916 renamed most remaining .txt documentation files to .rst il y a 8 ans
nims.rst 6c7abe6e5b Fixes #9671 (#9750) il y a 6 ans
nimsuggest.rst d294cec805 Revert "nimsuggest somehow transforms \n into \\x0A, not \x0A" il y a 6 ans
overview.rst 9d2dfa9a99 further cleanups; refs #4934 il y a 8 ans
pegdocs.txt 0b44d812f1 doc: Trim .txt files trailing whitespace il y a 9 ans
readme.txt 0b44d812f1 doc: Trim .txt files trailing whitespace il y a 9 ans
regexprs.txt 0b44d812f1 doc: Trim .txt files trailing whitespace il y a 9 ans
sets_fragment.txt fc52dd6463 Tut 1: tiny improvements il y a 6 ans
spawn.txt 83c89197f3 renames threadpool.await to blockUntil; refs #7853 il y a 6 ans
subexes.txt d93ae34d2a s/advanted/advanced/g il y a 9 ans
tools.rst 532e2ee0b2 more documentation improvements; fixes #9119 il y a 6 ans
tut1.rst 6fd0a33265 Tutorial 1: Simplifiy the discription of enums; it is a tutorial, not a manual il y a 6 ans
tut2.rst 30480605c1 added a new macro tutorial (#9588) il y a 6 ans
tut3.rst 1cc8b7814d tut3: improved the wording il y a 6 ans

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!