Skip to content

Commit cc18365

Browse files
authored
resolve the timeouts on RTD (#6727)
* explicitly set the dataset for demonstration with `to_dict` * show the dataset for reference
1 parent 6c8db5e commit cc18365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/user-guide/io.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,9 @@ We can convert a ``Dataset`` (or a ``DataArray``) to a dict using
10471047

10481048
.. ipython:: python
10491049
1050+
ds = xr.Dataset({"foo": ("x", np.arange(30))})
1051+
ds
1052+
10501053
d = ds.to_dict()
10511054
d
10521055

0 commit comments

Comments
 (0)