mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update sphinx/rtd conf to display inherited members. This is enabled specifically for the newly added `expires` property, which has a useful code snippet in the docstring. We don't display - them on the tuf.api automodule overview page (avoid duplicates) - members inherited from the built-in Exception class Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
20 lines
344 B
ReStructuredText
20 lines
344 B
ReStructuredText
Metadata API
|
|
===============
|
|
|
|
.. toctree::
|
|
|
|
tuf.api.metadata.metadata
|
|
tuf.api.metadata.root
|
|
tuf.api.metadata.timestamp
|
|
tuf.api.metadata.snapshot
|
|
tuf.api.metadata.targets
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
tuf.api.metadata.supporting
|
|
tuf.api.serialization
|
|
|
|
.. automodule:: tuf.api.metadata
|
|
:no-members:
|
|
:no-inherited-members:
|