@@ -2506,13 +2506,13 @@ def create(
25062506 returns another bytestream. Multiple compressors my be provided for Zarr format 3.
25072507 If no ``compressors`` are provided, a default set of compressors will be used.
25082508 These defaults can be changed by modifying the value of ``array.v3_default_compressors``
2509- in :mod: `zarr.core. config`.
2509+ in [ `zarr.config`][] .
25102510 Use ``None`` to omit default compressors.
25112511
25122512 For Zarr format 2, a "compressor" can be any numcodecs codec. Only a single compressor may
25132513 be provided for Zarr format 2.
25142514 If no ``compressor`` is provided, a default compressor will be used.
2515- in :mod: `zarr.core. config`.
2515+ in [ `zarr.config`][] .
25162516 Use ``None`` to omit the default compressor.
25172517 compressor : Codec, optional
25182518 Deprecated in favor of ``compressors``.
@@ -2521,7 +2521,7 @@ def create(
25212521 Zarr format 3 only. Zarr format 2 arrays use implicit array-to-bytes conversion.
25222522 If no ``serializer`` is provided, a default serializer will be used.
25232523 These defaults can be changed by modifying the value of ``array.v3_default_serializer``
2524- in :mod: `zarr.core. config`.
2524+ in [ `zarr.config`][] .
25252525 fill_value : Any, optional
25262526 Fill value for the array.
25272527 order : {"C", "F"}, optional
@@ -2531,7 +2531,7 @@ def create(
25312531 is a runtime parameter for Zarr format 3 arrays. The recommended way to specify the memory
25322532 order for Zarr format 3 arrays is via the ``config`` parameter, e.g. ``{'config': 'C'}``.
25332533 If no ``order`` is provided, a default order will be used.
2534- This default can be changed by modifying the value of ``array.order`` in :mod: `zarr.core. config`.
2534+ This default can be changed by modifying the value of ``array.order`` in [ `zarr.config`][] .
25352535 attributes : dict, optional
25362536 Attributes for the array.
25372537 chunk_key_encoding : ChunkKeyEncoding, optional
0 commit comments