class ReSTMarkup(ObjectDescription[str]):
Known subclasses: sphinx.domains.rst.ReSTDirective
, sphinx.domains.rst.ReSTDirectiveOption
, sphinx.domains.rst.ReSTRole
Method | add_target_and_index |
Undocumented |
Method | get_index_text |
Undocumented |
Method | make_old_id |
Generate old styled node_id for reST markups. |
sphinx.domains.rst.ReSTDirectiveOption
Undocumented
Parameters | |
name:str | Undocumented |
sig:str | Undocumented |
signode:desc_signature | Undocumented |
sphinx.domains.rst.ReSTDirective
, sphinx.domains.rst.ReSTRole
Undocumented
Parameters | |
objectname:str | Undocumented |
name:str | Undocumented |
Returns | |
str | Undocumented |
sphinx.domains.rst.ReSTDirectiveOption
Generate old styled node_id for reST markups.
Note
Old Styled node_id was used until Sphinx-3.0. This will be removed in Sphinx-5.0.
Parameters | |
name:str | Undocumented |
Returns | |
str | Undocumented |