Skip to content

Commit 85f6e66

Browse files
Merge pull request #30 from EcoExtreML/intersphinx
Added numpy, pandas, xarray to intersphinx mapping
2 parents 3d7daa4 + 1313800 commit 85f6e66

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@
9494

9595
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
9696
# Commonly used libraries, uncomment when used in package
97-
# 'numpy': ('http://docs.scipy.org/doc/numpy/', None),
97+
'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),
98100
# 'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
99101
# 'scikit-learn': ('https://scikit-learn.org/stable/', None),
100102
# 'matplotlib': ('https://matplotlib.org/stable/', None),
101-
# 'pandas': ('http://pandas.pydata.org/docs/', None),
102103
}

0 commit comments

Comments
 (0)