class ChangeSetDomain(Domain):
Method | clear_doc |
Remove traces of a document in the domain-specific inventories. |
Method | get_changesets_for |
Undocumented |
Method | merge_domaindata |
Merge in data regarding docnames from a different domaindata inventory (coming from a subprocess in parallel builds). |
Method | note_changeset |
Undocumented |
Method | process_doc |
Process a document after it is read by the environment. |
Class Variable | initial_data |
Undocumented |
Class Variable | label |
Undocumented |
Class Variable | name |
Undocumented |
Property | changesets |
Undocumented |
Inherited from Domain
:
Method | add_object_type |
Add an object type. |
Method | check_consistency |
Do consistency checks (experimental). |
Method | directive |
Return a directive adapter class that always gives the registered directive its full name ('domain:name') as self.name. |
Method | get_enumerable_node_type |
Get type of enumerable nodes (experimental). |
Method | get_full_qualified_name |
Return full qualified name for given node. |
Method | get_objects |
Return an iterable of "object descriptions". |
Method | get_type_name |
Return full name for given ObjType. |
Method | process_field_xref |
Process a pending xref created in a doc field. For example, attach information about the current scope. |
Method | resolve_any_xref |
Resolve the pending_xref node with the given target. |
Method | resolve_xref |
Resolve the pending_xref node with the given typ and target. |
Method | role |
Return a role adapter function that always gives the registered role its full name ('domain:name') as the first argument. |
Method | setup |
Set up domain object. |
Class Variable | dangling_warnings |
Undocumented |
Class Variable | data_version |
Undocumented |
Class Variable | enumerable_nodes |
Undocumented |
Instance Variable | data |
Undocumented |
Instance Variable | directives |
Undocumented |
Instance Variable | indices |
Undocumented |
Instance Variable | object_types |
Undocumented |
Instance Variable | roles |
Undocumented |
Method | __init__ |
Undocumented |
Instance Variable | _directive_cache |
Undocumented |
Instance Variable | _role2type |
Undocumented |
Instance Variable | _role_cache |
Undocumented |
Instance Variable | _type2role |
Undocumented |
Instance Variable | env |
Undocumented |
Instance Variable | objtypes_for_role |
Undocumented |
Instance Variable | role_for_objtype |
Undocumented |
sphinx.domains.Domain.clear_doc
Parameters | |
docname:str | Undocumented |
Undocumented
Parameters | |
version:str | Undocumented |
Returns | |
List[ | Undocumented |
sphinx.domains.Domain.merge_domaindata
Parameters | |
docnames:List[ | Undocumented |
otherdata:Dict | Undocumented |
sphinx.domains.Domain.process_doc
Parameters | |
env:BuildEnvironment | Undocumented |
docname:str | Undocumented |
document:nodes.document | Undocumented |