class documentation

class TrimDoctestFlagsTransform(SphinxTransform):

View In Hierarchy

Trim doctest flags like # doctest: +FLAG from python code-blocks.

see :confval:`trim_doctest_flags` for more information.

Static Method is​_pyconsole Undocumented
Method apply Undocumented
Method strip​_doctest​_flags Undocumented
Class Variable default​_priority Undocumented

Inherited from SphinxTransform:

Property app Reference to the .Sphinx object.
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
@staticmethod
def is_pyconsole(node):

Undocumented

Parameters
node:nodes.literal_blockUndocumented
Returns
boolUndocumented
def apply(self, **kwargs):

Undocumented

Parameters
**kwargs:AnyUndocumented
def strip_doctest_flags(self, node):

Undocumented

Parameters
node:TextElementUndocumented
default_priority =

Undocumented