Skip to content

Commit c6e0935

Browse files
raybellwavesRay Bellpre-commit-ci[bot]
authored
DOC: link to zarr.convenience.consolidate_metadata (#8816)
* link to zarr.convenience.consolidate_metadata * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Ray Bell <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8468be0 commit c6e0935

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/conf.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -316,22 +316,22 @@
316316

317317
# Example configuration for intersphinx: refer to the Python standard library.
318318
intersphinx_mapping = {
319-
"python": ("https://docs.python.org/3/", None),
320-
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
319+
"cftime": ("https://unidata.github.io/cftime", None),
320+
"cubed": ("https://cubed-dev.github.io/cubed/", None),
321+
"dask": ("https://docs.dask.org/en/latest", None),
322+
"datatree": ("https://xarray-datatree.readthedocs.io/en/latest/", None),
323+
"flox": ("https://flox.readthedocs.io/en/latest/", None),
324+
"hypothesis": ("https://hypothesis.readthedocs.io/en/latest/", None),
321325
"iris": ("https://scitools-iris.readthedocs.io/en/latest", None),
326+
"matplotlib": ("https://matplotlib.org/stable/", None),
327+
"numba": ("https://numba.readthedocs.io/en/stable/", None),
322328
"numpy": ("https://numpy.org/doc/stable", None),
329+
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
330+
"python": ("https://docs.python.org/3/", None),
323331
"scipy": ("https://docs.scipy.org/doc/scipy", None),
324-
"numba": ("https://numba.readthedocs.io/en/stable/", None),
325-
"matplotlib": ("https://matplotlib.org/stable/", None),
326-
"dask": ("https://docs.dask.org/en/latest", None),
327-
"cftime": ("https://unidata.github.io/cftime", None),
328332
"sparse": ("https://sparse.pydata.org/en/latest/", None),
329-
"hypothesis": ("https://hypothesis.readthedocs.io/en/latest/", None),
330-
"cubed": ("https://cubed-dev.github.io/cubed/", None),
331-
"datatree": ("https://xarray-datatree.readthedocs.io/en/latest/", None),
332333
"xarray-tutorial": ("https://tutorial.xarray.dev/", None),
333-
"flox": ("https://flox.readthedocs.io/en/latest/", None),
334-
# "opt_einsum": ("https://dgasmith.github.io/opt_einsum/", None),
334+
"zarr": ("https://zarr.readthedocs.io/en/latest/", None),
335335
}
336336

337337

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ def to_zarr(
24172417
``dask.delayed.Delayed`` object that can be computed to write
24182418
array data later. Metadata is always updated eagerly.
24192419
consolidated : bool, optional
2420-
If True, apply zarr's `consolidate_metadata` function to the store
2420+
If True, apply :func:`zarr.convenience.consolidate_metadata`
24212421
after writing metadata and read existing stores with consolidated
24222422
metadata; if False, do not. The default (`consolidated=None`) means
24232423
write consolidated metadata and attempt to read consolidated

0 commit comments

Comments
 (0)