Builder
Documenter.lt_page — Method
lt_page(a::AbstractString, b::AbstractString)Checks if the page path a should come before b in a sorted list. Falls back to standard string sorting, except for prioritizing index.md (i.e. index.md always comes first).
Documenter.walk_navpages — Method
Documenter.Builder — Module
Defines the Documenter.jl build "pipeline" named DocumentPipeline.
Each stage of the pipeline performs an action on a Document object. These actions may involve creating directory structures, expanding templates, running doctests, etc.
Documenter.Builder.CheckDocument — Type
Checks that all documented objects are included in the document and runs doctests on all valid Julia code blocks.
sourceDocumenter.Builder.CrossReferences — Type
Finds and sets URLs for each @ref link in the document to the correct destinations.
Documenter.Builder.Doctest — Type
Runs all the doctests in all docstrings and Markdown files.
sourceDocumenter.Builder.DocumentPipeline — Type
The default document processing "pipeline", which consists of the following actions:
sourceDocumenter.Builder.ExpandTemplates — Type
Executes a sequence of actions on each node of the parsed markdown files in turn.
sourceDocumenter.Builder.Populate — Type
Populates the ContentsNodes and IndexNodes with links.
Documenter.Builder.RenderDocument — Type
Writes the document tree to the build directory.
Documenter.Builder.SetupBuildDirectory — Type
Creates the correct directory layout within the build folder and parses markdown files.