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 8f250e3 commit 38a0862Copy full SHA for 38a0862
_config.yml
@@ -74,3 +74,26 @@ sphinx:
74
scipy-tutorial/00_overview.ipynb: overview/get-started.md
75
76
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
85
+ scipy:
86
+ - https://docs.scipy.org/doc/scipy
87
88
+ matplotlib:
89
+ - https://matplotlib.org/stable/
90
91
+ dask:
92
+ - https://docs.dask.org/en/latest
93
94
+ python:
95
+ - https://docs.python.org/3/
96
97
+ pandas:
98
+ - https://pandas.pydata.org/pandas-docs/stable
99
0 commit comments