File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1413,14 +1413,15 @@ def differentiate(
14131413 """
14141414 Parameters
14151415 ----------
1416- xr_args, xr_kwargs are passed directly to the underlying xarray function.
1417- The following are added by cf_xarray:
1418-
14191416 positive_upward: optional, bool
14201417 Change sign of the derivative based on the ``"positive"`` attribute of ``coord``
14211418 so that positive values indicate increasing upward.
14221419 If ``positive=="down"``, then multiplied by -1.
14231420
1421+ Notes
1422+ -----
1423+ ``xr_args``, ``xr_kwargs`` are passed directly to the underlying xarray function.
1424+
14241425 See Also
14251426 --------
14261427 DataArray.cf.differentiate
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Attributes
3030 DataArray.cf.axes
3131 DataArray.cf.cell_measures
3232 DataArray.cf.coordinates
33- DataArray.cf.standard_names
3433 DataArray.cf.formula_terms
34+ DataArray.cf.standard_names
3535 DataArray.cf.plot
3636
3737
You can’t perform that action at this time.
0 commit comments