diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2021-07-19 22:55:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 16:55:44 -0300 |
commit | 4db9b0c5341edf21c994d21a3915a4171a4b9705 (patch) | |
tree | cea2211d7e372206799d03462f83c63fe77f918d /doc/source/conf.py | |
parent | d3382a5e7e3c45a2fc9840509de0c8eadc25fa07 (diff) | |
download | numpy-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.py | 3 |
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/"} + ], } |