Skip to content

Commit

Permalink
DOC Refer to the new numpy intersphinx inventory (#18945)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarmo committed Dec 1, 2020
1 parent 2d294af commit 1e0cefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
intersphinx_mapping = {
'python': ('https://docs.python.org/{.major}'.format(
sys.version_info), None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'numpy': ('https://numpy.org/doc/stable', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
'matplotlib': ('https://matplotlib.org/', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
Expand Down

0 comments on commit 1e0cefa

Please sign in to comment.