sphinx/tests/roots/test-root/autodoc.txt
Takeshi KOMIYA 891178e8ed test: Reduce warnings on building test-root
Note: all warnings are tested on test-warnings.
2019-02-14 02:20:55 +09:00

40 lines
578 B
Plaintext

Autodoc tests
=============
Just testing a few autodoc possibilities...
.. automodule:: autodoc_target
: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:
.. currentmodule:: autodoc_target
.. autoclass:: InstAttCls
:members:
All members (5 total)
.. autoclass:: InstAttCls
:members: ca1, ia1
Specific members (2 total)