2014-01-20 10:21:44 -06:00
|
|
|
.. _domain-api:
|
|
|
|
|
|
|
|
Domain API
|
2020-12-26 06:12:15 -06:00
|
|
|
==========
|
2014-01-20 10:21:44 -06:00
|
|
|
|
|
|
|
.. module:: sphinx.domains
|
|
|
|
|
|
|
|
.. autoclass:: Domain
|
|
|
|
:members:
|
|
|
|
|
|
|
|
.. autoclass:: ObjType
|
|
|
|
|
|
|
|
.. autoclass:: Index
|
|
|
|
:members:
|
2020-12-26 06:12:15 -06:00
|
|
|
|
2021-09-22 22:56:09 -05:00
|
|
|
.. module:: sphinx.directives
|
|
|
|
|
|
|
|
.. autoclass:: ObjectDescription
|
|
|
|
:members:
|
2022-09-13 14:20:02 -05:00
|
|
|
:private-members: _toc_entry_name, _object_hierarchy_parts
|
2020-12-26 06:12:15 -06:00
|
|
|
|
|
|
|
Python Domain
|
|
|
|
-------------
|
|
|
|
|
|
|
|
.. module:: sphinx.domains.python
|
|
|
|
|
|
|
|
.. autoclass:: PythonDomain
|
|
|
|
|
|
|
|
.. autoattribute:: objects
|
|
|
|
.. autoattribute:: modules
|
|
|
|
.. automethod:: note_object
|
|
|
|
.. automethod:: note_module
|