mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
27 lines
796 B
ReStructuredText
27 lines
796 B
ReStructuredText
|
.. TREZOR Python API documentation master file, created by
|
||
|
sphinx-quickstart on Thu Aug 21 14:42:32 2014.
|
||
|
You can adapt this file completely to your liking, but it should at least
|
||
|
contain the root `toctree` directive.
|
||
|
|
||
|
Welcome to TREZOR Python API's documentation!
|
||
|
=============================================
|
||
|
|
||
|
Contents:
|
||
|
|
||
|
The Python TREZOR API is a comprehensive API which covers all aspects of communicating with your TREZOR device. It includes tools for connecting to the TREZOR using a varienty of transport methods, displaying standard TREZOR GUI elements, and debugging programs which use the API using moc up TREZOR devices.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
transports
|
||
|
client
|
||
|
qt
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|
||
|
|