Skip to content

Commit 41f3a7b

Browse files
authored
Remove duplicate examples headers (#147)
1 parent a107eac commit 41f3a7b

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

flox/xarray.py

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,15 @@ def xarray_reduce(
161161
DataArray or Dataset
162162
Reduced object
163163
164+
See Also
165+
--------
166+
flox.core.groupby_reduce
167+
168+
Raises
169+
------
170+
NotImplementedError
171+
ValueError
172+
164173
Examples
165174
--------
166175
>>> import xarray as xr
@@ -180,19 +189,6 @@ def xarray_reduce(
180189
array([3, 2, 2, 2])
181190
Coordinates:
182191
* label (label) int64 0 1 2 3
183-
184-
See Also
185-
--------
186-
flox.core.groupby_reduce
187-
188-
Raises
189-
------
190-
NotImplementedError
191-
ValueError
192-
193-
Examples
194-
--------
195-
FIXME: Add docs.
196192
"""
197193

198194
if skipna is not None and isinstance(func, Aggregation):

0 commit comments

Comments
 (0)