mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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>
10 lines
599 B
ReStructuredText
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>`_.
|
|
|
|
|