From b2cc7fd44d76e885d4ac1ec962b52ceff369dcc1 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Fri, 10 Dec 2021 16:24:42 +0100 Subject: [PATCH 1/3] intersphinx Mapping xarray --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 863a83393..add9afe28 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,6 +18,10 @@ import warnings from collections import OrderedDict +import xarray +xarray.DataArray.__module__ = "xarray" +xarray.Dataset.__module__ = "xarray" + import xclim # If extensions (or modules to document with autodoc) are in another From 46b95b1b67b9ec1b59e071e8d7d309eace313ae4 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Fri, 10 Dec 2021 22:52:11 +0100 Subject: [PATCH 2/3] Update HISTORY.rst --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e733c7bfd..c0f615042 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ History 0.32.0 (unreleased) ------------------- -Contributors to this version: Pascal Bourgault (:user:`aulemahal`), Travis Logan (:user:`tlogan2000`), Trevor James Smith (:user:`Zeitsperre`), Abel Aoun (:user:`bzah`), David Huard (:user:`huard`), Clair Barnes (:user:`clairbarnes`), Raquel Alegre (:user:`raquel-ucl`), Jamie Quinn (:user:`JamieJQuinn`) +Contributors to this version: Pascal Bourgault (:user:`aulemahal`), Travis Logan (:user:`tlogan2000`), Trevor James Smith (:user:`Zeitsperre`), Abel Aoun (:user:`bzah`), David Huard (:user:`huard`), Clair Barnes (:user:`clairbarnes`), Raquel Alegre (:user:`raquel-ucl`), Jamie Quinn (:user:`JamieJQuinn`), Aaron Spring (:user:`aaronspring`) Announcements ^^^^^^^^^^^^^ From 5e17705f32e07c0a9f83f9c9f76c599073f78565 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Fri, 10 Dec 2021 22:54:28 +0100 Subject: [PATCH 3/3] Update HISTORY.rst --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index c0f615042..48542489b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -39,6 +39,7 @@ Internal changes * Use ``xarray.apply_ufunc`` to vectorize statistical functions. (:pull:`943`) * Refactor of ``xclim.sdba.utils.interp_on_quantiles`` so that it now handles the extrapolation directly and to better handle missing values. (:pull:`941`). * Updated `heating_degree_days` and `fraction_over_precip_thresh` documentations. See (:issue:`952`) and (:pull:`953`). +* Intersphinx mapping to xarray (:pull:`955`). Bug fixes ^^^^^^^^^