summary refs log tree commit diff stats
path: root/nimdoc
Commit message (Collapse)AuthorAgeFilesLines
* RST parser: fixes #8158Araq2019-01-112-1/+17
|
* docgen: support markdown headings tooAraq2019-01-113-3/+26
|
* docgen: support markdown link syntax; enable markdown extensionsAraq2019-01-113-2/+4
|
* Change documentation details (closes #5525) (#9542)Miran2018-10-312-4/+4
|
* docgen: fixes #9432 [backport]Araq2018-10-315-1/+132
|
* Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)Kaushal Modi2018-10-092-4/+4
| | | | | Update the tests too. Fixes https://github.com/nim-lang/Nim/issues/9232.
* Make "koch docs" copy the dochack.js to the right location tooKaushal Modi2018-09-293-3/+3
| | | | | | | | | | - Fixes https://github.com/nim-lang/Nim/issues/9104. - Fixes https://github.com/nim-lang/Nim/issues/9095. Expect dochack.js to be fetched from the doc/html/ dir instead of from doc/. Also remove an unused and unexported proc pathPart.
* Don't prevent ',' from getting escaped in theindex.htmlKaushal Modi2018-09-281-4/+4
| | | | | | - Enable escaping of links in theindex.html - Fixes https://github.com/nim-lang/Nim/issues/9107. - Second part of the fix for https://github.com/nim-lang/Nim/issues/9097.
* Encode non-alphanum chars like %, + in URLs in the docsKaushal Modi2018-09-282-10/+16
| | | | | | | | | | | | | Use $itemSymOrIDEnc instead of $itemSymOrID in the id and href attr in a tags. Fixes https://github.com/nim-lang/Nim/issues/9097. Thanks to @LemonBoy for helping with this commit. --- Update the tests too -- "nim c -r nimdoc/tester" passes.
* Revert #7964LemonBoy2018-09-213-1/+25
| | | | | | | Somehow the test case doesn't crash anymore and the regression in the doc generation is fixed. Fixes #9019
* make documentation generator tests green againAraq2018-09-133-5/+10
|
* index generation for docgen knows about subdirectories; index knows about ↵Araq2018-09-134-3/+1276
| | | | enum values; fixes import statement for runnableExamples
* added a test for 'nim doc'Andreas Rumpf2018-09-076-0/+2687