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
360360 DataArray.rolling_exp
361361 DataArray.weighted
362362 DataArray.coarsen
363- DataArray.dt
364363 DataArray.resample
365364 DataArray.get_axis_num
366365 DataArray.diff
@@ -369,7 +368,6 @@ Computation
369368 DataArray.differentiate
370369 DataArray.integrate
371370 DataArray.polyfit
372- DataArray.str
373371 DataArray.map_blocks
374372
375373
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Enhancements
5959 coordinate attributes (:pull: `4103 `). By `Oriol Abril <https://github.com/OriolAbril >`_.
6060- Axes kwargs such as ``facecolor `` can now be passed to :py:meth: `DataArray.plot ` in ``subplot_kws ``.
6161 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 > `_.
6363
6464New Features
6565~~~~~~~~~~~~
Original file line number Diff line number Diff line change 66conda :
77 environment : ci/requirements/doc.yml
88
9+ sphinx :
10+ fail_on_warning : false
11+
912formats : []
You can’t perform that action at this time.
0 commit comments