commit 9168b05fd118df72a1927943906c63ea78115230
parent 71ba48b995ca614e93abf218245527d940b780e8
Author: Florian Dold <florian@dold.me>
Date: Tue, 4 Oct 2022 16:10:35 +0200
doc tweaks
Diffstat:
4 files changed, 25 insertions(+), 1 deletion(-)
diff --git 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
@@ -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
@@ -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
@@ -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)