sphinx_reports.HTML

Variables

Functions


Variables

sphinx_reports.HTML.translateLandscape

A tuple combining both visit_* and depart_* call back functions for a Landscape node.

(<function visit_Landscape at 0x7fcdfb01a610>,
 <function depart_Landscape at 0x7fcdfb01a770>)

Functions

sphinx_reports.HTML.visit_Landscape(translator, node)[source]

Call back function for visiting a Landscape.

This function has no actions for HTML5.

Parameters:
  • translator (HTML5Translator) – The HTML5 translator instance.

  • node (Landscape) – The current node being visited.

Return type:

None

sphinx_reports.HTML.depart_Landscape(translator, node)[source]

Call back function for departing a Landscape.

This function has no actions for HTML5.

Parameters:
  • translator (HTML5Translator) – The HTML5 translator instance.

  • node (Landscape) – The current node being departed.

Return type:

None