From 64dbcfcddf5f1cc1793b4360df48476b44b4f4e4 Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 26 Oct 2021 18:20:28 +0200 Subject: [PATCH] WIP explicit node links in texinfo docs --- doc/texinfo/cli.texi | 3 ++- doc/texinfo/code.texi | 3 ++- doc/texinfo/config.texi | 3 ++- doc/texinfo/content.texi | 2 -- doc/texinfo/intro.texi | 3 ++- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/texinfo/cli.texi b/doc/texinfo/cli.texi index 3a0cb4e..cf80fbb 100644 --- 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 index cfc2a7e..414b8b1 100644 --- 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 index 031f3e4..e7ffab1 100644 --- 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 index 631a89f..a372751 100644 --- 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 index 5f67033..6ef5828 100644 --- 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.