gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 03/05: doc: Fix cross-references to DHT and NSE connect.


From: gnunet
Subject: [gnunet-scheme] 03/05: doc: Fix cross-references to DHT and NSE connect.
Date: Thu, 01 Sep 2022 15:39:57 +0200

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 07145aed9b49f225071e84e61b603f6c553dd957
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 1 15:04:35 2022 +0200

    doc: Fix cross-references to DHT and NSE connect.
    
    * doc/network-size-estimation.tm: Add a label.
    * doc/distributed-hash-table.tm: Likewise.
    * doc/service-communication: Use the label.
---
 doc/distributed-hash-table.tm  | 2 +-
 doc/network-size-estimation.tm | 2 +-
 doc/service-communication.tm   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/distributed-hash-table.tm b/doc/distributed-hash-table.tm
index 8c57e5d..16f8656 100644
--- a/doc/distributed-hash-table.tm
+++ b/doc/distributed-hash-table.tm
@@ -14,7 +14,7 @@
 
   <\explain>
     <scm|(connect <var|config> <var|#:connected> <var|#:disconnected>
-    <var|#:spawn>)><subindex|connect|DHT>
+    <var|#:spawn>)><subindex|connect|DHT><label|dht:connect>
   <|explain>
     Connect to the DHT service, using the configuration <var|config>. The
     connection is made asynchronuously; the optional thunk <var|connected> is
diff --git a/doc/network-size-estimation.tm b/doc/network-size-estimation.tm
index 1d5556c..d2f6ac1 100644
--- a/doc/network-size-estimation.tm
+++ b/doc/network-size-estimation.tm
@@ -9,7 +9,7 @@
   estimates the size of the network \U i.e., the number of
   peers.<space|1em>The module <scm|(gnu gnunet nse client)><index|(gnu gnunet
   nse client)> can be used to interact with this service.<space|1em>The
-  connection is made with the procedure <scm|connect><subindex|connect|NSE>,
+  connection is made with the procedure 
<scm|connect><subindex|connect|NSE><label|nse:connect>,
   which is accepts a <with|font-shape|italic|configuration> (see
   <todo|reference>) and some optional keyword arguments.<space|1em>This
   procedure can be called as <scm|(connect config #:updated updated
diff --git a/doc/service-communication.tm b/doc/service-communication.tm
index 3ed9e8f..0946c01 100644
--- a/doc/service-communication.tm
+++ b/doc/service-communication.tm
@@ -388,7 +388,7 @@
     required for generating the configuration file. <var|connect> is a
     procedure that can be called as <scm|(connect config #:spawn _
     #:connected _ #:disconnected _>), such as the <scm|connect> procedure
-    from (<todo|reference to DHT or NSE>.
+    from DHT <reference|dht:connect> and NSE <reference|nse:connect>.
 
     This procedure returns a boolean value suitable for <scm|test-assert>.
   </explain>

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