File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,6 @@ Computation
360
360
DataArray.rolling_exp
361
361
DataArray.weighted
362
362
DataArray.coarsen
363
- DataArray.dt
364
363
DataArray.resample
365
364
DataArray.get_axis_num
366
365
DataArray.diff
@@ -369,7 +368,6 @@ Computation
369
368
DataArray.differentiate
370
369
DataArray.integrate
371
370
DataArray.polyfit
372
- DataArray.str
373
371
DataArray.map_blocks
374
372
375
373
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Enhancements
59
59
coordinate attributes (:pull: `4103 `). By `Oriol Abril <https://github.com/OriolAbril >`_.
60
60
- Axes kwargs such as ``facecolor `` can now be passed to :py:meth: `DataArray.plot ` in ``subplot_kws ``.
61
61
This works for both single axes plots and FacetGrid plots.
62
- By `Raphael Dussin <https://github.com/raphaeldussin `_.
62
+ By `Raphael Dussin <https://github.com/raphaeldussin > `_.
63
63
64
64
New Features
65
65
~~~~~~~~~~~~
Original file line number Diff line number Diff line change 6
6
conda :
7
7
environment : ci/requirements/doc.yml
8
8
9
+ sphinx :
10
+ fail_on_warning : false
11
+
9
12
formats : []
You can’t perform that action at this time.
0 commit comments