Skip to content

Commit 37ef4e3

Browse files
committed
Fix docs
1 parent ca0f2a0 commit 37ef4e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cf_xarray/accessor.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

doc/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)