Skip to content

Commit

Permalink
docs: clarify draft status
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 17, 2023
1 parent 4fd4bb0 commit 7f57b18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

myst_enable_extensions = [
"colon_fence",
]


# -- Options for HTML output -------------------------------------------------

Expand Down
6 changes: 6 additions & 0 deletions docs/serialization.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Serialization

:::{warning}

Serialization is in draft currently. Once at least one implementation is ready,
we will remove this warning and release UHI 0.5.

:::

## Introduction

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/scikit-hep/uhi/henryiii/feat/schema/src/uhi/resources/histogram.json",
"$id": "https://raw.githubusercontent.com/scikit-hep/uhi/main/src/uhi/resources/histogram.schema.json",
"title": "Histogram",
"type": "object",
"additionalProperties": false,
Expand Down

0 comments on commit 7f57b18

Please sign in to comment.