diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-02-28 16:00:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 16:00:05 +0200 |
commit | 94d3302039856667988f82d637f9a35998d19a79 (patch) | |
tree | 979827ccc32b9fe3bcd8baf752c6217a494f57a7 /doc/source/conf.py | |
parent | 62991d50511f75e58c4c57f40e84de25a8d7e7dd (diff) | |
parent | 7c6b308e8f511bd31c8e8fc369a31bec74e1b879 (diff) | |
download | numpy-94d3302039856667988f82d637f9a35998d19a79.tar.gz |
Merge pull request #15295 from melissawm/linalg-tutorial
DOC: Added tutorial about linear algebra on multidimensional arrays
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 905fa2711..3cee969aa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -239,7 +239,9 @@ texinfo_documents = [ intersphinx_mapping = { 'python': ('https://docs.python.org/dev', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference', None), - 'matplotlib': ('https://matplotlib.org', None) + 'matplotlib': ('https://matplotlib.org', None), + 'imageio': ('https://imageio.readthedocs.io/en/stable', None), + 'skimage': ('https://scikit-image.org/docs/stable', None) } |