File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -516,6 +516,11 @@ and currently raises a warning unless ``invalid_netcdf=True`` is set:
516
516
# Reading it back
517
517
xr.open_dataarray(" complex.nc" , engine = " h5netcdf" )
518
518
519
+ .. ipython :: python
520
+ :suppress:
521
+
522
+ import os
523
+ os.remove(' complex.nc' )
519
524
520
525
.. warning ::
521
526
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ Documentation
33
33
- Add examples for :py:meth: `Dataset.swap_dims ` and :py:meth: `DataArray.swap_dims `.
34
34
By `Justus Magin <https://github.com/keewis >`_.
35
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
+
36
40
.. _whats-new.0.13.0 :
37
41
38
42
v0.13.0 (17 Sep 2019)
You can’t perform that action at this time.
0 commit comments