Skip to content

Commit e6fa8c4

Browse files
authored
Use maxdepth=3 in the API index (#87)
This makes the API index page list every function in the spec.
1 parent ddde131 commit e6fa8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/API_specification/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ API specification
55

66
.. toctree::
77
:caption: API specification
8-
:maxdepth: 1
8+
:maxdepth: 3
99

1010
function_and_method_signatures
1111
array_object
@@ -22,4 +22,4 @@ API specification
2222
sorting_functions
2323
set_functions
2424
utility_functions
25-
constants
25+
constants

0 commit comments

Comments
 (0)