Skip to content

Commit c6342e4

Browse files
committed
Add intersphinx mapping
Closes #82
1 parent 5ee7c9a commit c6342e4

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
@@ -76,3 +76,26 @@ sphinx:
7676
scipy-tutorial/00_overview.ipynb: overview/get-started.md
7777

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

0 commit comments

Comments
 (0)