diff options
| author | czgdp1807 <gdp.1807@gmail.com> | 2021-06-09 15:42:28 +0530 |
|---|---|---|
| committer | czgdp1807 <gdp.1807@gmail.com> | 2021-06-09 15:42:28 +0530 |
| commit | ab01330d16ec77c2bc232ce696ce3ab2be9e51d0 (patch) | |
| tree | 95e5ec28afe5c5484df97e0348b0484e865a4b7e /doc/source/conf.py | |
| parent | 3268a48ba4c0e7ae97dc358fa85e7c1b09d7cb21 (diff) | |
| parent | b9a63f5052b0ba5a7a5b2616ddcc1754df177bd3 (diff) | |
| download | numpy-ab01330d16ec77c2bc232ce696ce3ab2be9e51d0.tar.gz | |
Merge branch 'main' into never_copy
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 1 insertions, 0 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), } |
