docs: simplify examples on repo README

The code examples now have a simple README.md. This commit simplifies
the README.md examples to the example folder instead of listing each
example.

Signed-off-by: Kairo de Araujo <kdearaujo@vmware.com>
This commit is contained in:
Kairo de Araujo 2022-01-19 10:46:55 +01:00
parent a9a4f9c1f7
commit 18c2c8a288

View file

@ -65,9 +65,8 @@ Documentation
-------------
* [Introduction to TUF's Design](https://theupdateframework.io/overview/)
* [The TUF Specification](https://theupdateframework.github.io/specification/latest/)
* Examples: [client](https://github.com/theupdateframework/python-tuf/tree/develop/examples/client_example)
and [repository](https://github.com/theupdateframework/python-tuf/tree/develop/examples/repo_example)
* [API Reference](https://theupdateframework.readthedocs.io/)
* [Usage examples](https://github.com/theupdateframework/python-tuf/tree/develop/examples/)
* [Governance](https://github.com/theupdateframework/python-tuf/blob/develop/docs/GOVERNANCE.md)
and [Maintainers](https://github.com/theupdateframework/python-tuf/blob/develop/docs/MAINTAINERS.txt)
for the reference implementation