commit c0db66994ba34dc2f6d344f82320115af6657671
parent 231b76c7e951484faba6d9998750e38fa4401036
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Thu, 14 Dec 2023 18:18:42 +0100
table r5n block types; protocols title fix
Diffstat:
6 files changed, 20 insertions(+), 17 deletions(-)
diff --git a/gns-protocol-numbers/README b/gns-protocol-numbers/README
@@ -1,5 +1,5 @@
-GNS Protocols
--------------
+GNS Protocol Numbers
+--------------------
This registry is for protocol number mappings for GNS names that are BOXed.
diff --git a/gns-protocol-numbers/rst.header.template b/gns-protocol-numbers/rst.header.template
@@ -1,7 +1,7 @@
Entries
^^^^^^^
-.. list-table:: GNS Record Types
+.. list-table:: GNS Protocol Numbers
:widths: auto
:header-rows: 1
diff --git a/gnunet-dht-block-types/Makefile b/gnunet-dht-block-types/Makefile
@@ -19,9 +19,7 @@ gnunet_dht_block_types.rst.tmp: registry.rec rst.template
../format.sh rst.template < registry.rec > $@
rst.header.tmp:
- cat rst.header.template README POLICY > $@
- echo "Entries" >> $@
- echo "^^^^^^^" >> $@
+ cat README POLICY rst.header.template > $@
gnunet_dht_block_types.rst: rst.header.tmp gnunet_dht_block_types.rst.tmp rst.footer
cat rst.header.tmp gnunet_dht_block_types.rst.tmp rst.footer > $@
diff --git a/gnunet-dht-block-types/README b/gnunet-dht-block-types/README
@@ -1,3 +1,6 @@
+R5N DHT Block Types
+-------------------
+
This registry is for GNUnet DHT Block Types.
DHT Block Types types uniquely identify the different kinds
diff --git a/gnunet-dht-block-types/rst.header.template b/gnunet-dht-block-types/rst.header.template
@@ -1,4 +1,11 @@
-R5N DHT Block Types
--------------------
+Entries
+^^^^^^^
+.. list-table:: R5N Block Types
+ :widths: auto
+ :header-rows: 1
+ * - Name
+ - Number
+ - References
+ - Comment
diff --git a/gnunet-dht-block-types/rst.template b/gnunet-dht-block-types/rst.template
@@ -1,9 +1,4 @@
-
-
-=================== ===========================================================
-Name {{Name}}
-------------------- -----------------------------------------------------------
-Number {{Number}}
-Comment {{Comment}}
-=================== ===========================================================
-
+ * - {{Name}}
+ - {{Number}}
+ - {{References}}
+ - {{Comment}}