summaryrefslogtreecommitdiff
path: root/taler-backoffice-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:06:16 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-04 04:06:16 -0500
commitea4bfb4f8903c2cb73f82b4f940323af745bf2b9 (patch)
tree9153a2a6b167fd23496bc01e34ec092425ce684c /taler-backoffice-manual.rst
parent5e0f05aeb6fd5fb5d037a9931370d2b39db350c2 (diff)
downloaddocs-ea4bfb4f8903c2cb73f82b4f940323af745bf2b9.tar.gz
docs-ea4bfb4f8903c2cb73f82b4f940323af745bf2b9.tar.bz2
docs-ea4bfb4f8903c2cb73f82b4f940323af745bf2b9.zip
use ‘.. code-block:: console’ (88 instances)
Diffstat (limited to 'taler-backoffice-manual.rst')
-rw-r--r--taler-backoffice-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-backoffice-manual.rst b/taler-backoffice-manual.rst
index d87f100e..d9c57f2c 100644
--- a/taler-backoffice-manual.rst
+++ b/taler-backoffice-manual.rst
@@ -26,7 +26,7 @@ The back-office Web service code is available at
``git://taler.net/backoffice``. The application can be installed in a
GNU-ish fashion.
-::
+.. code-block:: console
# Get the code:
$ git clone git://taler.net/backoffice
@@ -120,9 +120,9 @@ Launching the backoffice
The following example shows how to run the Web service.
-::
+.. code-block:: console
- # such invocation will work only if the configuration contains
+ # Such invocation will work only if the configuration contains
# a section called "[backoffice-myshop]" which looks like the
# example above.