Andreas Rumpf f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization 6 years ago
..
manual 4f10b5edb6 improve documentation for 'var T return values'; refs #7373 7 years ago
advopt.txt 7072e3ddca doc: move specific checks to advanced options, for a less intimidatin… (#10779) 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 dace2a0999 fix outdated example to invoke Nim from C 6 years ago
basicopt.txt 7072e3ddca doc: move specific checks to advanced options, for a less intimidatin… (#10779) 6 years ago
codeowners.rst 6c7abe6e5b Fixes #9671 (#9750) 6 years ago
contributing.rst f7a0a42b05 fixup 6 years ago
docgen.rst 83caa58c7a docs: fix trailing comma in links 6 years ago
docgen_sample.nim 2ed7849921 Transforms docgen sample to be generated from source. 11 years ago
docs.rst 31b8bc7866 Add link to tutorial part III to docs.rst (#10157) [ci skip] 6 years ago
docstyle.rst f7a0a42b05 fixup 6 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 7 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 b5448bf25c fix #9647 tmpl=>nimf (#9658) 6 years ago
gc.rst 915cc86f5d docs for the heap dump feature 8 years ago
grammar.txt 4e94f49065 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 2b30998159 document that multiple `yield` in inline iterator cause code bloat (#10553) 6 years ago
keywords.txt cae5e33a4a language change: 'generic' and 'atomic' are not keywords anymore 7 years ago
koch.rst 97738a4f28 Testament pre parallel (#9137) 6 years ago
lib.rst 65ad496fed typo 6 years ago
manual.rst 4be36d77f6 introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the GC has ignored this hint for quite some time now 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 f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization 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 2823da5e52 setCommand nop update documentation (#10254) 6 years ago
nimsuggest.rst d294cec805 Revert "nimsuggest somehow transforms \n into \\x0A, not \x0A" 6 years ago
overview.rst 9d2dfa9a99 further cleanups; refs #4934 8 years ago
packaging.rst 44923a1b1f 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 47037ebee3 fixes #9471 (#10502) 6 years ago
sets_fragment.txt 83f5839e2c manual: fix broken sentence 6 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 80992c7a12 introduce object before tuple in the tutorials (#10664) 6 years ago
tut2.rst 80992c7a12 introduce object before tuple in the tutorials (#10664) 6 years ago
tut3.rst 10219584ee tut3.rst formatting fix 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!