We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4950c41 commit fbe53feCopy full SHA for fbe53fe
setup.py
@@ -48,9 +48,10 @@
48
source of xarray's data model, and integrates tightly with dask_ for parallel
49
computing.
50
51
-.. _NumPy: http://www.numpy.org/
52
-.. _pandas: http://pandas.pydata.org
53
-.. _netCDF: http://www.unidata.ucar.edu/software/netcdf
+.. _NumPy: https://www.numpy.org
+.. _pandas: https://pandas.pydata.org
+.. _dask: https://dask.org
54
+.. _netCDF: https://www.unidata.ucar.edu/software/netcdf
55
56
Why xarray?
57
-----------
0 commit comments