Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@


# The master toctree document.
master_doc = "index"
master_doc = "contents"

source_suffix = ['.rst']

Expand Down Expand Up @@ -223,8 +223,9 @@
# With this local 'make html' is broken!
github_doc_root = ''

intersphinx_mapping = {'https://docs.python.org/': None}

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
}

def skip(app, what, name, obj, would_skip, options):
if name in ["__init__", "__str__"]:
Expand Down
9 changes: 9 additions & 0 deletions doc/contents.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Table of Contents
==================

.. toctree::
:maxdepth: 2

index
Impressum <https://nest-initiative.org/impressum/>
Data protection <https://www.nest-initiative.org/data-protection/>
7 changes: 0 additions & 7 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ ODE-toolbox

**Automatic selection and generation of integration schemes for systems of ordinary differential equations**

.. toctree::
:hidden:
:maxdepth: 1
:tocdepth: 1

index

.. role:: python(code)
:language: python

Expand Down