Skip to content

Commit d38b0db

Browse files
authored
Merge pull request #331 from joshmoore/pre3.1-cleanup
Cleanup the spec docs & builds for 3.1
2 parents 214ba9b + 1b397ed commit d38b0db

File tree

9 files changed

+16
-1605
lines changed

9 files changed

+16
-1605
lines changed

docs/_static/js/mermaid.js

Lines changed: 0 additions & 1589 deletions
This file was deleted.

docs/conf.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
'sphinx_reredirects',
3434
]
3535

36-
mermaid_version = ""
37-
html_js_files = [
38-
'js/mermaid.js', # v9.4.0
39-
]
40-
4136
# Display todos by setting to True
4237
todo_include_todos = True
4338

@@ -60,8 +55,12 @@
6055

6156
html_theme_options = {
6257
"github_url": "https://github.com/zarr-developers/zarr-specs",
63-
"twitter_url": "https://twitter.com/zarr_dev/",
6458
"icon_links": [
59+
{
60+
"name": "Bluesky",
61+
"url": "https://bsky.app/profile/zarr.dev",
62+
"icon": "fa-brands fa-bluesky",
63+
},
6564
{
6665
"name": "Zulip",
6766
"url": "https://ossci.zulipchat.com/",
@@ -70,7 +69,6 @@
7069
],
7170
"show_prev_next": False,
7271
"secondary_sidebar_items": ["page-toc"],
73-
"footer_items": [], # hidden in custom css
7472
}
7573

7674
# Add any paths that contain custom static files (such as style sheets) here,

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx<6.0.0
2-
pydata-sphinx-theme==0.12.0
1+
sphinx
2+
pydata-sphinx-theme
33
sphinxcontrib-mermaid
44
sphinx-reredirects

docs/specs.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Specifications
33
==============
44

5+
.. _zarr-specs:
6+
57
.. toctree::
68
:maxdepth: 1
79
:caption: v3

docs/v1/v1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interpreted as described in `RFC 2119
1313
Status
1414
------
1515

16-
This specification is deprecated. See :ref:`spec` for the latest version.
16+
This specification is deprecated. See :ref:`zarr-specs` for the latest version.
1717

1818
Storage
1919
-------

docs/v2/v2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ used for storing Zarr arrays. The key words "MUST", "MUST NOT", "REQUIRED",
1212
Status
1313
------
1414

15-
This specification is the latest version. See :ref:`spec` for previous
15+
This specification is the latest version. See :ref:`zarr-specs` for previous
1616
versions.
1717

1818
.. _spec_v2_storage:

docs/v3/codecs/crc32c/v1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _crc32c-codec-v1:
22

3-
============================
3+
====================================
44
CRC32C checksum codec (version 1.0)
5-
============================
5+
====================================
66

77
Specification URI:
88
https://zarr-specs.readthedocs.io/en/latest/v3/codecs/crc32c/v1.0.html

docs/v3/codecs/gzip/v1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ the Gzip codec configured with a compression level of 1::
7070
{
7171
"codecs": [{
7272
"name": "gzip",
73-
"configuration": {
74-
"level": 1
73+
"configuration": {
74+
"level": 1
7575
}
7676
}],
7777
}

docs/v3/codecs/sharding-indexed/v1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ that can be individually compressed and accessed. This allows to colocate
3535
multiple chunks within one storage object, bundling them in shards.
3636

3737
Status of this document
38-
======================
38+
=======================
3939

4040
ZEP0002 was accepted on November 1st, 2023 via https://github.com/zarr-developers/zarr-specs/issues/254.
4141

0 commit comments

Comments
 (0)