File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 335335
336336# Example configuration for intersphinx: refer to the Python standard library.
337337intersphinx_mapping = {
338- "python" : ("https://docs.python.org/" , None ),
339- "numpy" : ("http ://docs.scipy.org/doc/numpy" , None ),
340- "scipy" : ("http ://docs.scipy.org/doc/scipy/reference" , None ),
341- "matplotlib" : ("http ://matplotlib.sourceforge.net " , None ),
338+ "python" : ("https://docs.python.org/3/ " , None ),
339+ "numpy" : ("https ://docs.scipy.org/doc/numpy" , None ),
340+ "scipy" : ("https ://docs.scipy.org/doc/scipy/reference" , None ),
341+ "matplotlib" : ("https ://matplotlib.org/ " , None ),
342342 "bids" : ("https://bids-standard.github.io/pybids/" , None ),
343343 "nibabel" : ("https://nipy.org/nibabel/" , None ),
344344 "nipype" : ("https://nipype.readthedocs.io/en/latest/" , None ),
You can’t perform that action at this time.
0 commit comments