We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d12bae commit 926f808Copy full SHA for 926f808
doc/_templates/autosummary/class.rst
@@ -17,6 +17,7 @@
17
.. rubric:: Methods Summary
18
19
.. autosummary::
20
+ :toctree:
21
{% for item in methods %}
22
{% if item != '__init__' %}
23
{{ objname }}.{{ item }}
doc/_templates/autosummary/module.rst
@@ -16,7 +16,7 @@
16
.. rubric:: Classes
- :toctree: ./
{% for item in classes %}
{{ item }}
{% endfor %}
@@ -29,7 +29,7 @@
29
.. rubric:: Functions
30
31
32
33
{% for item in functions %}
34
35
@@ -42,7 +42,7 @@
42
.. rubric:: Exceptions
43
44
45
46
{% for item in exceptions %}
47
48
0 commit comments