Skip to content

Commit

Permalink
Add docs describing the process of writing a new schema (spacetelesco…
Browse files Browse the repository at this point in the history
…pe#375)

* Add narrative docs addressing how to create a schema

* Update changes

* Update based on the review comments
  • Loading branch information
WilliamJamieson authored Feb 23, 2024
1 parent 0fb1239 commit 7317ae8
Show file tree
Hide file tree
Showing 4 changed files with 529 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- Added ``exact_datatype`` arguments to prevent ASDF from casting array
datatypes during save. [#369]

- Add documentation on how to create a new schema. [#375]

0.19.0 (2024-02-09)
-------------------

Expand Down Expand Up @@ -40,7 +42,7 @@

- Added "archive_catalog" field to ref_file. [#303]

- Added a prefix "s_" to the archive destination in "cal_step". [#303]
- Added a prefix ``s_`` to the archive destination in "cal_step". [#303]

- Require all the new ``cal_step`` steps to be present in the ``cal_step`` schema. [#301]

Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
intersphinx_mapping["asdf-standard"] = ("https://asdf-standard.readthedocs.io/en/latest/", None) # noqa: E501, F405
intersphinx_mapping["asdf-astropy"] = ("https://asdf-astropy.readthedocs.io/en/latest/", None) # noqa: E501, F405
intersphinx_mapping["pytest"] = ("https://docs.pytest.org/en/latest/", None) # noqa: E501, F405
intersphinx_mapping["roman_datamodels"] = ("https://roman-datamodels.readthedocs.io/en/latest/", None) # noqa: E501, F405

# To perform a Sphinx version check that needs to be more specific than
# major.minor, call `check_sphinx_version("x.y.z")` here.
Expand Down
Loading

0 comments on commit 7317ae8

Please sign in to comment.