python-tuf/docs/api/tuf.api.rst
Lukas Puehringer b754c37533 doc: display inherited members on RTD
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>
2021-12-22 11:40:46 +01:00

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: