Documents

#Documenter.DocumentsModule.

Defines Document and its supporting types

source

#Documenter.Documents.DocumentType.

Represents an entire document.

source

#Documenter.Documents.GlobalsType.

Page-local values such as current module that are shared between nodes in a page.

source

#Documenter.Documents.InternalType.

Private state used to control the generation process.

source

#Documenter.Documents.NavNodeType.

Element in the navigation tree of a document, containing navigation references to other page, reference to the Page object etc.

source

#Documenter.Documents.PageType.

Represents a single markdown file.

source

#Documenter.Documents.UserType.

User-specified values used to control the generation process.

source

#Documenter.Documents.navpathMethod.

Constructs a list of the ancestors of the navnode (inclding the navnode itself), ordered so that the root of the navigation tree is the first and navnode itself is the last item.

source

#Documenter.Documents.populate!Method.

Signatures

populate!(document)

Populates the ContentsNodes and IndexNodes of the document with links.

This can only be done after all the blocks have been expanded (and nodes constructed), because the items have to exist before we can gather the links to those items.

source