summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-root/autodoc.txt
blob: 959ab2d67bc8ea4b891c4bb200c01c87018430a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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)