5.1.2.9. sphinx.domains.StandardDomain

class sphinx.domains.StandardDomain(env)[source]

Domain for all objects that don’t fit into another domain or are added via the application interface.

5.1.2.9.1. Methods

__init__(env)
build_reference_node(fromdocname, builder, ...)
clear_doc(docname)
directive(name) Return a directive adapter class that always gives the registered directive its full name (‘domain:name’) as self.name.
get_objects()
get_type_name(type[, primary])
merge_domaindata(docnames, otherdata)
process_doc(env, docname, document)
resolve_any_xref(env, fromdocname, builder, ...)
resolve_xref(env, fromdocname, builder, typ, ...)
role(name) Return a role adapter function that always gives the registered role its full name (‘domain:name’) as the first argument.