mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
29 lines
416 B
Plaintext
29 lines
416 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:
|