Skip to content

Commit 575c1a4

Browse files
committed
Merge branch 'main' into feature/clip
2 parents 33c20e7 + 926f808 commit 575c1a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/_templates/autosummary/module.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.. rubric:: Classes
1717

1818
.. autosummary::
19-
:toctree: ./
19+
:toctree:
2020
{% for item in classes %}
2121
{{ item }}
2222
{% endfor %}
@@ -29,7 +29,7 @@
2929
.. rubric:: Functions
3030

3131
.. autosummary::
32-
:toctree: ./
32+
:toctree:
3333
{% for item in functions %}
3434
{{ item }}
3535
{% endfor %}
@@ -42,7 +42,7 @@
4242
.. rubric:: Exceptions
4343

4444
.. autosummary::
45-
:toctree: ./
45+
:toctree:
4646
{% for item in exceptions %}
4747
{{ item }}
4848
{% endfor %}

0 commit comments

Comments
 (0)