mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
This makes the individual pages easier to read. Use some autodoc configuration so we can have less config in the automodule/autoclass declarations. Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
9 lines
179 B
ReStructuredText
9 lines
179 B
ReStructuredText
Serialization
|
|
=============================
|
|
|
|
JSON serialization
|
|
-----------------------------
|
|
|
|
.. automodule:: tuf.api.serialization.json
|
|
:undoc-members:
|
|
:show-inheritance:
|