Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #10857 invisible span had width (#10860) | Anthon van der Neut | 2019-03-19 | 1 | -4/+8 |
| | |||||
* | documentation style tweaks (#10790) | Miran | 2019-03-08 | 1 | -3/+3 |
| | | | | | | | * exports are the least important field in the docs: they are put in the last place (at the bottom) * indent text after proc/type declaration for an easier navigation (noticeable difference between declarations and examples) * quickfix invalid style in `asynchttpserver` | ||||
* | fix documentation CSS | narimiran | 2019-02-05 | 1 | -16/+28 |
| | | | | | | - 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 | 1 | -676/+231 |
| | | | | | * update documentation CSS * update the expected htmls | ||||
* | change the expected output of nim doc | narimiran | 2019-01-28 | 1 | -5/+2 |
| | |||||
* | docgen: do not produce trailing commas for links | Araq | 2019-01-25 | 1 | -9/+9 |
| | |||||
* | docgen: produce links for proc names | Araq | 2019-01-25 | 1 | -3/+3 |
| | |||||
* | RST parser: fixes #8158 | Araq | 2019-01-11 | 1 | -1/+8 |
| | |||||
* | docgen: support markdown headings too | Araq | 2019-01-11 | 1 | -2/+12 |
| | |||||
* | Change documentation details (closes #5525) (#9542) | Miran | 2018-10-31 | 1 | -2/+2 |
| | |||||
* | docgen: fixes #9432 [backport] | Araq | 2018-10-31 | 1 | -0/+27 |
| | |||||
* | Do not encode the anchors in docs (`id` attr in `a` tags) (#9261) | Kaushal Modi | 2018-10-09 | 1 | -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 too | Kaushal Modi | 2018-09-29 | 1 | -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 docs | Kaushal Modi | 2018-09-28 | 1 | -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 again | Araq | 2018-09-13 | 1 | -2/+4 |
| | |||||
* | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 1 | -0/+1299 |