Andreas Rumpf d37c4e44d3 added destructors.rst document 5 年之前
..
manual 4f10b5edb6 improve documentation for 'var T return values'; refs #7373 6 年之前
advopt.txt aa7f23e1ee [bugfix] Fixes #11495 , Remove TinyC from help (#11508) 5 年之前
apis.rst b1b58b88cc integrate 'koch web' features into koch; deprecate 'nimweb' tool 6 年之前
astspec.txt 6fe79fd158 Fixed a wrong AST example (#8269) 6 年之前
backends.rst dace2a0999 fix outdated example to invoke Nim from C 6 年之前
basicopt.txt 3a91a93584 Fixes #11431 (#11451) [bugfix] 5 年之前
codeowners.rst 6c7abe6e5b Fixes #9671 (#9750) 6 年之前
contributing.rst 765ff4b67b contributing.rst guide: Make the rules reflect the reality. 5 年之前
destructors.rst d37c4e44d3 added destructors.rst document 5 年之前
docgen.rst 2cdff617fd Update docs around docSeeSrcUrl #6071 (#11074) 5 年之前
docgen_sample.nim 2ed7849921 Transforms docgen sample to be generated from source. 11 年之前
docs.rst 31b8bc7866 Add link to tutorial part III to docs.rst (#10157) [ci skip] 6 年之前
docstyle.rst f7a0a42b05 fixup 5 年之前
effects.txt 3ea6446900 Nimrod renamed to Nim 10 年之前
endb.rst dedf0f3e19 Removed space between "array" and a square bracket in the docs 6 年之前
estp.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 年之前
filelist.txt d7a472743b fixes #2559 9 年之前
filters.rst b5448bf25c fix #9647 tmpl=>nimf (#9658) 6 年之前
gc.rst 915cc86f5d docs for the heap dump feature 8 年之前
grammar.txt 4e94f49065 parser/grammar sync; fixes #9608 [backport] 6 年之前
hcr.rst 38f05bb9a3 HCR: better documentation 5 年之前
idetools.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 年之前
intern.rst 2b30998159 document that multiple `yield` in inline iterator cause code bloat (#10553) 5 年之前
keywords.txt cae5e33a4a language change: 'generic' and 'atomic' are not keywords anymore 7 年之前
koch.rst 97738a4f28 Testament pre parallel (#9137) 6 年之前
lib.rst 65ad496fed typo 5 年之前
manual.rst 7113c1e931 [other] additions to the manual 5 年之前
manual_experimental.rst 80320c72d3 [bugfix] document the norewrite pragma (#11453) 5 年之前
mytest.cfg 2569c74909 docs: document that --flag is same as flag in cfg config files (#8430) 6 年之前
nep1.rst f8e219b877 add the apis.txt table to nep1.rst 6 年之前
nimc.rst 800bc661b6 Spelling fixes in nimc.rst (#11569) 5 年之前
nimdoc.css 7cf9b522b5 [bugfix] rename Nimrod to Nim, fix #11460 (#11462) 5 年之前
nimfix.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 年之前
nimgrep.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 年之前
niminst.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 年之前
nims.rst bb9b60604b [other] Documentation NimScript (#11548) 5 年之前
nimsuggest.rst d294cec805 Revert "nimsuggest somehow transforms \n into \\x0A, not \x0A" 6 年之前
overview.rst 9d2dfa9a99 further cleanups; refs #4934 8 年之前
packaging.rst 44923a1b1f fix #10287 (#10448) 6 年之前
pegdocs.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 年之前
readme.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 年之前
regexprs.txt 47037ebee3 fixes #9471 (#10502) 5 年之前
sets_fragment.txt 6f853a747a use proper mathematical expressions for subsets [ci skip] 5 年之前
spawn.txt 83c89197f3 renames threadpool.await to blockUntil; refs #7853 6 年之前
subexes.txt d93ae34d2a s/advanted/advanced/g 9 年之前
tools.rst c99ce5051e add HCR document to the tools.rst list 5 年之前
tut1.rst e2f99a2026 Update tut1: -d:release does not turn off *allruntime checks off anymore (#11492) 5 年之前
tut2.rst c656714623 [bugfix] Minor formatting fix in tut2 [ci skip] (#11501) 5 年之前
tut3.rst 10219584ee tut3.rst formatting fix 5 年之前

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!