Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor edits in docs #1509

Merged
merged 1 commit into from Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -77,3 +77,5 @@ zarr/version.py
#doesnotexist
#test_sync*
data/*

.DS_Store
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion docs/spec.rst
Expand Up @@ -4,7 +4,7 @@ Specifications
==============

.. toctree::
:maxdepth: 3
:maxdepth: 1

spec/v3
spec/v2
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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/.