taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5dcaafa4529c36901912822702b3194392d0c25e
parent 1a4c9c5f23b67fda62203a93be053f6b88828b3d
Author: Vlada Svirsh <svirv1@bfh.ch>
Date:   Thu, 10 Apr 2025 15:00:19 +0200

small updates to chapters naming

Diffstat:
Mcore/index.rst | 2+-
Mindex.rst | 3+++
Mlibeufin/index.rst | 4++--
Msystem-administration/index.rst | 4++--
Mtaler-merchant-pos-terminal.rst | 4++--
Atutorials.rst | 6++++++
6 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/core/index.rst b/core/index.rst @@ -20,7 +20,7 @@ @author Christian Grothoff --------------------------- -Core Protocol Specification +API Specification --------------------------- This chapter describes the APIs used in the GNU Taler project. It includes diff --git a/index.rst b/index.rst @@ -44,6 +44,8 @@ In this documentation, we describe the REST-based APIs between the various components, how to use the system, the internal architecture of key components, and how to get them installed and configured. +Tutorials are available `here <https://tutorials.taler.net/>`_. They demonstrate installation steps, configuration options, +and overall usage of the different Taler components in text and video formats. Documentation Overview @@ -75,3 +77,4 @@ Documentation Overview :hidden: fdl-1.3 + tutorials diff --git a/libeufin/index.rst b/libeufin/index.rst @@ -18,8 +18,8 @@ @author Christian Grothoff -LibEuFin -######## +LibEuFin Manual +############### LibEuFin is a project providing free software tooling for European FinTech. diff --git a/system-administration/index.rst b/system-administration/index.rst @@ -15,8 +15,8 @@ @author Javier Sepulveda -System Administration -##################### +System Administration Manual +############################ .. toctree:: :maxdepth: 1 diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst @@ -17,8 +17,8 @@ .. _taler-merchant-pos-app: -Merchant Point of Sale App -########################## +Merchant Point of Sale App Manual +################################# The GNU Taler merchant point of sale (POS) App allows sellers to diff --git a/tutorials.rst b/tutorials.rst @@ -0,0 +1,6 @@ +Tutorials +========= + +You can access the tutorials at: + +`https://tutorials.taler.net/ <https://tutorials.taler.net/>`_