taler-xotp

xOTP generator
Log | Files | Refs | Submodules | README

commit 578b32fea222f447d4d7ccb07bc64a2f745ab597
parent eab43a30af58af2e49c4f95d5726cbc2a0b678e6
Author: Adrian STEINER <adrian.steiner@bfh.ch>
Date:   Wed, 21 Jan 2026 13:33:16 +0100

Add schematics and doc page

Diffstat:
Aschematics/xOTP_generator_v0_7_0.pdf | 0
Msource/conf.py | 2+-
Msource/index.rst | 6++++--
Asource/schematics/index.rst | 11+++++++++++
4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/schematics/xOTP_generator_v0_7_0.pdf b/schematics/xOTP_generator_v0_7_0.pdf Binary files differ. diff --git a/source/conf.py b/source/conf.py @@ -226,7 +226,7 @@ html_theme_options = { html_theme = "sphinx_immaterial" html_static_path = [ "_static", -# "../schematics", + "../schematics", "../taler-xotp_hw/board/datasheets", # "../pictures", # "../userManual/_output", diff --git a/source/index.rst b/source/index.rst @@ -18,6 +18,7 @@ Version 0.7.0 ------------- - :doc:`Datasheets <datasheets/index>` +- :doc:`Schematic <schematics/index>` Parser ------ @@ -34,4 +35,5 @@ A base8 and base32 parser to convert the currency or the secret in a base8 numbe :hidden: :caption: v0.7.0 - datasheets/index -\ No newline at end of file + datasheets/index + schematics/index +\ No newline at end of file diff --git a/source/schematics/index.rst b/source/schematics/index.rst @@ -0,0 +1,10 @@ +:hide-toc: + +Schematics +========== + +.. embedpdf:: xOTP_generator_v0_7_0.pdf + :name: Schematics xOTP v0.7.0 + :width: 80 + :ratio: 132 + :headerdepth: 2 +\ No newline at end of file