summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2021-02-27 10:14:06 +0000
committerGitHub <noreply@github.com>2021-02-27 10:14:06 +0000
commitf9dd21e64584f6e821805daa450b8bc9f8ef3526 (patch)
tree456aeebc4f7fc395371f8da0811115781a8664fb
parent9a2a786ea3606d06e2372f88badc5802fd7e95b4 (diff)
parent678919107f29a1da946d2c2ca00d712b830a5753 (diff)
downloadnumpy-f9dd21e64584f6e821805daa450b8bc9f8ef3526.tar.gz
Merge pull request #18502 from rossbar/doc/fix-landing-page
DOC: Fix links to landing page
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/index.rst (renamed from doc/source/contents.rst)1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 238f8588a..7eb96eb22 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -94,7 +94,7 @@ templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'
-master_doc = 'contents'
+master_doc = 'index'
# General substitutions.
project = 'NumPy'
diff --git a/doc/source/contents.rst b/doc/source/index.rst
index 5d4e12097..21dec00fe 100644
--- a/doc/source/contents.rst
+++ b/doc/source/index.rst
@@ -6,6 +6,7 @@ NumPy Documentation
.. toctree::
:maxdepth: 1
+ :hidden:
User Guide <user/index>
API reference <reference/index>