Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix theme switch load from local storage (#14897) | Manuel Bojato | 2020-07-10 | 1 | -14/+5 |
| | | | | | | | * fix theme switch load from local storage * Fix tests Co-authored-by: Clyybber <darkmine956@gmail.com> | ||||
* | walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + ↵ | Timothee Cour | 2020-06-01 | 1 | -42/+13 |
| | | | | | | | | | | | various other fixes (#14501) * update doc CI filter to include the files mostly likely to require doc rebuild * remove code duplication in ./config/nimdoc.cfg; show link to compiler docs, various fixes * walkDirRecFilter, factor nativeToUnixPath workaround * glob for getRst2html * docslocal: 40s to build all docs * revert code dedup in github actions which did not work alas... * fixups | ||||
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ↵ | Timothee Cour | 2020-05-25 | 1 | -3/+6 |
| | | | | | | | | | fixes with nim doc (#14324) * refs #6583 fix nim doc output * changelog * change default for outDir when unspecified * cleanups * --project implies --index | ||||
* | Fix docs for subdirs too (#13180) | Clyybber | 2020-01-17 | 1 | -1/+1 |
| | | | | | * Fix doc subdirs * Extract to helper proc, and fix on windows | ||||
* | Fix docs (#13176) | Clyybber | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | feature dracula themed doc (#12816) | Andreas Rumpf | 2019-12-10 | 1 | -767/+54 |
| | | | | | | | | | | * Implement gorgeous Dracula themed Nim documentation * Add color for escape sequences * fixes the test cases * the big CSS cleanup | ||||
* | Removing the mention of using `discard` for block comments (#12837) [backport] | Elliot Waite | 2019-12-08 | 1 | -0/+1 |
| | | | | | | * Remove mention of using `discard` for block comments * Add a 32x32 alternate favicon | ||||
* | Implement some custom formatting for input fields in the documentation (#11632) | Hugo Locurcio | 2019-07-03 | 1 | -0/+17 |
| | | | | | | | | | | * Implement some custom formatting for input fields in the documentation Aside of resulting in more consistent appearance across browsers, this also fixes input form rendering when using Firefox with a dark system theme on Linux. * change the expected html in the tests | ||||
* | Render deprecated pragmas (#8886) | LemonBoy | 2019-06-03 | 1 | -0/+10 |
| | | | | | | | | | * Render deprecated pragmas * fix the expected html * clean up the documentation regarding deprecations * fix typo * fix system.nim * fix random | ||||
* | fixes #10857 invisible span had width (#10860) | Anthon van der Neut | 2019-03-19 | 1 | -1/+5 |
| | |||||
* | 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` | ||||
* | add links to every document, fixes #5515 | narimiran | 2019-02-16 | 1 | -1/+14 |
| | |||||
* | 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 | -677/+232 |
| | | | | | * update documentation CSS * update the expected htmls | ||||
* | fix documentation css | narimiran | 2019-01-28 | 1 | -5/+2 |
| | |||||
* | 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 | -2/+3 |
| | | | | | | | | | | | | | 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. | ||||
* | fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 ↵ | Timothee Cour | 2018-07-30 | 1 | -1/+3 |
| | | | | | (#8423) add --git.devel option to override doc generated "edit" links; add --nimCompiler option to nimweb | ||||
* | Make pragmas look clickable in docs (#8176) | Quelklef | 2018-07-17 | 1 | -29/+35 |
| | | | | * Visual cues for hidden pragmas in docs. * Add hover cue | ||||
* | Fix background-color in nimdoc.cfg | Simon Krauter | 2018-03-11 | 1 | -1/+1 |
| | | | | | | Don't assume, that the default background-color is white. My default background-color is dark, which makes the documentation hardly readable: https://i.imgur.com/xN0UjWz.png The reason is the transparency of the existing color (rgba(252, 248, 244, 0.45);) Fixed by removing the transparency. | ||||
* | more documentation fixes | Araq | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | fixes #5293 | Andreas Rumpf | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | fixes #7294; Nim doc search feature | Araq | 2018-03-05 | 1 | -5/+5 |
| | |||||
* | Update docgen style (#6723) | Federico Ceratto | 2017-11-29 | 1 | -25/+38 |
| | | | | | | Switch to Lato font for better readability Make text darker Make spacing between paragraph and pre block consistent Fix search input box to prevent overlapping with text | ||||
* | fixes the docgen configuration; refs #6780 | Araq | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | Add links to documentation (#6780) | Federico Ceratto | 2017-11-27 | 1 | -9/+63 |
| | | | Related to #4219 | ||||
* | Add meta tag to ensure that media queries are activated on mobile devices. | Konstantin Molchanov | 2017-04-20 | 1 | -0/+2 |
| | |||||
* | docgen: make whitespace around 'class=' more consistent | Andreas Rumpf | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Make fonts load from https rather than http | Zion | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | minor CSS improvement | Araq | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | docgen: working search feature | Araq | 2016-09-09 | 1 | -0/+7 |
| | |||||
* | docgen: minor changes | Andreas Rumpf | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | docgen: search feature | Andreas Rumpf | 2016-09-09 | 1 | -0/+9 |
| | |||||
* | generated theindex.html is valid html | Araq | 2016-09-09 | 1 | -3/+3 |
| | |||||
* | docgen: group by type feature | Andreas Rumpf | 2016-09-08 | 1 | -0/+21 |
| | |||||
* | docgen: different attachedType generation | Andreas Rumpf | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | documentation now has an 'edit' button | Andreas Rumpf | 2016-09-08 | 1 | -2/+4 |
| | |||||
* | docgen: hide pragmas | Andreas Rumpf | 2016-07-08 | 1 | -2/+38 |
| | |||||
* | Made docgen emit valid XML by default | Felix Krause | 2016-01-11 | 1 | -3/+3 |
| | |||||
* | Change nimdoc body css color to #666. | Dominik Picheta | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | documentation generator emits configurable html for code listings | Araq | 2015-07-14 | 1 | -0/+3 |
| | |||||
* | Add NEP1 to documentation. | Varriount | 2015-07-10 | 1 | -1/+5 |
| | | | | | | | Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers. | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
| | |||||
* | Improve documentation CSS for smaller resolutions | def | 2015-01-11 | 1 | -8/+9 |
| | |||||
* | Mostly get analytics working for docs | Flaviu Tamas | 2014-12-25 | 1 | -0/+2 |
| | |||||
* | Fix paragraph break issue in nimc.txt. Add spacing to command line options ↵ | Nick Greenfield | 2014-12-21 | 1 | -0/+4 |
| | | | | table. | ||||
* | Fix blockquotes in documentation; stylize only in docinfo or immediately ↵ | Nick Greenfield | 2014-12-21 | 1 | -3/+7 |
| | | | | after an h1 | ||||
* | better CSS; better docs for teh tables module | Araq | 2014-12-21 | 1 | -2/+2 |
| |