We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
complex.nc
1 parent 6ece6a1 commit f3c7da6Copy full SHA for f3c7da6
doc/io.rst
@@ -516,6 +516,11 @@ and currently raises a warning unless ``invalid_netcdf=True`` is set:
516
# Reading it back
517
xr.open_dataarray("complex.nc", engine="h5netcdf")
518
519
+.. ipython:: python
520
+ :suppress:
521
+
522
+ import os
523
+ os.remove('complex.nc')
524
525
.. warning::
526
doc/whats-new.rst
@@ -33,6 +33,10 @@ Documentation
33
- Add examples for :py:meth:`Dataset.swap_dims` and :py:meth:`DataArray.swap_dims`.
34
By `Justus Magin <https://github.com/keewis>`_.
35
36
+- Fixed documentation to clean up an unwanted file created in ``ipython`` example
37
+ (:pull:`3353`).
38
+ By `Gregory Gundersen <https://github.com/gwgundersen/>`_.
39
40
.. _whats-new.0.13.0:
41
42
v0.13.0 (17 Sep 2019)
0 commit comments