commit 1373cb10e67ca16bf60b85b4de42e8302af6813a
parent 64dbcfcddf5f1cc1793b4360df48476b44b4f4e4
Author: nolash <dev@holbrook.no>
Date: Tue, 26 Oct 2021 19:44:54 +0200
Remove unnecessary nodes
Diffstat:
5 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/doc/texinfo/cli.texi b/doc/texinfo/cli.texi
@@ -1,6 +1,3 @@
-@node chainlib-cli, chainlib-config, chainlib-intro, Top
-@comment this, next, prev, up
-
@section Command line interface provisions
The base CLI provisions of @code{chainlib} simplifies the generation of a some base object instances by command line arguments, environment variables and configuration schemas.
diff --git a/doc/texinfo/code.texi b/doc/texinfo/code.texi
@@ -1,6 +1,3 @@
-@node chainlib-lib,,chainlib-config,Top
-@comment this, next, prev, up
-
@section Base library contents
diff --git a/doc/texinfo/config.texi b/doc/texinfo/config.texi
@@ -1,6 +1,4 @@
-@node chainlib-config, chainlib-lib, chainlib-cli, Top
-@comment this, next, prev, up
-
+@anchor{chainlib-config}
@section Rendering configurations
Configurations in @code{chainlib} are processed, rendered and interfaced using the @code{confini} python package.
diff --git a/doc/texinfo/content.texi b/doc/texinfo/content.texi
@@ -1,3 +1,4 @@
+@node chainlib
@chapter Chainlib
@include intro.texi
diff --git a/doc/texinfo/intro.texi b/doc/texinfo/intro.texi
@@ -1,5 +1,4 @@
-@node chainlib-intro, chainlib-cli,,Top
-@comment this, next, prev, up
+@section Overview
Chainlib is an attempt at employing a universal interface to manipulate and access blockchains regardless of underlying architecture.