gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (6e6793d -> 32b310e)


From: gnunet
Subject: [taler-docs] branch master updated (6e6793d -> 32b310e)
Date: Wed, 11 Aug 2021 04:48:02 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository docs.

    from 6e6793d  clarify ‘default’ vs normal instances, including reading tip
     new 3174dc5  add "target audience" comment
     new 64a48f7  add "target audience" comment
     new ab3fe71  add "target audience" comment
     new 54e90ac  add "target audience" comment
     new 6f5eb6f  add "target audience" comment
     new 5937071  add "target audience" comment
     new bbe80a2  add "target audience" comment
     new 9df6648  add "target audience" comment
     new c133d61  add "target audience" comment
     new 1f70853  add "target audience" comment
     new 32b310e  add "target audience" comment

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libeufin/api-nexus.rst                  | 24 +++++++++++++-----------
 libeufin/api-sandbox.rst                |  1 +
 libeufin/bank-transport-ebics.rst       |  2 ++
 libeufin/banking-protocols.rst          |  2 ++
 libeufin/concepts.rst                   |  2 ++
 libeufin/ebics.rst                      |  2 ++
 libeufin/frontend.rst                   |  2 ++
 libeufin/iso20022.rst                   |  2 ++
 libeufin/nexus-tutorial.rst             |  2 ++
 libeufin/sepa.rst                       |  2 ++
 libeufin/transaction-identification.rst |  2 ++
 11 files changed, 32 insertions(+), 11 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 0a0b73e..1c51372 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -1,3 +1,5 @@
+.. target audience: core developer
+
 Nexus API
 ###########
 
@@ -82,7 +84,7 @@ User Management
   .. code-block:: ts
 
     interface UserChangePassword {
-      newPassword: string; 
+      newPassword: string;
     }
 
 .. http:post:: {nexusBase}/users
@@ -201,7 +203,7 @@ Test API
   ``C53``.
 
   **Response**
-  
+
   The successful case should respond with a ``200 OK`` and a empty JSON body.
 
 
@@ -378,7 +380,7 @@ manages payment initiations of the account and tracks the 
initiations of payment
   .. code-block:: ts
 
     interface NewTransactions {
-      newTransactions: number; 
+      newTransactions: number;
     }
 
 .. http:get:: {nexusBase}/bank-accounts/{acctid}/transactions
@@ -414,7 +416,7 @@ manages payment initiations of the account and tracks the 
initiations of payment
 
        // FIXME
        valueDate: string;
-       
+
        // When this payment got booked.  In the form YYYY-MM-DD
        bookingDate: string;
 
@@ -468,14 +470,14 @@ Scheduling API
 --------------
 
 .. http:post:: {nexusBase}/bank-accounts/{acctid}/schedule
-  
+
   This endpoint allows the caller to define a recurrent
   execution of a task.
 
   **Request**
 
   .. ts:def:: ScheduleTask
-    
+
     interface ScheduleTask {
       name: string;
 
@@ -499,7 +501,7 @@ Scheduling API
 
 
 .. http:get:: {nexusBase}/bank-accounts/{acctid}/schedule/{taskId}
-  
+
   **Response**
 
   .. ts:def:: NexusTask
@@ -509,7 +511,7 @@ Scheduling API
      // the scheduling feature.
 
      interface NexusTask {
-       // FIXME: document all. 
+       // FIXME: document all.
        resourceType: string;
        resourceId: string;
        taskName: string;
@@ -522,7 +524,7 @@ Scheduling API
 
 
 .. http:delete:: {nexusBase}/bank-accounts/{acctid}/schedule/{taskId}
-  
+
   This call deletes the task associated to ``taskId``.
 
 .. http:get:: {nexusBase}/bank-accounts/{acctid}/schedule
@@ -758,7 +760,7 @@ to the real bank.
       code: string;
 
       // the unique identifier of the message.
-      messageId: string; 
+      messageId: string;
 
       // bytes length of the message.
       length: number;
@@ -804,7 +806,7 @@ Facades
     }
 
 .. http:delete:: {nexus}/facades/{fcid}
-  
+
   Delete a facade.
 
 .. http:post:: {nexus}/facades
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index ab4016d..70d5b75 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -1,3 +1,4 @@
+.. target audience: developer, core developer
 
 .. _sandbox-api:
 
diff --git a/libeufin/bank-transport-ebics.rst 
b/libeufin/bank-transport-ebics.rst
index 5afdd5d..7d26cbc 100644
--- a/libeufin/bank-transport-ebics.rst
+++ b/libeufin/bank-transport-ebics.rst
@@ -1,3 +1,5 @@
+.. target audience: core developer
+
 The EBICS Bank Transport
 ========================
 
diff --git a/libeufin/banking-protocols.rst b/libeufin/banking-protocols.rst
index 8a1bc09..2eaffb3 100644
--- a/libeufin/banking-protocols.rst
+++ b/libeufin/banking-protocols.rst
@@ -1,3 +1,5 @@
+.. target audience: core developer
+
 Banking Protocols
 #################
 
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index a0f2bb7..6a25199 100644
--- a/libeufin/concepts.rst
+++ b/libeufin/concepts.rst
@@ -1,3 +1,5 @@
+.. target audience: operator, developer
+
 ###################
 Conceptual Overview
 ###################
diff --git a/libeufin/ebics.rst b/libeufin/ebics.rst
index 5cabc48..058804e 100644
--- a/libeufin/ebics.rst
+++ b/libeufin/ebics.rst
@@ -1,3 +1,5 @@
+.. target audience: core developer
+
 EBICS Implementation Notes
 ##########################
 
diff --git a/libeufin/frontend.rst b/libeufin/frontend.rst
index 19fba47..1fe1c83 100644
--- a/libeufin/frontend.rst
+++ b/libeufin/frontend.rst
@@ -1,3 +1,5 @@
+.. target audience: core developer
+
 ###################
 LibEuFin Frontend
 ###################
diff --git a/libeufin/iso20022.rst b/libeufin/iso20022.rst
index e45222a..a4c0bf7 100644
--- a/libeufin/iso20022.rst
+++ b/libeufin/iso20022.rst
@@ -1,3 +1,5 @@
+.. target audience: core developer
+
 ISO 20022
 #########
 
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 43fb8da..4b9b1f0 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -1,3 +1,5 @@
+.. target audience: operator, developer
+
 LibEuFin How-To
 ###############
 
diff --git a/libeufin/sepa.rst b/libeufin/sepa.rst
index 9555256..29baca0 100644
--- a/libeufin/sepa.rst
+++ b/libeufin/sepa.rst
@@ -1,3 +1,5 @@
+.. target audience: core developer
+
 SEPA Payments
 #############
 
diff --git a/libeufin/transaction-identification.rst 
b/libeufin/transaction-identification.rst
index e9a7cf0..6c88a72 100644
--- a/libeufin/transaction-identification.rst
+++ b/libeufin/transaction-identification.rst
@@ -1,3 +1,5 @@
+.. target audience: developer, core developer
+
 Transaction Identification
 ##########################
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]