diff --git a/.gitignore b/.gitignore index 4f0d52378..a6a456636 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,5 @@ zarr/version.py #doesnotexist #test_sync* data/* + +.DS_Store diff --git a/docs/conf.py b/docs/conf.py index f85ecb745..1ffaeddef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ # General information about the project. project = "zarr" -copyright = "2022, Zarr Developers" +copyright = "2023, Zarr Developers" author = "Zarr Developers" version = zarr.__version__ diff --git a/docs/spec.rst b/docs/spec.rst index 3c06f3228..8aca0bbd8 100644 --- a/docs/spec.rst +++ b/docs/spec.rst @@ -4,7 +4,7 @@ Specifications ============== .. toctree:: - :maxdepth: 3 + :maxdepth: 1 spec/v3 spec/v2 diff --git a/docs/spec/v1.rst b/docs/spec/v1.rst index 8584b24e6..13f68ef36 100644 --- a/docs/spec/v1.rst +++ b/docs/spec/v1.rst @@ -1,6 +1,6 @@ .. _spec_v1: -Zarr storage specification version 1 +Zarr Storage Specification Version 1 ==================================== This document provides a technical specification of the protocol and diff --git a/docs/spec/v2.rst b/docs/spec/v2.rst index 4fcd6ded7..c1e12e121 100644 --- a/docs/spec/v2.rst +++ b/docs/spec/v2.rst @@ -1,6 +1,6 @@ .. _spec_v2: -Zarr storage specification version 2 +Zarr Storage Specification Version 2 ==================================== This document provides a technical specification of the protocol and format diff --git a/docs/spec/v3.rst b/docs/spec/v3.rst index a448fbc3a..bd8852707 100644 --- a/docs/spec/v3.rst +++ b/docs/spec/v3.rst @@ -1,7 +1,7 @@ .. _spec_v3: -Zarr storage specification version 3 (under development) -======================================================== +Zarr Storage Specification Version 3 +======================================================= -The v3 specification has been migrated to its own website, +The V3 Specification has been migrated to its website → https://zarr-specs.readthedocs.io/.