@@ -218,17 +218,17 @@ Typing
218218Maintenance
219219~~~~~~~~~~~
220220
221- * Remedy a situation where ``zarr-python `` was importing ``DummyStorageTransformer `` from the test suite.
221+ * Remedy a situation where ``zarr-python `` was importing ``DummyStorageTransformer `` from the test suite.
222222 The dependency relationship is now reversed: the test suite imports this class from ``zarr-python ``.
223223 By :user: `Davis Bennett <d-v-b> ` :issue: `1601 `.
224224
225- * [V3] Update minimum supported Python and Numpy versions.
225+ * [V3] Update minimum supported Python and Numpy versions.
226226 By :user: `Joe Hamman <jhamman> ` :issue: `1638 `
227227
228228* use src layout and use hatch for packaging.
229229 By :user: `Davis Bennett <d-v-b> ` :issue: `1592 `.
230230
231- * temporarily disable mypy in v3 directory.
231+ * temporarily disable mypy in v3 directory.
232232 By :user: `Joe Hamman <jhamman> ` :issue: `1649 `.
233233
234234* create hatch test env.
@@ -315,10 +315,10 @@ Maintenance
315315Documentation
316316~~~~~~~~~~~~~
317317
318- * Specify docs hatch env for v3 branch.
318+ * Specify docs hatch env for v3 branch.
319319 By :user: `Max Jones <maxrjones> ` :issue: `1655 `.
320320
321- * Development installation/contributing docs updates.
321+ * Development installation/contributing docs updates.
322322 By :user: `Alden Keefe Sampson <aldenks> ` :issue: `1643 `.
323323
324324* chore: update project settings per scientific python repo-review.
@@ -336,7 +336,7 @@ Enhancements
336336~~~~~~~~~~~~
337337* Added support for creating a copy of data when converting a `zarr.Array `
338338 to a numpy array.
339- By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
339+ By :user: `David Stansby <dstansby> ` (:issue: `2106 `) and
340340 :user: `Joe Hamman <jhamman> ` (:issue: `2123 `).
341341
342342Maintenance
@@ -2191,7 +2191,7 @@ Other changes
21912191~~~~~~~~~~~~~
21922192
21932193To accommodate support for hierarchies and filters, the Zarr metadata format
2194- has been modified. See the :ref: ` spec_v2 ` for more information. To migrate an
2194+ has been modified. See the `` spec_v2 ` ` for more information. To migrate an
21952195array stored using Zarr version 1.x, use the :func: `zarr.storage.migrate_1to2 `
21962196function.
21972197
@@ -2237,14 +2237,14 @@ abstraction layer between the core array logic and data storage (:issue:`21`).
22372237In this release, any
22382238object that implements the ``MutableMapping `` interface can be used as
22392239an array store. See the tutorial sections on :ref: `tutorial_persist `
2240- and :ref: `tutorial_storage `, the :ref: ` spec_v1 `, and the
2240+ and :ref: `tutorial_storage `, the `` spec_v1 ` `, and the
22412241:mod: `zarr.storage ` module documentation for more information.
22422242
22432243Please note also that the file organization and file name conventions
22442244used when storing a Zarr array in a directory on the file system have
22452245changed. Persistent Zarr arrays created using previous versions of the
22462246software will not be compatible with this version. See the
2247- :mod: `zarr.storage ` API docs and the :ref: ` spec_v1 ` for more
2247+ :mod: `zarr.storage ` API docs and the `` spec_v1 ` ` for more
22482248information.
22492249
22502250Compression
@@ -2257,7 +2257,7 @@ as the default compressor, however other compressors including zlib,
22572257BZ2 and LZMA are also now supported via the Python standard
22582258library. New compressors can also be dynamically registered for use
22592259with Zarr. See the tutorial sections on :ref: `tutorial_compress ` and
2260- :ref: `tutorial_tips_blosc `, the :ref: ` spec_v1 `, and the
2260+ :ref: `tutorial_tips_blosc `, the `` spec_v1 ` `, and the
22612261:mod: `zarr.compressors ` module documentation for more information.
22622262
22632263Synchronization
0 commit comments