Skip to content

Commit

Permalink
fix typo ch3 not ch4
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Dec 19, 2024
1 parent 42462ff commit 300c4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf_website/tutorials/tutorial1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ This means that in order to create a ``tag`` for a given Python object we really
4. Creating a Schema
^^^^^^^^^^^^^^^^^^^^
Recall that in chapter 4 `ch4-extensions` above, we discussed in depth how to create ASDF schemas. In particular note that schemas are typically stored in ``yaml`` files which are then loaded into ASDF via an entry point.
Recall that in chapter 3 `ch3-anatomy` above, we discussed in depth how to create ASDF schemas. In particular note that schemas are typically stored in ``yaml`` files which are then loaded into ASDF via an entry point.
To begin with lets create the schema for ``Ellipse`` dynamically (without needing to package our code for an entry point):
Expand Down

0 comments on commit 300c4c1

Please sign in to comment.