Skip to content
Snippets Groups Projects

Add h5py in the common intersphinx mapping

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