From 4db9b0c5341edf21c994d21a3915a4171a4b9705 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Mon, 19 Jul 2021 22:55:44 +0300 Subject: 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 --- doc/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source/conf.py') 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/"} + ], } -- cgit v1.2.1