Update to latest version (#2060096)

This commit is contained in:
Elliott Sales de Andrade
2022-03-05 19:11:45 -05:00
parent 48efc18b8d
commit 10e862c9fd
6 changed files with 23 additions and 21 deletions
@@ -1,4 +1,4 @@
From 37173adcc2c0aeafb2c9cd1e6976915d3cd8a177 Mon Sep 17 00:00:00 2001
From 39f2c410dd18c551abc31ca9a36f7e052813616d Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Fri, 15 Mar 2019 22:48:25 -0400
Subject: [PATCH 2/3] DOC: Skip examples using unpackaged dependencies.
@@ -9,10 +9,10 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 file changed, 2 insertions(+)
diff --git a/doc/user-guide/io.rst b/doc/user-guide/io.rst
index 16b87082..cd5540e5 100644
index ddde0bf5..b41c3554 100644
--- a/doc/user-guide/io.rst
+++ b/doc/user-guide/io.rst
@@ -510,6 +510,7 @@ installed, xarray can convert a ``DataArray`` into a ``Cube`` using
@@ -780,6 +780,7 @@ installed, xarray can convert a ``DataArray`` into a ``Cube`` using
:py:meth:`DataArray.to_iris`:
.. ipython:: python
@@ -20,7 +20,7 @@ index 16b87082..cd5540e5 100644
da = xr.DataArray(
np.random.rand(4, 5),
@@ -524,6 +525,7 @@ Conversely, we can create a new ``DataArray`` object from a ``Cube`` using
@@ -794,6 +795,7 @@ Conversely, we can create a new ``DataArray`` object from a ``Cube`` using
:py:meth:`DataArray.from_iris`:
.. ipython:: python
@@ -29,5 +29,5 @@ index 16b87082..cd5540e5 100644
da_cube = xr.DataArray.from_iris(cube)
da_cube
--
2.34.1
2.35.1