Skip to content
Snippets Groups Projects

Add xarray index for docs

Merged Amir MOHAMMADI requested to merge xarray into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -534,6 +534,7 @@ def link_documentation(additional_packages = ['python', 'numpy'], requirements_f
_add_index('distributed', 'https://distributed.dask.org/en/latest/')
_add_click_index()
_add_index('torch', 'https://pytorch.org/docs/')
_add_index('xarray', 'https://xarray.pydata.org/en/stable/')
# get the server for the other packages
Loading