class documentation

class SphinxSmartQuotes(SmartQuotes, SphinxTransform):

View In Hierarchy

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 .Sphinx object.
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
def apply(self, **kwargs):

Undocumented

Parameters
**kwargs:AnyUndocumented
def get_tokens(self, txtnodes):

Undocumented

Parameters
txtnodes:List[Text]Undocumented
Returns
Generator[Tuple[str, str], None, None]Undocumented
def is_available(self):

Undocumented

Returns
boolUndocumented
default_priority: int =

Undocumented

smartquotes_action =

Undocumented