We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8988c commit b376e31Copy full SHA for b376e31
.gitignore
@@ -11,7 +11,7 @@ build/*
11
*egg-info/*
12
temp_*
13
_doc/CHANGELOGS*
14
-_doc/LICENSE
+_doc/LICENSE.txt
15
_doc/api/oo.png
16
_doc/auto_examples/*
17
_doc/examples/_cache/*
_doc/index.rst
@@ -29,10 +29,16 @@ sphinx-runpython: (Numpy) Array API for ONNX
29
**sphinx-runpython** an extension to execute python code in documentation
30
31
.. toctree::
32
- :maxdepth: 3
+ :maxdepth: 1
33
+ :caption: Contents
34
35
api/index
36
auto_examples/index
37
+
38
+.. toctree::
39
40
+ :caption: More
41
42
CHANGELOGS
43
license
44
0 commit comments