class documentation

class AutoLink(SphinxRole):

View In Hierarchy

Smart linking role.

Expands to 'text' if text is an object that can be imported; otherwise expands to 'text'.

Method run Undocumented

Inherited from SphinxRole:

Method get​_location Get current location info for logging.
Instance Variable content Undocumented
Instance Variable inliner Undocumented
Instance Variable lineno Undocumented
Instance Variable name Undocumented
Instance Variable options Undocumented
Instance Variable rawtext Undocumented
Instance Variable text Undocumented
Property config Reference to the .Config object.
Property env Reference to the .BuildEnvironment object.
Method __call__ Undocumented
Method get​_source​_info Undocumented
Method set​_source​_info Undocumented
def run(self):

Undocumented

Returns
Tuple[List[Node], List[system_message]]Undocumented