gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 02/02: doc: Turn ‘Accessing the DHT’ into a chapter.


From: gnunet
Subject: [gnunet-scheme] 02/02: doc: Turn ‘Accessing the DHT’ into a chapter.
Date: Wed, 02 Feb 2022 13:12:07 +0100

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 41e26397170067f80e5ba6f5e5729978770371d0
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Feb 2 12:07:30 2022 +0000

    doc: Turn ‘Accessing the DHT’ into a chapter.
    
    * doc/scheme-gnunet.tm (Accessing the DHT): Make it a chapter.  Turn
      subsections into sections.
---
 doc/scheme-gnunet.tm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/doc/scheme-gnunet.tm b/doc/scheme-gnunet.tm
index 37ec484..f73a2e2 100644
--- a/doc/scheme-gnunet.tm
+++ b/doc/scheme-gnunet.tm
@@ -1049,7 +1049,7 @@
   <scm|estimate:standard-deviation> can be used to put probablistic error
   bounds on the number of peers on the network. <todo|example>
 
-  <section|Accessing the DHT>
+  <chapter|Accessing the DHT>
 
   GNUnet has a service that maintains a <em|distributed hash table>, mapping
   keys to values. The module <scm|(gnu gnunet dht client)> can be used to
@@ -1057,7 +1057,7 @@
   <scm|connect> <todo|document parameters>. It returns a <em|DHT server
   object>. <todo|disconnection / reconnection>
 
-  <subsection|Data in the DHT>
+  <section|Data in the DHT>
 
   To insert data into the DHT, the DHT service needs various information \U
   the key and the value, but also some other information. Likewise, when the
@@ -1142,7 +1142,7 @@
     of a path element, then a <scm|&malformed-path> condition is raised.
   </explain>
 
-  <subsection|Accessing data in the DHT>
+  <section|Accessing data in the DHT>
 
   To insert a datum into the DHT, the procedure <scm|put!> is used. To find
   data matching a query, the procedure <scm|start-get!> is used.
@@ -1191,16 +1191,15 @@
 
   <todo|cancellation>
 
-  <subsection|How to handle invalid data>
+  <section|How to handle invalid data>
 
   <todo|todo!>
 
-  <subsection|Monitoring: spying on what other applications and peers are
-  doing>
+  <section|Monitoring: spying on what other applications and peers are doing>
 
   <todo|todo!>
 
-  <section|Cryptography>
+  <chapter|Cryptography>
 
   The module <scm|(gnu gnunet crypto)> has a few small wrappers around
   procedures from Guile-Gcrypt for performing cryptography on bytevector

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