summary refs log tree commit diff stats
path: root/nimdoc/testproject
Commit message (Expand)AuthorAgeFilesLines
* Fix CSS for `number-lines` code blocks (#24081)Jake Leahy2024-09-091-3/+6
* Prevent font flashing in the docs (#23622)Nils Lindemann2024-05-273-9/+12
* closes #15176; adds a test case (#23248)ringabout2024-01-223-68/+90
* Make `data-theme` default to "auto" in HTML (#23222)Jake Leahy2024-01-193-3/+3
* fix spurious indent and newlines in rendering of nkRecList (#23121)metagn2023-12-242-13/+6
* fix #22492 (#22511)Hamid Bluri2023-08-223-7/+8
* Stick search result (#22394)Bung2023-08-061-1/+7
* Fix non-toplevel fields in objects not getting rendered (#22266)Jake Leahy2023-07-164-1/+35
* fixes #21483; fixes nim doc skips documentation of annotated elements of obje...ringabout2023-04-294-0/+47
* Fix nim doc crash with group referencing & include (#21600)Andrey Makarov2023-04-024-3/+20
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-1/+1
* fixes #19396; Nimdoc hide nonexported fields (#21305)ringabout2023-02-015-4/+23
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-044-206/+214
* make it printer friendly (#21218)Bung2023-01-041-0/+9
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-151-5/+6
* Docs expand `using` parameters (#21076)Jake Leahy2022-12-124-2/+19
* Fix #14476 (#20878)Jake Leahy2022-11-212-2/+2
* move google fonts to the last part (#20541)ringabout2022-10-113-12/+9
* fixes #20524; add forbids pragmas to hideable lists (#20525)ringabout2022-10-092-52/+52
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-043-2/+79
* Docs auto dark mode (#20188)Amjad Ben Hedhili2022-08-213-68/+54
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-262-52/+55
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-161-6/+1
* Fixes #19900 (#19906)Jake Leahy2022-06-192-2/+2
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-154-1341/+1181
* rewrite docs JS in Nim (#19701)flywind2022-04-093-129/+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-288-15/+634
* feat: copy to clipboard (#18963)Abishek PY2021-10-221-1/+31
* strict effects (#18777)Andreas Rumpf2021-09-021-4/+6
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-293-73/+152
* 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
* 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-073-12/+27
* 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-302-8/+9
* `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
* 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
* 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-021-4/+4
* docgen: render pragmas by default except for a select list (and fix #9074) (#...Timothee Cour2021-04-012-42/+42
* fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...Timothee Cour2021-03-291-4/+8
* fix #16901: sidebar groups now works with all routines, not just proc,func (#...Timothee Cour2021-03-192-33/+90