From b17b17a841db2ed8d0b9bf82842c72cdc53e1cc4 Mon Sep 17 00:00:00 2001 From: Sanket Verma Date: Fri, 10 Mar 2023 23:08:37 +0530 Subject: [PATCH] Fix broken links --- docs/api/v3.rst | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/docs/api/v3.rst b/docs/api/v3.rst index c3233003d..7665b2ddd 100644 --- a/docs/api/v3.rst +++ b/docs/api/v3.rst @@ -1,7 +1,7 @@ V3 Specification Implementation(``zarr._storage.v3``) ===================================================== -This module contains the implementation of the `Zarr V3 Specification `_. +This module contains the implementation of the `Zarr V3 Specification `_. .. warning:: 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). .. autoclass:: LRUStoreCacheV3 .. autoclass:: ConsolidatedMetadataStoreV3 -In v3 `storage transformers `_ -can be set via ``zarr.create(…, storage_transformers=[…])``. -The experimental sharding storage transformer can be tested by setting -the environment variable ``ZARR_V3_SHARDING=1``. Data written with this flag -enabled should be expected to become stale until -`ZEP 2 `_ is approved -and fully implemented. - -.. module:: zarr._storage.v3_storage_transformers - -.. autoclass:: ShardingStorageTransformer - -The abstract base class for storage transformers is - -.. module:: zarr._storage.store - -.. autoclass:: StorageTransformer - -In v3 `storage transformers `_ +In v3 `storage transformers `_ can be set via ``zarr.create(…, storage_transformers=[…])``. The experimental sharding storage transformer can be tested by setting the environment variable ``ZARR_V3_SHARDING=1``. Data written with this flag