Skip to content
forked from pydata/xarray

Commit 72dcea6

Browse files
committed
[skip-ci] fix links
1 parent c002509 commit 72dcea6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,18 @@
147147
"matplotlib colormap name": ":doc:`matplotlib colormap name <matplotlib:gallery/color/colormap_reference>`",
148148
"matplotlib axes object": ":py:class:`matplotlib axes object <matplotlib.axes.Axes>`",
149149
"colormap": ":py:class:`colormap <matplotlib.colors.Colormap>`",
150-
# objects without namespace
150+
# objects without namespace: xarray
151151
"DataArray": "~xarray.DataArray",
152152
"Dataset": "~xarray.Dataset",
153153
"Variable": "~xarray.Variable",
154+
"DatasetGroupBy": "~xarray.core.weighted.DatasetGroupBy",
155+
"DataArrayGroupBy": "~xarray.core.weighted.DataArrayGroupBy",
156+
# objects without namespace: numpy
154157
"ndarray": "~numpy.ndarray",
155158
"MaskedArray": "~numpy.ma.MaskedArray",
156159
"dtype": "~numpy.dtype",
157160
"ComplexWarning": "~numpy.ComplexWarning",
161+
# objects without namespace: pandas
158162
"Index": "~pandas.Index",
159163
"MultiIndex": "~pandas.MultiIndex",
160164
"CategoricalIndex": "~pandas.CategoricalIndex",

0 commit comments

Comments
 (0)