class CustomReSTDispatcher:
Known subclasses: sphinx.ext.intersphinx.IntersphinxDispatcher
, sphinx.util.docutils.sphinx_domains
Custom reST's mark-up dispatcher.
This replaces docutils's directives and roles dispatch mechanism for reST parser by original one temporarily.
Method | __enter__ |
Undocumented |
Method | __exit__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | directive |
Undocumented |
Method | disable |
Undocumented |
Method | enable |
Undocumented |
Method | role |
Undocumented |
Instance Variable | directive_func |
Undocumented |
Instance Variable | role_func |
Undocumented |
Instance Variable | roles_func |
Undocumented |
Undocumented
Parameters | |
exc_type:Type[ | Undocumented |
exc_value:Exception | Undocumented |
traceback:Any | Undocumented |
sphinx.util.docutils.sphinx_domains
Undocumented
Parameters | |
directive_name:str | Undocumented |
language_module:ModuleType | Undocumented |
document:nodes.document | Undocumented |
Returns | |
Tuple[ | Undocumented |
Undocumented
Parameters | |
role_name:str | Undocumented |
language_module:ModuleType | Undocumented |
lineno:int | Undocumented |
reporter:Reporter | Undocumented |
Returns | |
Tuple[ | Undocumented |