8000 Add intersphinx mapping · qheuristics/xarray-tutorial@10c2d92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10c2d92

Browse files
committed
Add intersphinx mapping
Closes xarray-contrib#82
1 parent ae6efb8 commit 10c2d92

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

_config.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,26 @@ sphinx:
7777
scipy-tutorial/00_overview.ipynb: overview/get-started.md
7878

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

0 commit comments

Comments
 (0)
0