Skip to content

Commit

Permalink
remove mention of validation on tree assignment and __init__ from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 18, 2023
1 parent dde00af commit 97a09a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/asdf/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ Schema validation
Schema validation is used to determine whether an ASDF file is well formed. All
ASDF files must conform to the schemas defined by the :ref:`ASDF Standard
<asdf-standard:asdf-standard>`. Schema validation can be run using `AsdfFile.validate`
and occurs when reading ASDF files (using `asdf.open`), writing them out
(using `AsdfFile.write_to` or `AsdfFile.update`) and when constructing
a new `AsdfFile` object from a tree/dictionary (as in ``AsdfFile(tree)``).
and occurs when reading ASDF files (using `asdf.open`) and writing them out
(using `AsdfFile.write_to` or `AsdfFile.update`).

Schema validation also plays a role when using custom extensions (see
:ref:`using_extensions` and :ref:`extending_extensions`). Extensions must provide schemas
Expand Down

0 comments on commit 97a09a5

Please sign in to comment.