class documentation

class ShowUrlsTransform(SphinxPostTransform):

View In Hierarchy

Expand references to inline text or footnotes.

For more information, see :confval:`latex_show_urls`.

Note

This transform is used for integrated doctree

Method create​_footnote Undocumented
Method expand​_show​_urls Undocumented
Method get​_docname​_for​_node Undocumented
Method renumber​_footnotes Undocumented
Method run Main method of post transforms.
Class Variable default​_priority Undocumented
Class Variable formats Undocumented
Instance Variable expanded Undocumented

Inherited from SphinxPostTransform:

Method apply Undocumented
Method is​_supported Check this transform working for current builder.
Class Variable builders Undocumented

Inherited from SphinxTransform (via SphinxPostTransform):

Property app Reference to the .Sphinx object.
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
def create_footnote(self, uri, docname):

Undocumented

Parameters
uri:strUndocumented
docname:strUndocumented
Returns
Tuple[nodes.footnote, nodes.footnote_reference]Undocumented
def expand_show_urls(self):

Undocumented

def get_docname_for_node(self, node):

Undocumented

Parameters
node:NodeUndocumented
Returns
strUndocumented
def renumber_footnotes(self):

Undocumented

def run(self, **kwargs):

Main method of post transforms.

Subclasses should override this method instead of apply().

Parameters
**kwargs:AnyUndocumented
default_priority: int =

Undocumented

formats: tuple[str, ...] =
expanded: bool =

Undocumented