gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: doc tweaks


From: gnunet
Subject: [taler-docs] branch master updated: doc tweaks
Date: Tue, 04 Oct 2022 16:13:21 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 951145e  doc tweaks
951145e is described below

commit 951145eaeafdc97a3bbfdd93dac36dfabbc89d32
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 4 16:13:19 2022 +0200

    doc tweaks
---
 extract-tsdefs/extract.ts |  3 ++-
 wallet/wallet-core.md     | 47 -----------------------------------------------
 2 files changed, 2 insertions(+), 48 deletions(-)

diff --git a/extract-tsdefs/extract.ts b/extract-tsdefs/extract.ts
index cc467b9..4a6f56d 100644
--- a/extract-tsdefs/extract.ts
+++ b/extract-tsdefs/extract.ts
@@ -262,7 +262,8 @@ const main = async () => {
 
   await f.write(`## Operation Reference\n`);
   for (const g of perOpStates) {
-    await f.write(`(${g.opName.toLowerCase()})=\n`);
+    // Not yet supported, switch to myst first!
+    // await f.write(`(${g.opName.toLowerCase()})=\n`);
     await f.write(`### ${g.opName}\n`);
     for (const name of g.nameSet.values()) {
       if (commonNames.has(name)) {
diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index c360d9d..f7dc53a 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -61,7 +61,6 @@ This file is auto-generated from 
[wallet-core](https://git.taler.net/wallet-core
 * [SetCoinSuspendedOp](#setcoinsuspendedop)
 * [ForceRefreshOp](#forcerefreshop)
 ## Operation Reference
-(initwalletop)=
 ### InitWalletOp
 ```typescript
 // group: Initialization
@@ -83,7 +82,6 @@ export type InitWalletOp = {
 
 ```
 
-(getbalancesop)=
 ### GetBalancesOp
 ```typescript
 // group: Basic Wallet Information
@@ -113,7 +111,6 @@ export interface Balance {
 
 ```
 
-(gettransactionsop)=
 ### GetTransactionsOp
 ```typescript
 // group: Managing Transactions
@@ -494,7 +491,6 @@ export interface TransactionPeerPushDebit extends 
TransactionCommon {
 
 ```
 
-(deletetransactionop)=
 ### DeleteTransactionOp
 ```typescript
 /**
@@ -513,7 +509,6 @@ export interface DeleteTransactionRequest {
 
 ```
 
-(retrytransactionop)=
 ### RetryTransactionOp
 ```typescript
 /**
@@ -532,7 +527,6 @@ export interface RetryTransactionRequest {
 
 ```
 
-(getwithdrawaldetailsforamountop)=
 ### GetWithdrawalDetailsForAmountOp
 ```typescript
 // group: Withdrawals
@@ -576,7 +570,6 @@ export interface ManualWithdrawalDetails {
 
 ```
 
-(getwithdrawaldetailsforuriop)=
 ### GetWithdrawalDetailsForUriOp
 ```typescript
 /**
@@ -604,7 +597,6 @@ export interface WithdrawUriInfoResponse {
 
 ```
 
-(acceptbankintegratedwithdrawalop)=
 ### AcceptBankIntegratedWithdrawalOp
 ```typescript
 /**
@@ -634,7 +626,6 @@ export interface AcceptWithdrawalResponse {
 
 ```
 
-(acceptmanualwithdrawalop)=
 ### AcceptManualWithdrawalOp
 ```typescript
 /**
@@ -669,7 +660,6 @@ export interface AcceptManualWithdrawalResult {
 
 ```
 
-(preparepayforuriop)=
 ### PreparePayForUriOp
 ```typescript
 // group: Merchant Payments
@@ -752,7 +742,6 @@ export interface PreparePayResultPaymentPossible {
 
 ```
 
-(confirmpayop)=
 ### ConfirmPayOp
 ```typescript
 /**
@@ -810,7 +799,6 @@ export interface ConfirmPayResultPending {
 
 ```
 
-(abortpaywithrefundop)=
 ### AbortPayWithRefundOp
 ```typescript
 /**
@@ -829,7 +817,6 @@ export interface AbortPayWithRefundRequest {
 
 ```
 
-(applyrefundop)=
 ### ApplyRefundOp
 ```typescript
 /**
@@ -861,7 +848,6 @@ export interface ApplyRefundResponse {
 
 ```
 
-(preparetipop)=
 ### PrepareTipOp
 ```typescript
 // group: Tipping
@@ -918,7 +904,6 @@ export interface PrepareTipResult {
 
 ```
 
-(accepttipop)=
 ### AcceptTipOp
 ```typescript
 /**
@@ -937,7 +922,6 @@ export interface AcceptTipRequest {
 
 ```
 
-(listexchangesop)=
 ### ListExchangesOp
 ```typescript
 // group: Exchange Management
@@ -957,7 +941,6 @@ export interface ExchangesListResponse {
 
 ```
 
-(addexchangeop)=
 ### AddExchangeOp
 ```typescript
 /**
@@ -977,7 +960,6 @@ export interface AddExchangeRequest {
 
 ```
 
-(setexchangetosacceptedop)=
 ### SetExchangeTosAcceptedOp
 ```typescript
 /**
@@ -997,7 +979,6 @@ export interface AcceptExchangeTosRequest {
 
 ```
 
-(getexchangetosop)=
 ### GetExchangeTosOp
 ```typescript
 /**
@@ -1039,7 +1020,6 @@ export interface GetExchangeTosResult {
 
 ```
 
-(listcurrenciesop)=
 ### ListCurrenciesOp
 ```typescript
 /**
@@ -1067,7 +1047,6 @@ export interface WalletCurrencyInfo {
 
 ```
 
-(createdepositgroupop)=
 ### CreateDepositGroupOp
 ```typescript
 // group: Deposits
@@ -1098,7 +1077,6 @@ export interface CreateDepositGroupResponse {
 
 ```
 
-(trackdepositgroupop)=
 ### TrackDepositGroupOp
 ```typescript
 /**
@@ -1126,7 +1104,6 @@ export interface TrackDepositGroupResponse {
 
 ```
 
-(exportbackuprecoveryop)=
 ### ExportBackupRecoveryOp
 ```typescript
 // group: Backups
@@ -1140,7 +1117,6 @@ export type ExportBackupRecoveryOp = {
 
 ```
 
-(importbackuprecoveryop)=
 ### ImportBackupRecoveryOp
 ```typescript
 /**
@@ -1179,7 +1155,6 @@ export declare enum RecoveryMergeStrategy {
 
 ```
 
-(runbackupcycleop)=
 ### RunBackupCycleOp
 ```typescript
 /**
@@ -1192,7 +1167,6 @@ export type RunBackupCycleOp = {
 
 ```
 
-(addbackupproviderop)=
 ### AddBackupProviderOp
 ```typescript
 /**
@@ -1217,7 +1191,6 @@ export interface AddBackupProviderRequest {
 
 ```
 
-(getbackupinfoop)=
 ### GetBackupInfoOp
 ```typescript
 /**
@@ -1349,7 +1322,6 @@ export interface ProviderPaymentPending {
 
 ```
 
-(setwalletdeviceidop)=
 ### SetWalletDeviceIdOp
 ```typescript
 /**
@@ -1373,7 +1345,6 @@ export interface SetWalletDeviceIdRequest {
 
 ```
 
-(exportbackupplainop)=
 ### ExportBackupPlainOp
 ```typescript
 /**
@@ -1386,7 +1357,6 @@ export type ExportBackupPlainOp = {
 
 ```
 
-(initiatepeerpushpaymentop)=
 ### InitiatePeerPushPaymentOp
 ```typescript
 // group: Peer Payments
@@ -1418,7 +1388,6 @@ export interface InitiatePeerPushPaymentResponse {
 
 ```
 
-(checkpeerpushpaymentop)=
 ### CheckPeerPushPaymentOp
 ```typescript
 /**
@@ -1445,7 +1414,6 @@ export interface CheckPeerPushPaymentResponse {
 
 ```
 
-(acceptpeerpushpaymentop)=
 ### AcceptPeerPushPaymentOp
 ```typescript
 /**
@@ -1467,7 +1435,6 @@ export interface AcceptPeerPushPaymentRequest {
 
 ```
 
-(initiatepeerpullpaymentop)=
 ### InitiatePeerPullPaymentOp
 ```typescript
 /**
@@ -1502,7 +1469,6 @@ export interface InitiatePeerPullPaymentResponse {
 
 ```
 
-(checkpeerpullpaymentop)=
 ### CheckPeerPullPaymentOp
 ```typescript
 /**
@@ -1529,7 +1495,6 @@ export interface CheckPeerPullPaymentResponse {
 
 ```
 
-(acceptpeerpullpaymentop)=
 ### AcceptPeerPullPaymentOp
 ```typescript
 /**
@@ -1551,7 +1516,6 @@ export interface AcceptPeerPullPaymentRequest {
 
 ```
 
-(exportdbop)=
 ### ExportDbOp
 ```typescript
 // group: Database Management
@@ -1565,7 +1529,6 @@ export type ExportDbOp = {
 
 ```
 
-(cleardbop)=
 ### ClearDbOp
 ```typescript
 /**
@@ -1578,7 +1541,6 @@ export type ClearDbOp = {
 
 ```
 
-(recycleop)=
 ### RecycleOp
 ```typescript
 /**
@@ -1591,7 +1553,6 @@ export type RecycleOp = {
 
 ```
 
-(runintegrationtestop)=
 ### RunIntegrationTestOp
 ```typescript
 // group: Testing and Debugging
@@ -1618,7 +1579,6 @@ export interface IntegrationTestArgs {
 
 ```
 
-(withdrawtestbalanceop)=
 ### WithdrawTestBalanceOp
 ```typescript
 /**
@@ -1645,7 +1605,6 @@ export interface WithdrawTestBalanceRequest {
 
 ```
 
-(withdrawtestkudosop)=
 ### WithdrawTestkudosOp
 ```typescript
 /**
@@ -1664,7 +1623,6 @@ export type WithdrawTestkudosOp = {
 
 ```
 
-(testpayop)=
 ### TestPayOp
 ```typescript
 /**
@@ -1744,7 +1702,6 @@ export interface AmountJson {
 
 ```
 
-(withdrawfakebankop)=
 ### WithdrawFakebankOp
 ```typescript
 /**
@@ -1773,7 +1730,6 @@ export interface WithdrawFakebankRequest {
 
 ```
 
-(getpendingtasksop)=
 ### GetPendingTasksOp
 ```typescript
 /**
@@ -2055,7 +2011,6 @@ export interface PendingBackupTask {
 
 ```
 
-(dumpcoinsop)=
 ### DumpCoinsOp
 ```typescript
 /**
@@ -2127,7 +2082,6 @@ interface Array<T> extends RelativeIndexable<T> {}
 
 ```
 
-(setcoinsuspendedop)=
 ### SetCoinSuspendedOp
 ```typescript
 /**
@@ -2148,7 +2102,6 @@ export interface SetCoinSuspendedRequest {
 
 ```
 
-(forcerefreshop)=
 ### ForceRefreshOp
 ```typescript
 /**

-- 
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]