| Commit message (Expand) | Author | Age | Files | Lines |
* | nim doc now correctly renders deprecated pragmas for routines and types (#18515) | Timothee Cour | 2021-07-19 | 4 | -3/+23 |
* | rm redundant blank lines before literal blocks (#18465) | Andrey Makarov | 2021-07-08 | 1 | -10/+5 |
* | docgen: move to shared RST state (fix #16990) (#18256) | Andrey Makarov | 2021-06-20 | 1 | -5/+5 |
* | Fix JS error on index page and detect dark mode (#18191) | drtheuns | 2021-06-07 | 6 | -24/+54 |
* | fix #16993, #18054, #17835 runnableExamples now works with templates and nest... | Timothee Cour | 2021-06-02 | 3 | -10/+15 |
* | fix warnings/hints in nimdoc/tester.nim (#18083) | Timothee Cour | 2021-05-30 | 3 | -13/+16 |
* | `doc2tex`: generate docs to Latex (#17997) | Andrey Makarov | 2021-05-14 | 2 | -90/+90 |
* | follow-up #17837: add `Console` for interactive sessions (#17930) | Andrey Makarov | 2021-05-06 | 1 | -0/+8 |
* | typo: nonexistant => nonexistent (#17918) | Timothee Cour | 2021-05-02 | 4 | -11/+11 |
* | gitutils: add diffStrings, diffFiles, and use it in testament to compare expe... | Timothee Cour | 2021-04-30 | 2 | -2/+4 |
* | improve nimsuggest/tester, minor improvements to koch.nim (#17879) | Timothee Cour | 2021-04-29 | 1 | -1/+1 |
* | add RST highlighting for command line / shells (also fixes #16858) (#17789) | Andrey Makarov | 2021-04-21 | 1 | -5/+26 |
* | rst indentation fixes (ref #17340) (#17715) | Andrey Makarov | 2021-04-15 | 1 | -2/+2 |
* | restyle RST option lists (#17637) | Andrey Makarov | 2021-04-10 | 1 | -0/+27 |
* | fix #17615(runnableExamples silently ignored if placed after some code) (#17619) | flywind | 2021-04-02 | 2 | -4/+4 |
* | enable syntax highlighting for inline code (#17585) | Andrey Makarov | 2021-04-02 | 3 | -7/+11 |
* | docgen: render pragmas by default except for a select list (and fix #9074) (#... | Timothee Cour | 2021-04-01 | 3 | -43/+43 |
* | fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to... | Timothee Cour | 2021-03-29 | 1 | -4/+8 |
* | fix #17260 render `\` properly in nim doc, rst2html (#17315) | Timothee Cour | 2021-03-24 | 1 | -1/+1 |
* | fix #16973 ; nim doc now shows correct, canonical import name in title (#16999) | Timothee Cour | 2021-03-23 | 1 | -2/+2 |
* | fix #16901: sidebar groups now works with all routines, not just proc,func (#... | Timothee Cour | 2021-03-19 | 2 | -33/+90 |
* | RST heading improvements (fix #17091) (#17195) | Andrey Makarov | 2021-03-02 | 1 | -0/+1 |
* | RST: implement footnotes and citations (#16960) | Andrey Makarov | 2021-02-15 | 1 | -0/+13 |
* | fix #16885: nimdoc css warning (#16893) | zetashift | 2021-02-01 | 1 | -0/+2 |
* | fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857) | Timothee Cour | 2021-01-29 | 5 | -35/+973 |
* | conservative approach to fix #15184 (#16723) | Andrey Makarov | 2021-01-15 | 4 | -0/+23 |
* | RST: improve line blocks (#16518) | Andrey Makarov | 2020-12-31 | 1 | -1/+1 |
* | doc/rst2html: some few fixes for enumerated and bullet lists (#16295) | Andrey Makarov | 2020-12-14 | 1 | -6/+8 |
* | put both funcs and procs under the same section in the documentation (#16301) | Miran | 2020-12-09 | 1 | -23/+12 |
* | nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247) | Sebastian Reinhard | 2020-12-06 | 6 | -6/+18 |
* | RST tables: fix latex col number; allow less than three of `=` (#16040) | Andrey Makarov | 2020-12-04 | 1 | -2/+2 |
* | fix #16164, render doc comments (#16230) | Miran | 2020-12-02 | 4 | -1/+18 |
* | add a tester for rst2html (#15936) | Miran | 2020-11-12 | 3 | -0/+863 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -1/+1 |
* | fix #15702, show enum fields documentation (#15792) | Miran | 2020-10-30 | 4 | -1/+44 |
* | [backport: 1.4] Better linebreaks (#15658) | Miran | 2020-10-22 | 3 | -61/+61 |
* | add Source+Edit links on top of every docgend file (#15642) | Timothee Cour | 2020-10-22 | 3 | -0/+3 |
* | docgen: improve alignment of comments (still not perfect) (#15506) | Andreas Rumpf | 2020-10-07 | 1 | -5/+6 |
* | group procs of the same name in TOC (#15487) | Miran | 2020-10-05 | 3 | -61/+157 |
* | Fix theme switch load from local storage (#14897) | Manuel Bojato | 2020-07-10 | 5 | -70/+25 |
* | cleanup comment now that #14434 was fixed (#14874) | Timothee Cour | 2020-07-01 | 1 | -2/+0 |
* | fix #14846; add macros.extractDocCommentsAndRunnables (#14849) | Timothee Cour | 2020-07-01 | 4 | -0/+58 |
* | fix #14691 docgen works again for methods (#14701) | Timothee Cour | 2020-06-18 | 4 | -0/+105 |
* | runnableExamples: correctly handle multiline string litterals (#14492) | Timothee Cour | 2020-06-01 | 4 | -0/+90 |
* | hotfix doc comments for procs without body (#14494) | Timothee Cour | 2020-05-29 | 4 | -0/+98 |
* | fix #14485 (#14487) | Timothee Cour | 2020-05-28 | 4 | -0/+42 |
* | fix #8871 runnableExamples now preserves source code comments, litterals, and... | Timothee Cour | 2020-05-28 | 8 | -19/+722 |
* | Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479) | Kaushal Modi | 2020-05-28 | 3 | -1/+27 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 3 | -1/+10 |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 2 | -3/+4 |