Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/v3/core/v3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1258,9 +1258,7 @@ Stores
======

A Zarr store is a system that can be used to store and retrieve data
from a Zarr hierarchy. For a store to be compatible with this
specification, it must support a set of operations defined in the `Abstract store
interface`_ subsection. The store interface can be implemented using a
from a Zarr hierarchy. The store interface can be implemented using a
variety of underlying storage technologies, described in the
subsection on `Store implementations`_.

Expand All @@ -1273,6 +1271,8 @@ when opening a Zarr hierarchy to automatically determine the appropriate store.
Abstract store interface
------------------------

(This subsection is not normative.)

The store interface is intended to be simple to implement using a
variety of different underlying storage technologies. It is defined in
a general way here, but it should be straightforward to translate into
Expand Down