We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33c20e7 + 926f808 commit 575c1a4Copy full SHA for 575c1a4
doc/_templates/autosummary/module.rst
@@ -16,7 +16,7 @@
16
.. rubric:: Classes
17
18
.. autosummary::
19
- :toctree: ./
+ :toctree:
20
{% for item in classes %}
21
{{ item }}
22
{% 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