mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Also add a summary to the page -- unfortunately getting a standard TOC would require creating a rst page for each class. Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
27 lines
636 B
ReStructuredText
27 lines
636 B
ReStructuredText
Supporting classes
|
|
---------------------------------
|
|
|
|
The Metadata API includes multiple classes that are used by the top-level
|
|
ones (Root, Timestamp, Snapshot, Targets):
|
|
|
|
.. autosummary::
|
|
:nosignatures:
|
|
|
|
tuf.api.metadata.DelegatedRole
|
|
tuf.api.metadata.Delegations
|
|
tuf.api.metadata.Key
|
|
tuf.api.metadata.MetaFile
|
|
tuf.api.metadata.Role
|
|
tuf.api.metadata.TargetFile
|
|
|
|
.. autoclass:: tuf.api.metadata.DelegatedRole
|
|
|
|
.. autoclass:: tuf.api.metadata.Delegations
|
|
|
|
.. autoclass:: tuf.api.metadata.Key
|
|
|
|
.. autoclass:: tuf.api.metadata.MetaFile
|
|
|
|
.. autoclass:: tuf.api.metadata.Role
|
|
|
|
.. autoclass:: tuf.api.metadata.TargetFile
|