taler-docs

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

commit 5adcf7942e8086aefad6e7f83d145d824196bebc
parent 01281b416c714c23bcc386023bed1a105b8ee376
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 24 Jan 2022 18:19:41 -0500

New manpage: libeufin-sandbox(1)

* conf.py (man_pages): Add entry for libeufin-sandbox.

This partially addresses: <https://bugs.gnunet.org/view.php?id=7147>

Diffstat:
Mconf.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf.py b/conf.py @@ -353,6 +353,9 @@ man_pages = [ ("manpages/taler-helper-auditor-wire.1", "taler-helper-auditor-wire", "audit exchange database for consistency with the bank's wire transfers", "GNU Taler contributors", 1), + ("manpages/libeufin-sandbox.1", "libeufin-sandbox", + "simulate core banking system with EBICS access to bank accounts", + "GNU Taler contributors", 1), ] # If true, show URL addresses after external links.