diff options
author | mattip <matti.picus@gmail.com> | 2020-08-12 19:01:08 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-08-14 09:19:09 +0300 |
commit | 3166c0d7646efe9d43cb7b363e58db2cf941a5e6 (patch) | |
tree | 926c5aefc29356623af5c265611272d7673d3d49 /doc/source/contents.rst | |
parent | 986e533f72c91f8a356c499c2e499c2894c94235 (diff) | |
download | numpy-3166c0d7646efe9d43cb7b363e58db2cf941a5e6.tar.gz |
DOC: first step toward switching themes
Diffstat (limited to 'doc/source/contents.rst')
-rw-r--r-- | doc/source/contents.rst | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/doc/source/contents.rst b/doc/source/contents.rst index baea7784c..953587c6a 100644 --- a/doc/source/contents.rst +++ b/doc/source/contents.rst @@ -5,23 +5,12 @@ NumPy Documentation ################### .. toctree:: + :maxdepth: 1 - user/setting-up - user/quickstart - user/absolute_beginners - user/tutorials_index - user/howtos_index - reference/index - user/explanations_index - f2py/index - glossary - dev/index - dev/underthehood - docs/index - docs/howto_document - benchmarking - bugs - release - about - license + User Guide <user/index> + API reference <reference/index> + Development <dev/index> +.. This is not really the index page, that is found in + _templates/intexcontent.html The toctree content here will be added to the + top of the template header |