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 c8cdb08 commit 856ead6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6249,7 +6249,8 @@ def groupby(
See Also
--------
:ref:`Users guide: group and bin data <groupby>`
:ref:`groupby`
Users guide: group and bin data
DataArray.groupby_bins
Dataset.groupby
core.groupby.DataArrayGroupBy
Expand Down Expand Up @@ -6329,7 +6330,8 @@ def groupby_bins(
See Also
--------
:ref:`Users guide: group and bin data <groupby>`
:ref:`groupby`
Users guide: group and bin data
DataArray.groupby
Dataset.groupby_bins
core.groupby.DataArrayGroupBy
Expand Down
6 changes: 4 additions & 2 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8933,7 +8933,8 @@ def groupby(
See Also
--------
:ref:`Users guide: group and bin data <groupby>`
:ref:`groupby`
Users guide: group and bin data
Dataset.groupby_bins
DataArray.groupby
core.groupby.DatasetGroupBy
Expand Down Expand Up @@ -9015,7 +9016,8 @@ def groupby_bins(
See Also
--------
:ref:`Users guide: group and bin data <groupby>`
:ref:`groupby`
Users guide: group and bin data
Dataset.groupby
DataArray.groupby_bins
core.groupby.DatasetGroupBy
Expand Down

0 comments on commit 856ead6

Please sign in to comment.