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 b95f901 commit 75e3358Copy full SHA for 75e3358
_config.yml
@@ -60,5 +60,27 @@ bibtex_bibfiles:
60
sphinx:
61
config:
62
bibtex_reference_style: author_year # or label, super, \supercite
63
+ intersphinx_mapping:
64
+ xarray:
65
+ - https://docs.xarray.dev/en/stable/
66
+ - null
67
+ numpy:
68
+ - https://numpy.org/doc/stable
69
70
+ scipy:
71
+ - https://docs.scipy.org/doc/scipy
72
73
+ matplotlib:
74
+ - https://matplotlib.org/stable/
75
76
+ dask:
77
+ - https://docs.dask.org/en/latest
78
79
+ python:
80
+ - https://docs.python.org/3/
81
82
+ pandas:
83
+ - https://pandas.pydata.org/pandas-docs/stable
84
85
extra_extensions:
86
- sphinx_codeautolink
0 commit comments