python-tuf/docs/sphinx/source
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
..
conf.py Add sphinx docs source files 2021-08-23 18:25:03 +03:00
index.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
legacy-implementation.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
modern-implementation.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
tuf.api.metadata.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
tuf.api.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
tuf.api.serialization.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
tuf.ngclient.config.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
tuf.ngclient.fetcher.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
tuf.ngclient.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00
tuf.ngclient.updater.rst Add sphinx docs source files 2021-08-23 18:25:03 +03:00