forked from theupdateframework/python-tuf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: rename "helpers" to "supporting classes"
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 <[email protected]>
- Loading branch information
Jussi Kukkonen
committed
Sep 23, 2021
1 parent
892aa04
commit a77c083
Showing
4 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters