From f20975ab9b8c186955ff6a9fecad64ccc161c134 Mon Sep 17 00:00:00 2001 From: Keewis Date: Sun, 22 Sep 2019 19:42:00 +0200 Subject: [PATCH] fix a code section being hidden --- doc/reshaping.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/reshaping.rst b/doc/reshaping.rst index b3abfc5afb0..51202f9be41 100644 --- a/doc/reshaping.rst +++ b/doc/reshaping.rst @@ -156,6 +156,7 @@ represented by a :py:class:`pandas.MultiIndex` object. These methods are used like this: .. ipython:: python + data = xr.Dataset( data_vars={'a': (('x', 'y'), [[0, 1, 2], [3, 4, 5]]), 'b': ('x', [6, 7])},