mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
48 lines
673 B
Plaintext
48 lines
673 B
Plaintext
Autodoc tests
|
|
=============
|
|
|
|
Just testing a few autodoc possibilities...
|
|
|
|
.. automodule:: util
|
|
|
|
.. automodule:: test_autodoc
|
|
:members:
|
|
|
|
.. autofunction:: function
|
|
|
|
.. autoclass:: Class
|
|
:inherited-members:
|
|
|
|
Additional content.
|
|
|
|
.. autoclass:: Outer
|
|
:members: Inner
|
|
|
|
.. autoattribute:: Class.docattr
|
|
|
|
.. autoexception:: CustomEx
|
|
:members: f
|
|
|
|
.. autoclass:: CustomDict
|
|
:show-inheritance:
|
|
:members:
|
|
|
|
|
|
.. automodule:: autodoc_fodder
|
|
:noindex:
|
|
|
|
.. autoclass:: MarkupError
|
|
|
|
|
|
.. currentmodule:: test_autodoc
|
|
|
|
.. autoclass:: InstAttCls
|
|
:members:
|
|
|
|
All members (5 total)
|
|
|
|
.. autoclass:: InstAttCls
|
|
:members: ca1, ia1
|
|
|
|
Specific members (2 total)
|