summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-domain-py/roles.rst
blob: 6bff2d2ca1b87577f801aedb0d9d44b9805e107c (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
40
41
42
43
44
45
46
47
48
roles
=====

.. py:class:: TopLevel

.. py:method:: top_level

* :py:class:`TopLevel`
* :py:meth:`top_level`


.. py:class:: NestedParentA

    * Link to :py:meth:`child_1`

    .. py:method:: child_1()

        * Link to :py:meth:`NestedChildA.subchild_2`
        * Link to :py:meth:`child_2`
        * Link to :any:`any_child`

    .. py:method:: any_child()

        * Link to :py:class:`NestedChildA`

    .. py:class:: NestedChildA

        .. py:method:: subchild_1()

            * Link to :py:meth:`subchild_2`

        .. py:method:: subchild_2()

            Link to :py:meth:`NestedParentA.child_1`

    .. py:method:: child_2()

        Link to :py:meth:`NestedChildA.subchild_1`

.. py:class:: NestedParentB

    * Link to :py:meth:`child_1`

    .. py:method:: child_1()

        * Link to :py:class:`NestedParentB`

* :py:class:`NestedParentA.NestedChildA`