From 4d5d13b5e86dce1db72649204021882fbab668a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 12 Sep 2023 10:10:57 +0200 Subject: Change overarching structure of info document. --- doc/ref/guile/util.texi | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'doc/ref/guile/util.texi') diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi index e7accf90..d4dce3a6 100644 --- a/doc/ref/guile/util.texi +++ b/doc/ref/guile/util.texi @@ -1,8 +1,5 @@ -@node General Utilities -@section General Utilities - @node Miscellaneous utilities -@subsection Miscellaneous utilities +@section Miscellaneous utilities Provided by the module @code{(hnh util)}. @@ -362,7 +359,7 @@ last. @end defmac @node UUIDs -@subsection UUID generation +@section UUID generation Provided by module @code{(hnh util uuid)}. @@ -380,7 +377,7 @@ this module. Only set this when you want non-random randomness. @end deftp @node IO operations -@subsection IO +@section IO Provided by module @code{(hnh util io)}. @@ -412,7 +409,7 @@ Open file at path, and return its content as a string. @end defun @node Binary Search Tree -@subsection Binary Search Tree +@section Binary Search Tree A simple ``read only'' binary search tree. -- cgit v1.2.3