1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.. _developer_api:
*************
Developer API
*************
The classes and functions documented here will be of use to developers who wish
to create their own custom ASDF types and extensions.
.. automodapi:: asdf.tagged
.. automodapi:: asdf.exceptions
:allowed-package-names: jsonschema, asdf
.. automodapi:: asdf.extension
.. automodapi:: asdf.resource
.. automodapi:: asdf.yamlutil
.. automodapi:: asdf.treeutil
.. automodapi:: asdf.util
.. automodapi:: asdf.versioning
.. automodapi:: asdf.schema
.. automodapi:: asdf.tags.core
:skip: ExternalArrayReference
:skip: IntegerType
:no-inheritance-diagram:
.. automodapi:: asdf.testing.helpers
.. automodapi:: asdf.lazy_nodes
|