File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,11 +214,11 @@ def setup(app):
214
214
# -- Link to other projects ----------------------------------------------------
215
215
216
216
intersphinx_mapping = {
217
- "h5py" : ("https://h5py.readthedocs.io /en/stable/" , None ),
218
- "matplotlib" : ("https://matplotlib.org" , None ),
217
+ "h5py" : ("https://docs. h5py.org /en/stable/" , None ),
218
+ "matplotlib" : ("https://matplotlib.org/stable/ " , None ),
219
219
"numpy" : ("https://numpy.org/doc/stable/" , None ),
220
220
"python" : ("https://docs.python.org/3/" , None ),
221
- "SciPy" : ("https://docs.scipy.org/doc/scipy/reference " , None ),
221
+ "SciPy" : ("https://docs.scipy.org/doc/scipy/" , None ),
222
222
"pandas" : ("https://pandas.pydata.org/pandas-docs/stable" , None ),
223
223
"pystog" : ("https://pystog.readthedocs.io/en/latest/" , None ),
224
224
"mantid-dev" : ("https://developer.mantidproject.org/" , None ),
You can’t perform that action at this time.
0 commit comments