Remove unnecessary nodes

This commit is contained in:
nolash 2021-10-26 19:44:54 +02:00
parent 64dbcfcddf
commit 1373cb10e6
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
5 changed files with 3 additions and 11 deletions

View File

@ -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.

View File

@ -1,6 +1,3 @@
@node chainlib-lib,,chainlib-config,Top
@comment this, next, prev, up
@section Base library contents

View File

@ -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.

View File

@ -1,3 +1,4 @@
@node chainlib
@chapter Chainlib
@include intro.texi

View File

@ -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.