diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index e0ac27e6c..64b9b812b 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -10,6 +10,7 @@ - [Tests](core/tests/index.md) - [Legacy](legacy/index.md) - [Python](python/index.md) + - [trezorlib](python/trezorlib.md) - [Hardware](hardware/index.md) - [Model T](hardware/model-t/index.md) - [Boot stages](hardware/model-t/boot.md) diff --git a/docs/book.toml b/docs/book.toml index bad96d7bd..e7056d240 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -1,6 +1,6 @@ [book] -title = "Trezor Core" -description = "Documentation of Trezor Core firmware." +title = "Trezor Firmware" +description = "Documentation of Trezor Firmware." src = "." [build] diff --git a/docs/python/index.md b/docs/python/index.md index 7546900e5..877d8ea08 100644 --- a/docs/python/index.md +++ b/docs/python/index.md @@ -2,4 +2,4 @@ To be documented by @matejcik, see [#229](https://github.com/trezor/trezor-firmware/issues/229). -In the meantime see `python/docs` and [README](README.md) for the [PyPI package](https://pypi.org/project/trezor). +In the meantime see `python/docs` and [README](trezorlib.md) for the [PyPI package](https://pypi.org/project/trezor). diff --git a/docs/python/README.md b/docs/python/trezorlib.md similarity index 100% rename from docs/python/README.md rename to docs/python/trezorlib.md diff --git a/python/README.md b/python/README.md index e39af82e3..1d914e317 100644 --- a/python/README.md +++ b/python/README.md @@ -3,9 +3,9 @@ [![repology](https://repology.org/badge/tiny-repos/python:trezor.svg)](https://repology.org/metapackage/python:trezor) [![image](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community) Python library and command-line client for communicating with Trezor -Hardware Wallet +Hardware Wallet. -See for more information +See for more information. ## Install