Skip to content

Commit

Permalink
fix a code section being hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Sep 22, 2019
1 parent a5fe56a commit f20975a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/reshaping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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])},
Expand Down

0 comments on commit f20975a

Please sign in to comment.