8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6efb8 commit 10c2d92Copy full SHA for 10c2d92
_config.yml
@@ -77,3 +77,26 @@ sphinx:
77
scipy-tutorial/00_overview.ipynb: overview/get-started.md
78
79
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
88
+ scipy:
89
+ - https://docs.scipy.org/doc/scipy
90
91
+ matplotlib:
92
+ - https://matplotlib.org/stable/
93
94
+ dask:
95
+ - https://docs.dask.org/en/latest
96
97
+ python:
98
+ - https://docs.python.org/3/
99
100
+ pandas:
101
+ - https://pandas.pydata.org/pandas-docs/stable
102
0 commit comments