class documentation

Customized SmartQuotes to avoid transform for some extra node types. refs: sphinx.parsers.RSTParser

Method apply Undocumented
Method get_tokens Undocumented
Method is_available Undocumented
Class Variable default_priority Undocumented
Instance Variable smartquotes_action 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 get_tokens(self, txtnodes): (source)

Undocumented

Parameters
txtnodes:list[Text]Undocumented
Returns
Generator[tuple[str, str], None, None]Undocumented
def is_available(self): (source)

Undocumented

Returns
boolUndocumented
default_priority: int = (source)

Undocumented

smartquotes_action = (source)

Undocumented