Skip to content

Commit 1348d63

Browse files
committed
DOC: add hidden toctree to index.rst
1 parent 8fb309f commit 1348d63

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'sphinx.ext.mathjax',
2222
'sphinx.ext.viewcode',
2323
]
24-
master_doc = 'contents'
24+
master_doc = 'index'
2525
source_suffix = '.rst'
2626
exclude_patterns = ['_build']
2727
# The full version, including alpha/beta/rc tags.

doc/contents.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

doc/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
.. _sec-readme:
22

33
.. include:: ../README.rst
4+
5+
.. toctree::
6+
:hidden:
7+
8+
secondary-sources
9+
frequency-domain
10+
time-domain
11+
modal-window
12+
custom-grid
13+
binaural-simulations
14+
helper-functions
15+
plotting
16+
versions

0 commit comments

Comments
 (0)