chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit 64dbcfcddf5f1cc1793b4360df48476b44b4f4e4
parent 56f3cffbbfb02788e6a624271d8d62a5143ea06f
Author: nolash <dev@holbrook.no>
Date:   Tue, 26 Oct 2021 18:20:28 +0200

WIP explicit node links in texinfo docs

Diffstat:
Mdoc/texinfo/cli.texi | 3++-
Mdoc/texinfo/code.texi | 3++-
Mdoc/texinfo/config.texi | 3++-
Mdoc/texinfo/content.texi | 2--
Mdoc/texinfo/intro.texi | 3++-
5 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/doc/texinfo/cli.texi b/doc/texinfo/cli.texi @@ -1,4 +1,5 @@ -@node chainlib-cli +@node chainlib-cli, chainlib-config, chainlib-intro, Top +@comment this, next, prev, up @section Command line interface provisions diff --git a/doc/texinfo/code.texi b/doc/texinfo/code.texi @@ -1,4 +1,5 @@ -@node chainlib-lib +@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,4 +1,5 @@ -@node chainlib-config +@node chainlib-config, chainlib-lib, chainlib-cli, Top +@comment this, next, prev, up @section Rendering configurations diff --git a/doc/texinfo/content.texi b/doc/texinfo/content.texi @@ -1,5 +1,3 @@ -@top chainlib - @chapter Chainlib @include intro.texi diff --git a/doc/texinfo/intro.texi b/doc/texinfo/intro.texi @@ -1,4 +1,5 @@ -@node chainlib-intro +@node chainlib-intro, chainlib-cli,,Top +@comment this, next, prev, up Chainlib is an attempt at employing a universal interface to manipulate and access blockchains regardless of underlying architecture.