Skip to content

Commit

Permalink
Add intersphinx mapping
Browse files Browse the repository at this point in the history
Closes #82
  • Loading branch information
dcherian committed Jun 27, 2022
1 parent ae6efb8 commit 10c2d92
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,26 @@ sphinx:
scipy-tutorial/00_overview.ipynb: overview/get-started.md

bibtex_reference_style: author_year # or label, super, \supercite

intersphinx_mapping:
xarray:
- https://docs.xarray.dev/en/stable/
- null
numpy:
- https://numpy.org/doc/stable
- null
scipy:
- https://docs.scipy.org/doc/scipy
- null
matplotlib:
- https://matplotlib.org/stable/
- null
dask:
- https://docs.dask.org/en/latest
- null
python:
- https://docs.python.org/3/
- null
pandas:
- https://pandas.pydata.org/pandas-docs/stable
- null

0 comments on commit 10c2d92

Please sign in to comment.