Skip to content

Commit 38a0862

Browse files
committed
Add intersphinx mapping
Closes #82
1 parent 8f250e3 commit 38a0862

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

_config.yml

+23
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,26 @@ sphinx:
7474
scipy-tutorial/00_overview.ipynb: overview/get-started.md
7575

7676
bibtex_reference_style: author_year # or label, super, \supercite
77+
78+
intersphinx_mapping:
79+
xarray:
80+
- https://docs.xarray.dev/en/latest/
81+
- null
82+
numpy:
83+
- https://numpy.org/doc/stable
84+
- null
85+
scipy:
86+
- https://docs.scipy.org/doc/scipy
87+
- null
88+
matplotlib:
89+
- https://matplotlib.org/stable/
90+
- null
91+
dask:
92+
- https://docs.dask.org/en/latest
93+
- null
94+
python:
95+
- https://docs.python.org/3/
96+
- null
97+
pandas:
98+
- https://pandas.pydata.org/pandas-docs/stable
99+
- null

0 commit comments

Comments
 (0)