Skip to content

Commit 9c714ff

Browse files
DOC: fix interlinking to scipy
1 parent 23827e4 commit 9c714ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
'matplotlib': ('http://matplotlib.org/', None),
293293
'python': ('http://docs.python.org/3', None),
294294
'numpy': ('http://docs.scipy.org/doc/numpy', None),
295-
'scipy': ('http://docs.scipy.org/doc/scipy', None),
295+
'scipy': ('http://docs.scipy.org/doc/scipy/reference', None),
296296
'py': ('http://pylib.readthedocs.org/en/latest/', None)
297297
}
298298
import glob

0 commit comments

Comments
 (0)