class documentation

A base class of post-transforms. Post transforms are invoked to modify the document to restructure it for outputting. They resolve references, convert images, do special transformation for each output formats and so on. This class helps to implement these post transforms.

Method apply Undocumented
Method is_supported Check this transform working for current builder.
Method run Main method of post transforms.
Class Variable builders Undocumented
Class Variable formats Undocumented

Inherited from SphinxTransform:

Property app Reference to the :class:`.Sphinx` object.
Property config Reference to the :class:`.Config` object.
Property env Reference to the :class:`.BuildEnvironment` object.
def apply(self, **kwargs): (source)

Undocumented

Parameters
**kwargs:AnyUndocumented
def is_supported(self): (source)

Check this transform working for current builder.

Returns
boolUndocumented