diff options
| author | Ross Barnowski <rossbar@berkeley.edu> | 2021-06-08 12:00:09 +0300 |
|---|---|---|
| committer | Ross Barnowski <rossbar@berkeley.edu> | 2021-06-08 12:00:09 +0300 |
| commit | 683a37a03f24f7b090950a40d472b199834cca22 (patch) | |
| tree | bbddb82da82f506c534fa1e67b8ae8b56e544d57 | |
| parent | f35de9aeb12b35acba6314def91feddd0e762319 (diff) | |
| download | numpy-683a37a03f24f7b090950a40d472b199834cca22.tar.gz | |
Add intersphinx link to numpy-tutorials.
| -rw-r--r-- | doc/source/conf.py | 1 | ||||
| -rw-r--r-- | doc/source/user/how-to-how-to.rst | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 5ba7f70b8..a49074922 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -295,6 +295,7 @@ intersphinx_mapping = { 'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None), 'scipy-lecture-notes': ('https://scipy-lectures.org', None), 'pytest': ('https://docs.pytest.org/en/stable', None), + 'numpy-tutorials': ('https://numpy.org/numpy-tutorials', None), } diff --git a/doc/source/user/how-to-how-to.rst b/doc/source/user/how-to-how-to.rst index c56f24284..13d2b405f 100644 --- a/doc/source/user/how-to-how-to.rst +++ b/doc/source/user/how-to-how-to.rst @@ -105,10 +105,7 @@ deep dives intended to give understanding rather than immediate assistance, and `References`, which give complete, autoritative data on some concrete part of NumPy (like its API) but aren't obligated to paint a broader picture. -For more on tutorials, see the `tutorial how-to`_. - -.. _`tutorial how-to`: https://github.com/numpy/numpy-tutorials/blob/main/content/tutorial-style-guide.md - +For more on tutorials, see :doc:`content/tutorial-style-guide` ****************************************************************************** Is this page an example of a how-to? |
