taler-docs

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

commit 9fce45f796ef8e92fc5731d1a897dd337a6f921b
parent 370f700cb58a145c09531929a904d8480b55184b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu,  6 Jan 2022 03:30:16 -0500

use ‘.. note::’ syntax (two instances)

Diffstat:
Mlibeufin/int-deployment-gv.rst | 22+++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/libeufin/int-deployment-gv.rst b/libeufin/int-deployment-gv.rst @@ -27,14 +27,16 @@ At this point, the services can be launched, and will be served at ``$hostname/$service``. The following command will launch all the services and show what ``$service`` can be: - + .. code-block:: console $ python3 deployment/bin/WIP/taler-local launch -Note: in this context, one reverse proxy gets launched -along all the Taler services and will dispatch any request -to ``$service`` to the respective Unix domain socket. +.. note:: + + In this context, one reverse proxy gets launched + along all the Taler services and will dispatch any request + to ``$service`` to the respective Unix domain socket. Withdraw with Taler ------------------- @@ -43,17 +45,19 @@ The following command withdraws a fixed amount of 5 units of currency to the CLI wallet: .. code-block:: console - + $ python3 deployment/bin/WIP/taler-local withdraw The requests will be addressed to the default Sandbox, unless ``--bank-host`` (and ``--bank-proto``) were given; see ``--help`` for more information. -Note: to test phone wallets, the option ``--with-qr-code`` -can be specified. That will print a QR code on screen, and -wait for the user's input before confirming the payment to -the Exchange. +.. note:: + + To test phone wallets, the option ``--with-qr-code`` + can be specified. That will print a QR code on screen, and + wait for the user's input before confirming the payment to + the Exchange. Taler Internal deployment -------------------------