summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2021-07-19 22:55:44 +0300
committerGitHub <noreply@github.com>2021-07-19 16:55:44 -0300
commit4db9b0c5341edf21c994d21a3915a4171a4b9705 (patch)
treecea2211d7e372206799d03462f83c63fe77f918d /doc/source/conf.py
parentd3382a5e7e3c45a2fc9840509de0c8eadc25fa07 (diff)
downloadnumpy-4db9b0c5341edf21c994d21a3915a4171a4b9705.tar.gz
DOC: Additional ideas related to numpy-tutorials integration (#19422)
* Add navbar link to numpy-tutorials. * External links instead of tutorials stub. * Update tutorial-svd link to intersphinx. * Point tutorials to features, not applications. * Fix linter
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 874b5e96a..587307cf9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -165,6 +165,9 @@ html_theme_options = {
"github_url": "https://github.com/numpy/numpy",
"twitter_url": "https://twitter.com/numpy_team",
"collapse_navigation": True,
+ "external_links": [
+ {"name": "Learn", "url": "https://numpy.org/numpy-tutorials/"}
+ ],
}