Skip to content

Commit ec1d328

Browse files
authored
DOC: cross ref the groupby tutorial (#7555)
* DOC: cross ref the groupby tutorial * DOC: cross ref the groupby tutorial * DOC: change groupby ref description * DOC: change groupby ref description
1 parent 4427eaa commit ec1d328

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

xarray/core/dataarray.py

+4
Original file line numberDiff line numberDiff line change
@@ -6249,6 +6249,8 @@ def groupby(
62496249
62506250
See Also
62516251
--------
6252+
:ref:`groupby`
6253+
Users guide explanation of how to group and bin data.
62526254
DataArray.groupby_bins
62536255
Dataset.groupby
62546256
core.groupby.DataArrayGroupBy
@@ -6328,6 +6330,8 @@ def groupby_bins(
63286330
63296331
See Also
63306332
--------
6333+
:ref:`groupby`
6334+
Users guide explanation of how to group and bin data.
63316335
DataArray.groupby
63326336
Dataset.groupby_bins
63336337
core.groupby.DataArrayGroupBy

xarray/core/dataset.py

+4
Original file line numberDiff line numberDiff line change
@@ -8933,6 +8933,8 @@ def groupby(
89338933
89348934
See Also
89358935
--------
8936+
:ref:`groupby`
8937+
Users guide explanation of how to group and bin data.
89368938
Dataset.groupby_bins
89378939
DataArray.groupby
89388940
core.groupby.DatasetGroupBy
@@ -9014,6 +9016,8 @@ def groupby_bins(
90149016
90159017
See Also
90169018
--------
9019+
:ref:`groupby`
9020+
Users guide explanation of how to group and bin data.
90179021
Dataset.groupby
90189022
DataArray.groupby_bins
90199023
core.groupby.DatasetGroupBy

0 commit comments

Comments
 (0)