Skip to content

Commit b17b17a

Browse files
Fix broken links
1 parent d8a4131 commit b17b17a

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

docs/api/v3.rst

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
V3 Specification Implementation(``zarr._storage.v3``)
22
=====================================================
33

4-
This module contains the implementation of the `Zarr V3 Specification <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html#zarr-core-specification-v3-0>`_.
4+
This module contains the implementation of the `Zarr V3 Specification <https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html>`_.
55

66
.. warning::
77
Since Zarr Python 2.12 release, this module provides experimental infrastructure for reading and
@@ -58,25 +58,7 @@ You can also check ``Store type`` here (which indicates Zarr V3).
5858
.. autoclass:: LRUStoreCacheV3
5959
.. autoclass:: ConsolidatedMetadataStoreV3
6060

61-
In v3 `storage transformers <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html#id19>`_
62-
can be set via ``zarr.create(…, storage_transformers=[…])``.
63-
The experimental sharding storage transformer can be tested by setting
64-
the environment variable ``ZARR_V3_SHARDING=1``. Data written with this flag
65-
enabled should be expected to become stale until
66-
`ZEP 2 <https://zarr.dev/zeps/draft/ZEP0002.html>`_ is approved
67-
and fully implemented.
68-
69-
.. module:: zarr._storage.v3_storage_transformers
70-
71-
.. autoclass:: ShardingStorageTransformer
72-
73-
The abstract base class for storage transformers is
74-
75-
.. module:: zarr._storage.store
76-
77-
.. autoclass:: StorageTransformer
78-
79-
In v3 `storage transformers <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html#id19>`_
61+
In v3 `storage transformers <https://zarr-specs.readthedocs.io/en/latest/v3/array-storage-transformers/sharding/v1.0.html>`_
8062
can be set via ``zarr.create(…, storage_transformers=[…])``.
8163
The experimental sharding storage transformer can be tested by setting
8264
the environment variable ``ZARR_V3_SHARDING=1``. Data written with this flag

0 commit comments

Comments
 (0)