Araq 25cb2e0c70 document system.UncheckedArray 6 tahun lalu
..
manual 4f10b5edb6 improve documentation for 'var T return values'; refs #7373 6 tahun lalu
advopt.txt c739b9192f produce more helpful error messages when overloading resolution fails 6 tahun lalu
apis.rst b1b58b88cc integrate 'koch web' features into koch; deprecate 'nimweb' tool 6 tahun lalu
astspec.txt 6fe79fd158 Fixed a wrong AST example (#8269) 6 tahun lalu
backends.rst 532e2ee0b2 more documentation improvements; fixes #9119 6 tahun lalu
basicopt.txt 32441d01e5 better doc for hard to find --define:SYMBOL:VAL (#8257) 6 tahun lalu
codeowners.rst 9b002e0d4f Align to the actual experience (#9324) 6 tahun lalu
contributing.rst b138e89772 contributing guide: document the new [backport] convention 6 tahun lalu
docgen.rst db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) 6 tahun lalu
docgen_sample.nim 2ed7849921 Transforms docgen sample to be generated from source. 11 tahun lalu
docs.rst 4f8cf945fb docs: remove most stale links; refs #9109 6 tahun lalu
docstyle.rst 9d2dfa9a99 further cleanups; refs #4934 8 tahun lalu
effects.txt 3ea6446900 Nimrod renamed to Nim 10 tahun lalu
endb.rst dedf0f3e19 Removed space between "array" and a square bracket in the docs 6 tahun lalu
estp.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 tahun lalu
filelist.txt d7a472743b fixes #2559 9 tahun lalu
filters.rst 88adf77569 Elaborate on source code filter usage in the documentation. (#9407) 6 tahun lalu
gc.rst 915cc86f5d docs for the heap dump feature 8 tahun lalu
grammar.txt 212fdc5946 added the 'x.p[:T]' notation for explicit generic instantiations in combination with the ddot calling syntax 6 tahun lalu
idetools.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 tahun lalu
intern.rst 03a05ca456 intern.rst: minor formating improvements 6 tahun lalu
keywords.txt cae5e33a4a language change: 'generic' and 'atomic' are not keywords anymore 7 tahun lalu
koch.rst 97738a4f28 Testament pre parallel (#9137) 6 tahun lalu
lib.rst 458aab0b10 docs(lib): update Nimble notes since package list is not inline anymore (#9397) 6 tahun lalu
manual.rst 25cb2e0c70 document system.UncheckedArray 6 tahun lalu
mytest.cfg 2569c74909 docs: document that --flag is same as flag in cfg config files (#8430) 6 tahun lalu
nep1.rst f8e219b877 add the apis.txt table to nep1.rst 6 tahun lalu
nimc.rst 8500076651 Make Windows cross-compilation simpler (#9485) 6 tahun lalu
nimdoc.css 9da1ee4fe4 Add NEP1 to documentation. 9 tahun lalu
nimfix.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 tahun lalu
nimgrep.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 tahun lalu
niminst.rst eed0128916 renamed most remaining .txt documentation files to .rst 8 tahun lalu
nims.rst 3e9f506923 Update config.nims search path in docs (#9388) 6 tahun lalu
nimsuggest.rst d294cec805 Revert "nimsuggest somehow transforms \n into \\x0A, not \x0A" 6 tahun lalu
overview.rst 9d2dfa9a99 further cleanups; refs #4934 8 tahun lalu
pegdocs.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 tahun lalu
readme.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 tahun lalu
regexprs.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 tahun lalu
sets_fragment.txt fc52dd6463 Tut 1: tiny improvements 7 tahun lalu
spawn.txt 83c89197f3 renames threadpool.await to blockUntil; refs #7853 6 tahun lalu
subexes.txt d93ae34d2a s/advanted/advanced/g 9 tahun lalu
tools.rst 532e2ee0b2 more documentation improvements; fixes #9119 6 tahun lalu
tut1.rst 6fd0a33265 Tutorial 1: Simplifiy the discription of enums; it is a tutorial, not a manual 6 tahun lalu
tut2.rst ea36e0ebbe document the new `type[T]` and `static[T]` features 6 tahun lalu

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!