From 1373cb10e67ca16bf60b85b4de42e8302af6813a Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 26 Oct 2021 19:44:54 +0200 Subject: [PATCH] Remove unnecessary nodes --- doc/texinfo/cli.texi | 3 --- doc/texinfo/code.texi | 3 --- doc/texinfo/config.texi | 4 +--- doc/texinfo/content.texi | 1 + doc/texinfo/intro.texi | 3 +-- 5 files changed, 3 insertions(+), 11 deletions(-) diff --git a/doc/texinfo/cli.texi b/doc/texinfo/cli.texi index cf80fbb..9257ddd 100644 --- 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 index 414b8b1..9fb8f5e 100644 --- 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 index e7ffab1..89cc6ee 100644 --- 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 index a372751..ea39a53 100644 --- 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 index 6ef5828..5eaee35 100644 --- 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.