class ShowUrlsTransform(SphinxPostTransform):
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. |
Undocumented
Parameters | |
uri:str | Undocumented |
docname:str | Undocumented |
Returns | |
Tuple[ | Undocumented |
Undocumented
Parameters | |
node:Node | Undocumented |
Returns | |
str | Undocumented |
Main method of post transforms.
Subclasses should override this method instead of apply().
Parameters | |
**kwargs:Any | Undocumented |