Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix documentation CSS | narimiran | 2019-02-05 | 3 | -48/+84 |
| | | | | | | - make documentation usable on small (narrow) screens - slightly smaller font size in tables - fix search input width | ||||
* | update documentation CSS (#10543) | Miran | 2019-02-04 | 3 | -2028/+693 |
| | | | | | * update documentation CSS * update the expected htmls | ||||
* | change the expected output of nim doc | narimiran | 2019-01-28 | 3 | -15/+6 |
| | |||||
* | docgen: do not produce trailing commas for links | Araq | 2019-01-25 | 3 | -20/+20 |
| | |||||
* | docgen: produce links for proc names | Araq | 2019-01-25 | 3 | -9/+10 |
| | |||||
* | RST parser: fixes #8158 | Araq | 2019-01-11 | 2 | -1/+17 |
| | |||||
* | docgen: support markdown headings too | Araq | 2019-01-11 | 3 | -3/+26 |
| | |||||
* | docgen: support markdown link syntax; enable markdown extensions | Araq | 2019-01-11 | 3 | -2/+4 |
| | |||||
* | Change documentation details (closes #5525) (#9542) | Miran | 2018-10-31 | 2 | -4/+4 |
| | |||||
* | docgen: fixes #9432 [backport] | Araq | 2018-10-31 | 5 | -1/+132 |
| | |||||
* | Do not encode the anchors in docs (`id` attr in `a` tags) (#9261) | Kaushal Modi | 2018-10-09 | 2 | -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 too | Kaushal Modi | 2018-09-29 | 3 | -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.html | Kaushal Modi | 2018-09-28 | 1 | -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 docs | Kaushal Modi | 2018-09-28 | 2 | -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 #7964 | LemonBoy | 2018-09-21 | 3 | -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 again | Araq | 2018-09-13 | 3 | -5/+10 |
| | |||||
* | index generation for docgen knows about subdirectories; index knows about ↵ | Araq | 2018-09-13 | 4 | -3/+1276 |
| | | | | enum values; fixes import statement for runnableExamples | ||||
* | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 6 | -0/+2687 |