We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d7daa4 + 1313800 commit 85f6e66Copy full SHA for 85f6e66
1 file changed
docs/conf.py
@@ -94,9 +94,10 @@
94
95
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
96
# Commonly used libraries, uncomment when used in package
97
- # 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
+ 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
98
+ 'pandas': ('http://pandas.pydata.org/docs/', None),
99
+ 'xarray': ('https://docs.xarray.dev/en/stable/', None),
100
# 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
101
# 'scikit-learn': ('https://scikit-learn.org/stable/', None),
102
# 'matplotlib': ('https://matplotlib.org/stable/', None),
- # 'pandas': ('http://pandas.pydata.org/docs/', None),
103
}
0 commit comments