python-tuf/docs/index.rst
Jussi Kukkonen b690d8f573 docs: Include version number in docs
Otherwise on readthedocs it's not clear what version "latest" is.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2025-03-14 15:00:33 +02:00

20 lines
769 B
ReStructuredText

Python-TUF |version| Developer Documentation
=======================================================================
This documentation provides essential information for those developing software
with the `Python reference implementation of The Update Framework (TUF)
<https://github.com/theupdateframework/python-tuf>`_.
The reference implementation provides easy-to-use components for Python
developers but also aims to be a readable guide and demonstration for those
working on implementing TUF in their own languages, environments, or update
systems.
.. toctree::
:maxdepth: 1
:caption: Contents:
api/api-reference
INSTALLATION
Usage examples <https://github.com/theupdateframework/python-tuf/tree/develop/examples>
Contribute <CONTRIBUTING>