summary refs log tree commit diff stats
path: root/nimdoc/testproject/expected/subdir
Commit message (Collapse)AuthorAgeFilesLines
* change the expected output of nim docnarimiran2019-01-281-5/+2
|
* docgen: do not produce trailing commas for linksAraq2019-01-251-9/+9
|
* docgen: produce links for proc namesAraq2019-01-251-3/+3
|
* RST parser: fixes #8158Araq2019-01-111-1/+8
|
* docgen: support markdown headings tooAraq2019-01-111-2/+12
|
* Change documentation details (closes #5525) (#9542)Miran2018-10-311-2/+2
|
* docgen: fixes #9432 [backport]Araq2018-10-311-0/+27
|
* Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)Kaushal Modi2018-10-091-1/+1
| | | | | 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-291-1/+1
| | | | | | | | | | - 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.
* Encode non-alphanum chars like %, + in URLs in the docsKaushal Modi2018-09-281-3/+5
| | | | | | | | | | | | | 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.
* make documentation generator tests green againAraq2018-09-131-2/+4
|
* added a test for 'nim doc'Andreas Rumpf2018-09-071-0/+1299