bug: Fix documentation compile and config dumps #2

Merged
lash merged 21 commits from lash/docs-and-dumps into master 2021-12-21 16:00:02 +01:00
5 changed files with 3 additions and 11 deletions
Showing only changes of commit 1373cb10e6 - Show all commits

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.