python-tuf/docs/api
Jussi Kukkonen 868afda420 docs: Change object attribute doc style
Situation before
* constructor args are not documented
* object attributes are documented
* sphinx cannot show object attribute type annotations
* attribute docs take a lot of vertical space

Now:
* constructor args are documented
* sphinx can show annotated types of constructor args
* class docstring now explains the attributes are the same as
  constructor args (and attributes are not explicitly documented)

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2021-09-23 17:51:46 +03:00
..
api-reference.rst docs: Add links to the specification 2021-08-25 17:06:11 +03:00
tuf.api.metadata.rst docs: Change object attribute doc style 2021-09-23 17:51:46 +03:00
tuf.api.rst docs: Improve formating 2021-08-25 17:06:36 +03:00
tuf.api.serialization.rst docs: Improve formating 2021-08-25 17:06:36 +03:00
tuf.ngclient.config.rst docs: Change object attribute doc style 2021-09-23 17:51:46 +03:00
tuf.ngclient.fetcher.rst docs: Change object attribute doc style 2021-09-23 17:51:46 +03:00
tuf.ngclient.rst docs: Add links to the specification 2021-08-25 17:06:11 +03:00
tuf.ngclient.updater.rst docs: Change object attribute doc style 2021-09-23 17:51:46 +03:00