blob: d3492ceefb94b3f7c16c0f85294ff7066858b845 (
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
49
50
51
52
53
54
|
roles
=====
.. py:class:: TopLevel
.. py:method:: top_level
.. py:type:: TopLevelType
* :py:class:`TopLevel`
* :py:meth:`top_level`
* :py:type:`TopLevelType`
.. py:class:: NestedParentA
* Link to :py:meth:`child_1`
.. py:type:: NestedTypeA
.. 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`
* :py:type:`NestedParentA.NestedTypeA`
|