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> |
||
|---|---|---|
| .. | ||
| conf.py | ||
| index.rst | ||
| legacy-implementation.rst | ||
| modern-implementation.rst | ||
| tuf.api.metadata.rst | ||
| tuf.api.rst | ||
| tuf.api.serialization.rst | ||
| tuf.ngclient.config.rst | ||
| tuf.ngclient.fetcher.rst | ||
| tuf.ngclient.rst | ||
| tuf.ngclient.updater.rst | ||