taler-docs

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

commit 185b4a297b7ccf1da023b2f1b3c1e5419c0e5fa0
parent 1e55d70f525cbb46b87668e44da457bd14c334a2
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon,  1 Mar 2021 04:03:16 -0500

fix typo: s/taler-developers-manual/taler-developer-manual/ (six instances)

Diffstat:
Mconf.py | 4++--
Mtaler-merchant-pos-terminal.rst | 2+-
Mtaler-wallet.rst | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf.py b/conf.py @@ -243,7 +243,7 @@ latex_documents = [ 'GNU Taler team', 'manual'), ('taler-backoffice-manual', 'taler-backoffice-manual.tex', 'GNU Taler Back Office Manual', 'GNU Taler team', 'manual'), - ('taler-developers-manual', 'taler-developers-manual.tex', 'GNU Taler Developer Manual', + ('taler-developer-manual', 'taler-developer-manual.tex', 'GNU Taler Developer Manual', 'GNU Taler team', 'manual'), ] @@ -360,7 +360,7 @@ texinfo_documents = [ "DESCRIPTION", "CATEGORY"), ("taler-bank-manual", "taler-bank", "Taler Bank Manual", "GNU Taler team", "MENU ENTRY", "DESCRIPTION", "CATEGORY"), - ("taler-developers-manual", "taler-developers-manual", "Taler Developer Manual", "GNU Taler team", + ("taler-developer-manual", "taler-developer-manual", "Taler Developer Manual", "GNU Taler team", "MENU ENTRY", "DESCRIPTION", "CATEGORY"), ] diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst @@ -93,7 +93,7 @@ Import in and build with Android Studio or run on the command line: $ ./gradlew assembleRelease If you do not have the proprietary Android SDK installed, -see the :doc:`taler-developers-manual` +see the :doc:`taler-developer-manual` for :ref:`build instructions using free SDK rebuilds <Build-apps-from-source>`. APIs and Data Formats diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -80,7 +80,7 @@ Building from source Android Wallet ============== -Please see :ref:`Build-apps-from-source` in the :doc:`taler-developers-manual`. +Please see :ref:`Build-apps-from-source` in the :doc:`taler-developer-manual`. APIs and Data Formats