Skip to content

Commit

Permalink
DOC: cross ref the groupby tutorial (#7555)
Browse files Browse the repository at this point in the history
* DOC: cross ref the groupby tutorial

* DOC: cross ref the groupby tutorial

* DOC: change groupby ref description

* DOC: change groupby ref description
  • Loading branch information
jklymak authored Feb 24, 2023
1 parent 4427eaa commit ec1d328
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6249,6 +6249,8 @@ def groupby(
See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
DataArray.groupby_bins
Dataset.groupby
core.groupby.DataArrayGroupBy
Expand Down Expand Up @@ -6328,6 +6330,8 @@ def groupby_bins(
See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
DataArray.groupby
Dataset.groupby_bins
core.groupby.DataArrayGroupBy
Expand Down
4 changes: 4 additions & 0 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8933,6 +8933,8 @@ def groupby(
See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
Dataset.groupby_bins
DataArray.groupby
core.groupby.DatasetGroupBy
Expand Down Expand Up @@ -9014,6 +9016,8 @@ def groupby_bins(
See Also
--------
:ref:`groupby`
Users guide explanation of how to group and bin data.
Dataset.groupby
DataArray.groupby_bins
core.groupby.DatasetGroupBy
Expand Down

0 comments on commit ec1d328

Please sign in to comment.