Skip to content

Commit

Permalink
DOC: change groupby ref description
Browse files Browse the repository at this point in the history
  • Loading branch information
jklymak committed Feb 24, 2023
1 parent d800b08 commit c8cdb08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6249,7 +6249,7 @@ def groupby(
See Also
--------
:ref:`groupby`
:ref:`Users guide: group and bin data <groupby>`
DataArray.groupby_bins
Dataset.groupby
core.groupby.DataArrayGroupBy
Expand Down Expand Up @@ -6329,7 +6329,7 @@ def groupby_bins(
See Also
--------
:ref:`groupby`
:ref:`Users guide: group and bin data <groupby>`
DataArray.groupby
Dataset.groupby_bins
core.groupby.DataArrayGroupBy
Expand Down
4 changes: 2 additions & 2 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8933,7 +8933,7 @@ def groupby(
See Also
--------
:ref:`groupby`
:ref:`Users guide: group and bin data <groupby>`
Dataset.groupby_bins
DataArray.groupby
core.groupby.DatasetGroupBy
Expand Down Expand Up @@ -9015,7 +9015,7 @@ def groupby_bins(
See Also
--------
:ref:`groupby`
:ref:`Users guide: group and bin data <groupby>`
Dataset.groupby
DataArray.groupby_bins
core.groupby.DatasetGroupBy
Expand Down

0 comments on commit c8cdb08

Please sign in to comment.