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