Skip to content

Commit baabfee

Browse files
authored
Merge pull request #97 from ENCCS/update-dask
Update dask episode and move some content to optional
2 parents c8ac516 + cff8663 commit baabfee

File tree

7 files changed

+419
-315
lines changed

7 files changed

+419
-315
lines changed

content/conf.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,14 @@
107107
'python': ('https://docs.python.org/3', None),
108108
# #'sphinx': ('https://www.sphinx-doc.org/', None),
109109
'numpy': ('https://numpy.org/doc/stable/', None),
110+
'scipy': ('https://docs.scipy.org/doc/scipy-1.15.0/', None),
110111
# #'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
111-
# #'pandas': ('https://pandas.pydata.org/docs/', None),
112+
'pandas': ('https://pandas.pydata.org/docs/', None),
112113
# #'matplotlib': ('https://matplotlib.org/', None),
113114
# 'seaborn': ('https://seaborn.pydata.org/', None),
114115
'ipython': ('https://ipython.readthedocs.io/en/stable/', None),
116+
'dask': ('https://docs.dask.org/en/stable/', None),
117+
'xarray': ('https://docs.xarray.dev/en/stable/', None),
115118
}
116119

117120
# sphinx-hoverxref

0 commit comments

Comments
 (0)