class documentation

Undocumented

Method assign_figure_numbers Assign a figure number to each figure under a numbered toctree.
Method assign_section_numbers Assign a section number to each heading under a numbered toctree.
Method clear_doc Remove specified data of a document.
Method get_updated_docs Return a list of docnames to re-read.
Method merge_other Merge in specified data regarding docnames from a different `BuildEnvironment` object which coming from a subprocess in parallel builds.
Method process_doc Build a TOC from the doctree and store it in the inventory.

Inherited from EnvironmentCollector:

Method disable Undocumented
Method enable Undocumented
Method get_outdated_docs Return a list of docnames to re-read.
Instance Variable listener_ids Undocumented
def assign_figure_numbers(self, env): (source)

Assign a figure number to each figure under a numbered toctree.

Parameters
env:BuildEnvironmentUndocumented
Returns
list[str]Undocumented
def assign_section_numbers(self, env): (source)

Assign a section number to each heading under a numbered toctree.

Parameters
env:BuildEnvironmentUndocumented
Returns
list[str]Undocumented
def clear_doc(self, app, env, docname): (source)

Remove specified data of a document. This method is called on the removal of the document.

Parameters
app:SphinxUndocumented
env:BuildEnvironmentUndocumented
docname:strUndocumented
def get_updated_docs(self, app, env): (source)

Return a list of docnames to re-read. This methods is called after reading the whole of documents (experimental).

Parameters
app:SphinxUndocumented
env:BuildEnvironmentUndocumented
Returns
list[str]Undocumented
def merge_other(self, app, env, docnames, other): (source)

Merge in specified data regarding docnames from a different `BuildEnvironment` object which coming from a subprocess in parallel builds.

Parameters
app:SphinxUndocumented
env:BuildEnvironmentUndocumented
docnames:set[str]Undocumented
other:BuildEnvironmentUndocumented
def process_doc(self, app, doctree): (source)

Build a TOC from the doctree and store it in the inventory.

Parameters
app:SphinxUndocumented
doctree:nodes.documentUndocumented