diff options
| author | Georg Brandl <georg@python.org> | 2014-01-20 17:21:44 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-20 17:21:44 +0100 |
| commit | 57f7239fc8a5dc0867da07e5c7b1dc023227deb6 (patch) | |
| tree | 3c719fca66c0bb1b98027f69aa0226d44dad6faa /doc/extdev/domainapi.rst | |
| parent | 2ce06ad6912442129e03910ffb1e4dd8fe89acfe (diff) | |
| download | sphinx-57f7239fc8a5dc0867da07e5c7b1dc023227deb6.tar.gz | |
Doc: move API docs in their own chapter and add more of it.
Diffstat (limited to 'doc/extdev/domainapi.rst')
| -rw-r--r-- | doc/extdev/domainapi.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/extdev/domainapi.rst b/doc/extdev/domainapi.rst new file mode 100644 index 00000000..d6ecf063 --- /dev/null +++ b/doc/extdev/domainapi.rst @@ -0,0 +1,14 @@ +.. _domain-api: + +Domain API +---------- + +.. module:: sphinx.domains + +.. autoclass:: Domain + :members: + +.. autoclass:: ObjType + +.. autoclass:: Index + :members: |
