Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,11 @@ and currently raises a warning unless ``invalid_netcdf=True`` is set:
# Reading it back
xr.open_dataarray("complex.nc", engine="h5netcdf")

.. ipython:: python
:suppress:

import os
os.remove('complex.nc')

.. warning::

Expand Down
4 changes: 4 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Documentation
- Add examples for :py:meth:`Dataset.swap_dims` and :py:meth:`DataArray.swap_dims`.
By `Justus Magin <https://github.com/keewis>`_.

- Fixed documentation to clean up an unwanted file created in ``ipython`` example
(:pull:`3353`).
By `Gregory Gundersen <https://github.com/gwgundersen/>`_.

.. _whats-new.0.13.0:

v0.13.0 (17 Sep 2019)
Expand Down