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 75
75
intersphinx_mapping = {
76
76
'python' : ('https://docs.python.org/3/' , None ),
77
77
'numpy' : ('https://numpy.org/doc/stable/' , None ),
78
- 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/ ' , None ),
78
+ 'scipy' : ('https://docs.scipy.org/doc/scipy/' , None ),
79
79
'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/' , None ),
80
80
'qtutils' : ('https://qtutils.readthedocs.io/en/stable/' , None ),
81
81
'pyqtgraph' : (
82
82
'https://pyqtgraph.readthedocs.io/en/latest/' ,
83
83
None ,
84
84
), # change to stable once v0.11 is published
85
- 'matplotlib' : ('https://matplotlib.org/' , None ),
86
- 'h5py' : ('http ://docs.h5py.org/en/stable/' , None ),
85
+ 'matplotlib' : ('https://matplotlib.org/stable/ ' , None ),
86
+ 'h5py' : ('https ://docs.h5py.org/en/stable/' , None ),
87
87
'pydaqmx' : ('https://pythonhosted.org/PyDAQmx/' , None ),
88
88
'qt' : (
89
89
'' ,
You can’t perform that action at this time.
0 commit comments