Skip to content

Commit 6ffb021

Browse files
committed
more links
1 parent 5eabb2d commit 6ffb021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/posts/multiple-groupers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Coordinates:
7878
## Multiple Groupers
7979

8080
Combining different grouper types is allowed, that is you can combine
81-
categorical grouping with` UniqueGrouper`, binning with `BinGrouper`, and
82-
resampling with `TimeResampler`.
81+
categorical grouping with [`UniqueGrouper`](https://docs.xarray.dev/en/latest/generated/xarray.groupers.UniqueGrouper.html#xarray.groupers.UniqueGrouper), binning with [`BinGrouper`](https://docs.xarray.dev/en/latest/generated/xarray.groupers.BinGrouper.html#xarray.groupers.BinGrouper), and
82+
resampling with [`TimeResampler`](https://docs.xarray.dev/en/latest/generated/xarray.groupers.TimeResampler.html#xarray.groupers.TimeResampler).
8383

8484
```python
8585
from xarray.groupers import BinGrouper

0 commit comments

Comments
 (0)