python-tuf/docs/sphinx/source/legacy-implementation.rst
Teodora Sechkova e32beb5845
Add sphinx docs source files
Add .rst source files for building documentation with
'sphinx'. The two mandatory files are conf.py containing
the build configuration and the master doc file index.rst.

Sphinx uses 'autodoc' to automatically include docstrings.
'autodoc' imports the modules and needs TUF installed in
the environment.

The following command will generate the documentation from the
source files in an html format:

`sphinx-build -b html docs/sphinx/source docs/sphinx/build/html`

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
2021-08-23 18:25:03 +03:00

10 lines
599 B
ReStructuredText

Legacy implementation
=====================
.. note:: The legacy implementation, with
`tuf/client/updater.py <https://github.com/theupdateframework/tuf/tree/develop/tuf/client/updater.py>`_ implementing the detailed
client workflow and `tuf/repository_tool.py <https://github.com/theupdateframework/tuf/tree/develop/tuf/repository_tool.py>`_
providing a high-level interface for repository operations, is in use in production systems, but is `no longer
being actively worked on <https://github.com/theupdateframework/tuf/tree/develop/docs/adr/0002-pre-1-0-deprecation-strategy.md>`_.