Skip to content

Commit b376e31

Browse files
authored
Change main page documentation (#22)
1 parent 1f8988c commit b376e31

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build/*
1111
*egg-info/*
1212
temp_*
1313
_doc/CHANGELOGS*
14-
_doc/LICENSE
14+
_doc/LICENSE.txt
1515
_doc/api/oo.png
1616
_doc/auto_examples/*
1717
_doc/examples/_cache/*

_doc/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ sphinx-runpython: (Numpy) Array API for ONNX
2929
**sphinx-runpython** an extension to execute python code in documentation
3030

3131
.. toctree::
32-
:maxdepth: 3
32+
:maxdepth: 1
33+
:caption: Contents
3334

3435
api/index
3536
auto_examples/index
37+
38+
.. toctree::
39+
:maxdepth: 1
40+
:caption: More
41+
3642
CHANGELOGS
3743
license
3844

0 commit comments

Comments
 (0)