Skip to content

Commit 8fde2ff

Browse files
committed
DOC: change groupby ref description
1 parent f557b9c commit 8fde2ff

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

xarray/core/dataarray.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -6249,7 +6249,8 @@ def groupby(
62496249
62506250
See Also
62516251
--------
6252-
:ref:`Users guide: group and bin data <groupby>`
6252+
:ref:`groupby`
6253+
Users guide explaination of how to group and bin data.
62536254
DataArray.groupby_bins
62546255
Dataset.groupby
62556256
core.groupby.DataArrayGroupBy
@@ -6329,7 +6330,8 @@ def groupby_bins(
63296330
63306331
See Also
63316332
--------
6332-
:ref:`Users guide: group and bin data <groupby>`
6333+
:ref:`groupby`
6334+
Users guide explaination of how to group and bin data.
63336335
DataArray.groupby
63346336
Dataset.groupby_bins
63356337
core.groupby.DataArrayGroupBy

xarray/core/dataset.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -8933,7 +8933,8 @@ def groupby(
89338933
89348934
See Also
89358935
--------
8936-
:ref:`Users guide: group and bin data <groupby>`
8936+
:ref:`groupby`
8937+
Users guide explaination of how to group and bin data.
89378938
Dataset.groupby_bins
89388939
DataArray.groupby
89398940
core.groupby.DatasetGroupBy
@@ -9015,7 +9016,8 @@ def groupby_bins(
90159016
90169017
See Also
90179018
--------
9018-
:ref:`Users guide: group and bin data <groupby>`
9019+
:ref:`groupby`
9020+
Users guide explaination of how to group and bin data.
90199021
Dataset.groupby
90209022
DataArray.groupby_bins
90219023
core.groupby.DatasetGroupBy

0 commit comments

Comments
 (0)