summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py16
-rw-r--r--extract-tsdefs/extract.ts4
-rw-r--r--extract-tsdefs/myout.md3
-rw-r--r--wallet/wallet-core.md3
4 files changed, 25 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 2e60a30a..db6e213d 100644
--- a/conf.py
+++ b/conf.py
@@ -654,3 +654,19 @@ texinfo_documents = [
graphviz_output_format = "svg"
myst_heading_anchors = 3
+
+myst_enable_extensions = [
+ "amsmath",
+ "colon_fence",
+ "deflist",
+ "dollarmath",
+ "fieldlist",
+ "html_admonition",
+ "html_image",
+ "linkify",
+ "replacements",
+ "smartquotes",
+ "strikethrough",
+ "substitution",
+ "tasklist",
+]
diff --git a/extract-tsdefs/extract.ts b/extract-tsdefs/extract.ts
index 7793881a..cc467b99 100644
--- a/extract-tsdefs/extract.ts
+++ b/extract-tsdefs/extract.ts
@@ -245,6 +245,10 @@ const main = async () => {
await f.write(`# Wallet API Documentation\n`);
+ await f.write(
+ `This file is auto-generated from [wallet-core](https://git.taler.net/wallet-core.git/tree/packages/taler-wallet-core/src/wallet-api-types.ts).\n`
+ );
+
await f.write(`## Overview\n`);
for (const g of groups.values()) {
await f.write(`### ${g}\n`);
diff --git a/extract-tsdefs/myout.md b/extract-tsdefs/myout.md
index 9af16694..abecccf0 100644
--- a/extract-tsdefs/myout.md
+++ b/extract-tsdefs/myout.md
@@ -1,4 +1,7 @@
# Wallet API Documentation
+```{note}
+This file is auto-generated from [wallet-core](https://git.taler.net/wallet-core.git/tree/packages/taler-wallet-core/src/wallet-api-types.ts)
+```
## Overview
### Initialization
* [InitWalletOp](#initwalletop)
diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index d5609794..c360d9d4 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -1,4 +1,5 @@
-# Wallet-Core API Documentation
+# Wallet API Documentation
+This file is auto-generated from [wallet-core](https://git.taler.net/wallet-core.git/tree/packages/taler-wallet-core/src/wallet-api-types.ts).
## Overview
### Initialization
* [InitWalletOp](#initwalletop)