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:10:38 +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 9168b05  doc tweaks
9168b05 is described below

commit 9168b05fd118df72a1927943906c63ea78115230
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 4 16:10:35 2022 +0200

    doc tweaks
---
 conf.py                   | 16 ++++++++++++++++
 extract-tsdefs/extract.ts |  4 ++++
 extract-tsdefs/myout.md   |  3 +++
 wallet/wallet-core.md     |  3 ++-
 4 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 2e60a30..db6e213 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 7793881..cc467b9 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 9af1669..abecccf 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 d560979..c360d9d 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)

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