From e9eea4e1fbccf4c3cd52b27724900ad927fc7fd1 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Fri, 16 Apr 2021 20:49:50 -0400 Subject: [PATCH 1/3] DOC: fix link to io.zarr --- xarray/core/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index b7bafc92963..e785bc4b3e6 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -1849,7 +1849,7 @@ def to_zarr( See Also -------- - http://xarray.pydata.org/en/stable/io.html#zarr + :doc:`io.zarr` """ from ..backends.api import to_zarr From a6fab888696b90cf31f6ba9f752a65a62934a0c8 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Fri, 16 Apr 2021 21:43:03 -0400 Subject: [PATCH 2/3] try ref --- xarray/core/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index e785bc4b3e6..e8b27049b5e 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -1849,7 +1849,7 @@ def to_zarr( See Also -------- - :doc:`io.zarr` + :ref:`io.zarr` """ from ..backends.api import to_zarr From aebf54db66eb09421384f58aedb57488acacb697 Mon Sep 17 00:00:00 2001 From: Ray Bell Date: Mon, 19 Apr 2021 11:19:22 -0400 Subject: [PATCH 3/3] Update xarray/core/dataset.py [skip-ci] Co-authored-by: keewis --- xarray/core/dataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index e8b27049b5e..69e97bbc420 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -1850,6 +1850,7 @@ def to_zarr( See Also -------- :ref:`io.zarr` + The I/O user guide, with more details and examples. """ from ..backends.api import to_zarr