summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-toctree-domain-objects/document_scoping.rst
blob: 49aba9e4b11731a224892500918c9a2cbaff413f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Level 1
=======

.. py:class:: ClassLevel1a
              ClassLevel1b

   .. py:method:: f()

.. py:method:: ClassLevel1a.g()

.. py:method:: ClassLevel1b.g()

Level 2
-------

.. py:class:: ClassLevel2a
              ClassLevel2b

   .. py:method:: f()

.. py:method:: ClassLevel2a.g()

.. py:method:: ClassLevel2b.g()