File tree Expand file tree Collapse file tree 12 files changed +28
-47
lines changed Expand file tree Collapse file tree 12 files changed +28
-47
lines changed Original file line number Diff line number Diff line change 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.**
87For the v1 and v2 specs, please see
98https://github.com/zarr-developers/zarr-python/tree/main/docs/spec .
109
Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change 3030extensions = [
3131 'sphinx.ext.todo' ,
3232 'sphinxcontrib.mermaid' ,
33- 'sphinxmark' ,
3433 'sphinx_reredirects' ,
3534]
3635
4241# Display todos by setting to True
4342todo_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.
5045templates_path = ['_templates' ]
5146
Original file line number Diff line number Diff line change 11sphinx < 6.0.0
22pydata-sphinx-theme == 0.12.0
33sphinxcontrib-mermaid
4- sphinxmark
54sphinx-reredirects
Original file line number Diff line number Diff line change @@ -30,10 +30,7 @@ Defines a ``bytes -> bytes`` codec that uses the blosc container format.
3030Status 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
3936Document conventions
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Defines an ``bytes -> bytes`` codec that appends a CRC32C checksum of the input
3232Status 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 >`_
Original file line number Diff line number Diff line change @@ -33,10 +33,7 @@ data types as little endian or big endian in lexicographical order.
3333Status 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
4239Document conventions
Original file line number Diff line number Diff line change @@ -30,10 +30,7 @@ Defines a ``bytes -> bytes`` codec that applies gzip compression.
3030Status 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
3936Document conventions
Original file line number Diff line number Diff 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
2636Abstract
2737========
Original file line number Diff line number Diff line change @@ -33,10 +33,7 @@ array.
3333Status 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
4239Document conventions
You can’t perform that action at this time.
0 commit comments