@@ -2506,13 +2506,13 @@ def create(
2506
2506
returns another bytestream. Multiple compressors my be provided for Zarr format 3.
2507
2507
If no ``compressors`` are provided, a default set of compressors will be used.
2508
2508
These defaults can be changed by modifying the value of ``array.v3_default_compressors``
2509
- in :mod: `zarr.core. config`.
2509
+ in [ `zarr.config`][] .
2510
2510
Use ``None`` to omit default compressors.
2511
2511
2512
2512
For Zarr format 2, a "compressor" can be any numcodecs codec. Only a single compressor may
2513
2513
be provided for Zarr format 2.
2514
2514
If no ``compressor`` is provided, a default compressor will be used.
2515
- in :mod: `zarr.core. config`.
2515
+ in [ `zarr.config`][] .
2516
2516
Use ``None`` to omit the default compressor.
2517
2517
compressor : Codec, optional
2518
2518
Deprecated in favor of ``compressors``.
@@ -2521,7 +2521,7 @@ def create(
2521
2521
Zarr format 3 only. Zarr format 2 arrays use implicit array-to-bytes conversion.
2522
2522
If no ``serializer`` is provided, a default serializer will be used.
2523
2523
These defaults can be changed by modifying the value of ``array.v3_default_serializer``
2524
- in :mod: `zarr.core. config`.
2524
+ in [ `zarr.config`][] .
2525
2525
fill_value : Any, optional
2526
2526
Fill value for the array.
2527
2527
order : {"C", "F"}, optional
@@ -2531,7 +2531,7 @@ def create(
2531
2531
is a runtime parameter for Zarr format 3 arrays. The recommended way to specify the memory
2532
2532
order for Zarr format 3 arrays is via the ``config`` parameter, e.g. ``{'config': 'C'}``.
2533
2533
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`][] .
2535
2535
attributes : dict, optional
2536
2536
Attributes for the array.
2537
2537
chunk_key_encoding : ChunkKeyEncoding, optional
0 commit comments