mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* 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
19 lines
478 B
Nim
19 lines
478 B
Nim
##[
|
|
This module only exists to generate docs for the compiler.
|
|
|
|
## links
|
|
* [main docs](../lib.html)
|
|
* [compiler user guide](../nimc.html)
|
|
* [Internals of the Nim Compiler](../intern.html)
|
|
]##
|
|
|
|
#[
|
|
note: this is named `index` so that navigating to https://nim-lang.github.io/Nim/compiler/
|
|
will work.
|
|
|
|
xxx this should also import other modules, not transitively imported by `compiler/nim.nim`,
|
|
eg `evalffi`, otherwise these aren't shown. A glob could be used at CT.
|
|
]#
|
|
|
|
import nim
|