Skip to content

Commit 7bd99e2

Browse files
committed
fix a few more links
1 parent af23b93 commit 7bd99e2

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

doc/internals/zarr-encoding-spec.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.. currentmodule:: xarray
12

23
.. _zarr_encoding:
34

doc/user-guide/weather-climate.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. currentmodule:: xarray
2+
13
.. _weather-climate:
24

35
Weather and climate data

doc/whats-new.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ New Features
202202
By `Justus Magin <https://github.com/keewis>`_.
203203
- Allow installing from git archives (:pull:`4897`).
204204
By `Justus Magin <https://github.com/keewis>`_.
205-
- :py:class:`DataArrayCoarsen` and :py:class:`DatasetCoarsen` now implement a
206-
``reduce`` method, enabling coarsening operations with custom reduction
207-
functions (:issue:`3741`, :pull:`4939`). By `Spencer Clark
208-
<https://github.com/spencerkclark>`_.
205+
- :py:class:`~core.rolling.DataArrayCoarsen` and :py:class:`~core.rolling.DatasetCoarsen`
206+
now implement a ``reduce`` method, enabling coarsening operations with custom
207+
reduction functions (:issue:`3741`, :pull:`4939`).
208+
By `Spencer Clark <https://github.com/spencerkclark>`_.
209209
- Most rolling operations use significantly less memory. (:issue:`4325`).
210210
By `Deepak Cherian <https://github.com/dcherian>`_.
211211
- Add :py:meth:`Dataset.drop_isel` and :py:meth:`DataArray.drop_isel`
@@ -224,9 +224,8 @@ New Features
224224

225225
Bug fixes
226226
~~~~~~~~~
227-
- Use specific type checks in
228-
:py:func:`~xarray.core.variable.as_compatible_data` instead of blanket
229-
access to ``values`` attribute (:issue:`2097`)
227+
- Use specific type checks in ``xarray.core.variable.as_compatible_data`` instead of
228+
blanket access to ``values`` attribute (:issue:`2097`)
230229
By `Yunus Sevinchan <https://github.com/blsqr>`_.
231230
- :py:meth:`DataArray.resample` and :py:meth:`Dataset.resample` do not trigger
232231
computations anymore if :py:meth:`Dataset.weighted` or

0 commit comments

Comments
 (0)