Skip to content

Commit

Permalink
Remove complex.nc from built docs (#3353)
Browse files Browse the repository at this point in the history
* Rolling back to prevent a different issue from leaking into this one.

* Amended what's new.
  • Loading branch information
gwgundersen authored and max-sixty committed Sep 28, 2019
1 parent 6ece6a1 commit f3c7da6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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

0 comments on commit f3c7da6

Please sign in to comment.