diff options
author | melissawm <melissawm@gmail.com> | 2020-02-27 14:47:56 -0300 |
---|---|---|
committer | melissawm <melissawm@gmail.com> | 2020-02-27 14:47:56 -0300 |
commit | 4999107b74d686a5e9c5f09b6bff205a3c000083 (patch) | |
tree | 76c7c194b49bd743dc2a1ec362e5da186dc8abf5 /doc/source/conf.py | |
parent | c64cda0ddd7dee1aa846e5c3b57e497887e5653a (diff) | |
download | numpy-4999107b74d686a5e9c5f09b6bff205a3c000083.tar.gz |
Added intersphinx mappings for skimage and imageio; added proper links to external docs.
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 7e3a145f5..86662688e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -236,7 +236,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) } |