summary refs log tree commit diff stats
path: root/nimdoc
Commit message (Expand)AuthorAgeFilesLines
* Fixes #19900 (#19906)Jake Leahy2022-06-194-4/+4
* document nimTestsNimdocFixup for rsttester (#19894)flywind2022-06-161-1/+6
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-157-1465/+1288
* rewrite docs JS in Nim (#19701)flywind2022-04-096-258/+0
* Fix group reference (with capital letters (#19196)Andrey Makarov2021-12-204-0/+42
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-0/+5
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-289-15/+638
* feat: copy to clipboard (#18963)Abishek PY2021-10-221-1/+31
* [minor] give more friendly description (#18973)flywind2021-10-071-1/+1
* we need something better than warningAsError for effect handling viol… (#18...Andreas Rumpf2021-09-041-1/+1
* strict effects (#18777)Andreas Rumpf2021-09-022-5/+7
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-294-74/+154
* support same-line doc comments in routines (#18595)Timothee Cour2021-07-274-1/+171
* docgen: sort symbols (fix #17910) (#18560)Andrey Makarov2021-07-252-335/+335
* nim doc now correctly renders deprecated pragmas for routines and types (#18515)Timothee Cour2021-07-194-3/+23
* rm redundant blank lines before literal blocks (#18465)Andrey Makarov2021-07-081-10/+5
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-5/+5
* Fix JS error on index page and detect dark mode (#18191)drtheuns2021-06-076-24/+54
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-023-10/+15
* fix warnings/hints in nimdoc/tester.nim (#18083)Timothee Cour2021-05-303-13/+16
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-142-90/+90
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-061-0/+8
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-024-11/+11
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-302-2/+4
* improve nimsuggest/tester, minor improvements to koch.nim (#17879)Timothee Cour2021-04-291-1/+1
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-211-5/+26
* rst indentation fixes (ref #17340) (#17715)Andrey Makarov2021-04-151-2/+2
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-0/+27
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-022-4/+4
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-023-7/+11
* docgen: render pragmas by default except for a select list (and fix #9074) (#...Timothee Cour2021-04-013-43/+43
* fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...Timothee Cour2021-03-291-4/+8
* fix #17260 render `\` properly in nim doc, rst2html (#17315)Timothee Cour2021-03-241-1/+1
* fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)Timothee Cour2021-03-231-2/+2
* fix #16901: sidebar groups now works with all routines, not just proc,func (#...Timothee Cour2021-03-192-33/+90
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-0/+1
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-0/+13
* fix #16885: nimdoc css warning (#16893)zetashift2021-02-011-0/+2
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-295-35/+973
* conservative approach to fix #15184 (#16723)Andrey Makarov2021-01-154-0/+23
* RST: improve line blocks (#16518)Andrey Makarov2020-12-311-1/+1
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-141-6/+8
* put both funcs and procs under the same section in the documentation (#16301)Miran2020-12-091-23/+12
* nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)Sebastian Reinhard2020-12-066-6/+18
* RST tables: fix latex col number; allow less than three of `=` (#16040)Andrey Makarov2020-12-041-2/+2
* fix #16164, render doc comments (#16230)Miran2020-12-024-1/+18
* add a tester for rst2html (#15936)Miran2020-11-123-0/+863
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* fix #15702, show enum fields documentation (#15792)Miran2020-10-304-1/+44
* [backport: 1.4] Better linebreaks (#15658)Miran2020-10-223-61/+61