class documentation

class AliasTransform(SphinxTransform): (source)

View In Hierarchy

Undocumented

Method apply Undocumented
Class Variable default_priority Undocumented
Method _render_symbol 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
default_priority = (source)

Undocumented

def _render_symbol(self, s, maxdepth, skipThis, aliasOptions, renderOptions, document): (source)

Undocumented

Parameters
s:SymbolUndocumented
maxdepth:intUndocumented
skipThis:boolUndocumented
aliasOptions:dictUndocumented
renderOptions:dictUndocumented
document:AnyUndocumented
Returns
list[Node]Undocumented