Skip to content

Commit

Permalink
resolve the timeouts on RTD (#6727)
Browse files Browse the repository at this point in the history
* explicitly set the dataset for demonstration with `to_dict`

* show the dataset for reference
  • Loading branch information
keewis committed Jun 25, 2022
1 parent 6c8db5e commit cc18365
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/user-guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,9 @@ We can convert a ``Dataset`` (or a ``DataArray``) to a dict using

.. ipython:: python
ds = xr.Dataset({"foo": ("x", np.arange(30))})
ds
d = ds.to_dict()
d
Expand Down

0 comments on commit cc18365

Please sign in to comment.