summary refs log tree commit diff stats
path: root/nimdoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-223-0/+3
* docgen: improve alignment of comments (still not perfect) (#15506)Andreas Rumpf2020-10-071-5/+6
* group procs of the same name in TOC (#15487)Miran2020-10-053-61/+157
* Fix theme switch load from local storage (#14897)Manuel Bojato2020-07-105-70/+25
* cleanup comment now that #14434 was fixed (#14874)Timothee Cour2020-07-011-2/+0
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-014-0/+58
* fix #14691 docgen works again for methods (#14701)Timothee Cour2020-06-184-0/+105
* runnableExamples: correctly handle multiline string litterals (#14492)Timothee Cour2020-06-014-0/+90
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-294-0/+98
* fix #14485 (#14487)Timothee Cour2020-05-284-0/+42
* fix #8871 runnableExamples now preserves source code comments, litterals, and...Timothee Cour2020-05-288-19/+722
* Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)Kaushal Modi2020-05-283-1/+27
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-253-1/+10
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-202-3/+4
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-2/+2
* Fix docs for subdirs too (#13180)Clyybber2020-01-171-1/+1
* Fix docs (#13176)Clyybber2020-01-165-5/+5
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-165-5/+5
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-105-3835/+186
* Removing the mention of using `discard` for block comments (#12837) [backport]Elliot Waite2019-12-085-0/+5
* renderer letAux fix only for octal literal (#12343)Ridho Pratama2019-10-083-1/+69
* better run [feature] (#11709)Andreas Rumpf2019-07-111-4/+6
* Implement some custom formatting for input fields in the documentation (#11632)Hugo Locurcio2019-07-035-0/+85
* Render deprecated pragmas (#8886)LemonBoy2019-06-035-0/+56
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-255-10/+1715
* Fixes #11078 (#11079)Jasper Jenkins2019-04-232-1/+5
* docgen: add links for var, let and const (refs #10487) (#10868)Miran2019-03-201-1/+1
* fixes #10857 invisible span had width (#10860)Anthon van der Neut2019-03-193-12/+24
* documentation style tweaks (#10790)Miran2019-03-083-9/+9
* fix documentation CSSnarimiran2019-02-053-48/+84
* update documentation CSS (#10543)Miran2019-02-043-2028/+693
* change the expected output of nim docnarimiran2019-01-283-15/+6
* docgen: do not produce trailing commas for linksAraq2019-01-253-20/+20
* docgen: produce links for proc namesAraq2019-01-253-9/+10
* RST parser: fixes #8158Araq2019-01-112-1/+17