Skip to content

Commit 8741619

Browse files
authored
Merge pull request #260 from zarr-developers/mark-zep1-accepted
Mark ZEP 1 as accepted.
2 parents f7c5534 + cccfb0d commit 8741619

File tree

12 files changed

+28
-47
lines changed

12 files changed

+28
-47
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<img src="https://github.com/zarr-developers/zarr-logo/releases/download/2022-04-28/zarr-pink-stacked-transparent.png" alt="drawing" height="200"/>
66

7-
**:warning: The zarr v3 spec is currently a draft and subject to changes.**
87
For the v1 and v2 specs, please see
98
https://github.com/zarr-developers/zarr-python/tree/main/docs/spec.
109

docs/_static/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ footer {
2121
.nav-link.nav-external:after {
2222
display: none;
2323
}
24+
25+
div.bd-article-container:has(.draft) {
26+
background-image: url(../draft-watermark.png) !important;
27+
background-repeat: repeat-y !important;
28+
background-position: center top !important;
29+
background-attachment: scroll !important;
30+
}

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
extensions = [
3131
'sphinx.ext.todo',
3232
'sphinxcontrib.mermaid',
33-
'sphinxmark',
3433
'sphinx_reredirects',
3534
]
3635

@@ -42,10 +41,6 @@
4241
# Display todos by setting to True
4342
todo_include_todos = True
4443

45-
sphinxmark_enable = True
46-
sphinxmark_div = 'bd-article-container'
47-
sphinxmark_image = 'draft-watermark.png'
48-
4944
# Add any paths that contain templates here, relative to this directory.
5045
templates_path = ['_templates']
5146

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
sphinx<6.0.0
22
pydata-sphinx-theme==0.12.0
33
sphinxcontrib-mermaid
4-
sphinxmark
54
sphinx-reredirects

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ Defines a ``bytes -> bytes`` codec that uses the blosc container format.
3030
Status of this document
3131
=======================
3232

33-
.. warning::
34-
This document is a draft for review and subject to changes.
35-
It will become final when the `Zarr Enhancement Proposal (ZEP) 1 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
36-
is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html>`_.
33+
ZEP0001 was accepted on May 13th, 2023.
3734

3835

3936
Document conventions

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Defines an ``bytes -> bytes`` codec that appends a CRC32C checksum of the input
3232
Status of this document
3333
=======================
3434

35+
.. rst-class:: draft
36+
3537
.. warning::
3638
This document is a draft for review and subject to changes.
3739
It will become final when the `Zarr Enhancement Proposal (ZEP) 2 <https://zarr.dev/zeps/draft/ZEP0002.html>`_

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ data types as little endian or big endian in lexicographical order.
3333
Status of this document
3434
=======================
3535

36-
.. warning::
37-
This document is a draft for review and subject to changes.
38-
It will become final when the `Zarr Enhancement Proposal (ZEP) 1 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
39-
is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html>`_.
36+
ZEP0001 was accepted on May 13th, 2023.
4037

4138

4239
Document conventions

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ Defines a ``bytes -> bytes`` codec that applies gzip compression.
3030
Status of this document
3131
=======================
3232

33-
.. warning::
34-
This document is a draft for review and subject to changes.
35-
It will become final when the `Zarr Enhancement Proposal (ZEP) 1 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
36-
is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html>`_.
33+
ZEP0001 was accepted on May 13th, 2023.
3734

3835

3936
Document conventions

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ is licensed under a `Creative Commons Attribution 3.0 Unported License
2222

2323
----
2424

25+
Status of this document
26+
=======================
27+
28+
.. rst-class:: draft
29+
30+
.. warning::
31+
This document is a draft for review and subject to changes.
32+
It will become final when the `Zarr Enhancement Proposal (ZEP) 2 <https://zarr.dev/zeps/draft/ZEP0002.html>`_
33+
is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html>`_.
34+
2535

2636
Abstract
2737
========

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ array.
3333
Status of this document
3434
=======================
3535

36-
.. warning::
37-
This document is a draft for review and subject to changes.
38-
It will become final when the `Zarr Enhancement Proposal (ZEP) 1 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
39-
is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html>`_.
36+
ZEP0001 was accepted on May 13th, 2023.
4037

4138

4239
Document conventions

0 commit comments

Comments
 (0)