Skip to content

Commit b31bc7a

Browse files
committed
removed config section
1 parent dff0799 commit b31bc7a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/user-guide/v3_migration.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -162,30 +162,6 @@ When installing using ``pip``:
162162
- The ``jupyter`` optional dependency group has been removed, since v3 contains no
163163
jupyter specific functionality.
164164

165-
Configuration
166-
~~~~~~~~~~~~~
167-
168-
There is a new configuration system based on `donfig <https://github.com/pytroll/donfig>`_,
169-
which can be accessed via ``zarr.config`` (see :ref:`user-guide-config` for more information)
170-
Configuration values can be set using code like the following:
171-
172-
.. code-block:: python
173-
174-
import zarr
175-
zarr.config.set({"array.order": "F"})
176-
177-
Alternatively, configuration values can be set using environment variables,
178-
e.g. ``ZARR_ARRAY__ORDER=F``.
179-
180-
Configuration options include the following:
181-
182-
- Default Zarr format ``default_zarr_version``
183-
- Default array order in memory ``array.order``
184-
- Default codecs ``array.v3_default_codecs`` and ``array.v2_default_compressor``
185-
- Whether empty chunks are written to storage ``array.write_empty_chunks``
186-
- Async and threading options, e.g. ``async.concurrency`` and ``threading.max_workers``
187-
- Selections of implementations of codecs, codec pipelines and buffers
188-
189165
Miscellaneous
190166
~~~~~~~~~~~~~
191167

0 commit comments

Comments
 (0)