From 712d9a85e44c2ea734ccf568535fe3e28f6f9c91 Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 26 Oct 2021 21:21:58 +0200 Subject: [PATCH] Remove nodes --- apps/cic-eth/doc/texinfo/accounts.texi | 1 - apps/cic-eth/doc/texinfo/admin.texi | 1 - apps/cic-eth/doc/texinfo/chains.texi | 1 - apps/cic-eth/doc/texinfo/configuration.texi | 1 - apps/cic-eth/doc/texinfo/dependencies.texi | 1 - apps/cic-eth/doc/texinfo/incoming.texi | 1 - apps/cic-eth/doc/texinfo/interacting.texi | 1 - apps/cic-eth/doc/texinfo/outgoing.texi | 1 - apps/cic-eth/doc/texinfo/services.texi | 1 - apps/cic-eth/doc/texinfo/system.texi | 1 - apps/cic-eth/doc/texinfo/tools.texi | 1 - apps/cic-eth/doc/texinfo/transfertypes.texi | 1 - 12 files changed, 12 deletions(-) diff --git a/apps/cic-eth/doc/texinfo/accounts.texi b/apps/cic-eth/doc/texinfo/accounts.texi index a1a3ac19..6fc282f2 100644 --- a/apps/cic-eth/doc/texinfo/accounts.texi +++ b/apps/cic-eth/doc/texinfo/accounts.texi @@ -1,4 +1,3 @@ -@node cic-eth-accounts @section Accounts Accounts are private keys in the signer component keyed by "addresses," a one-way transformation of a public key. Data can be signed by using the account as identifier for corresponding RPC requests. diff --git a/apps/cic-eth/doc/texinfo/admin.texi b/apps/cic-eth/doc/texinfo/admin.texi index 2d03c275..5c1a35ba 100644 --- a/apps/cic-eth/doc/texinfo/admin.texi +++ b/apps/cic-eth/doc/texinfo/admin.texi @@ -1,4 +1,3 @@ -@node cic-eth-appendix-system-maintenance @appendix Admin API The admin API is still in an early stage of refinement. User friendliness can be considerably improved. diff --git a/apps/cic-eth/doc/texinfo/chains.texi b/apps/cic-eth/doc/texinfo/chains.texi index 5d883ccd..71d70757 100644 --- a/apps/cic-eth/doc/texinfo/chains.texi +++ b/apps/cic-eth/doc/texinfo/chains.texi @@ -1,4 +1,3 @@ -@node cic-eth-appendix-task-chains @appendix Task chains TBC - explain here how to generate these chain diagrams diff --git a/apps/cic-eth/doc/texinfo/configuration.texi b/apps/cic-eth/doc/texinfo/configuration.texi index 9b4e93c2..349d9053 100644 --- a/apps/cic-eth/doc/texinfo/configuration.texi +++ b/apps/cic-eth/doc/texinfo/configuration.texi @@ -1,4 +1,3 @@ -@node cic-eth configuration @section Configuration Configuration parameters are grouped by configuration filename. diff --git a/apps/cic-eth/doc/texinfo/dependencies.texi b/apps/cic-eth/doc/texinfo/dependencies.texi index 6e57bc2a..75ca9011 100644 --- a/apps/cic-eth/doc/texinfo/dependencies.texi +++ b/apps/cic-eth/doc/texinfo/dependencies.texi @@ -1,4 +1,3 @@ -@node cic-eth-dependencies @section Dependencies This application is written in Python 3.8. It is tightly coupled with @code{python-celery}, which provides the task worker ecosystem. It also uses @code{SQLAlchemy} which provides useful abstractions for persistent storage though SQL, and @code{alembic} for database schema migrations. diff --git a/apps/cic-eth/doc/texinfo/incoming.texi b/apps/cic-eth/doc/texinfo/incoming.texi index c9188d74..28a8acbc 100644 --- a/apps/cic-eth/doc/texinfo/incoming.texi +++ b/apps/cic-eth/doc/texinfo/incoming.texi @@ -1,4 +1,3 @@ -@node cic-eth-incoming @section Incoming transactions All transactions in mined blocks will be passed to a selection of plugin filters to the @code{chainsyncer} component. Each of these filters are individual python module files in @code{cic_eth.runnable.daemons.filters}. This section describes their function. diff --git a/apps/cic-eth/doc/texinfo/interacting.texi b/apps/cic-eth/doc/texinfo/interacting.texi index 9b017b4a..952697e9 100644 --- a/apps/cic-eth/doc/texinfo/interacting.texi +++ b/apps/cic-eth/doc/texinfo/interacting.texi @@ -1,4 +1,3 @@ -@node cic-eth-interacting @section Interacting with the system The API to the @var{cic-eth} component is a proxy for executing @emph{chains of Celery tasks}. The tasks that compose individual chains are documented in @ref{cic-eth-appendix-task-chains,the Task Chain appendix}, which also describes a CLI tool that can generate graph representationso of them. diff --git a/apps/cic-eth/doc/texinfo/outgoing.texi b/apps/cic-eth/doc/texinfo/outgoing.texi index 679a9327..9983a70c 100644 --- a/apps/cic-eth/doc/texinfo/outgoing.texi +++ b/apps/cic-eth/doc/texinfo/outgoing.texi @@ -1,4 +1,3 @@ -@node cic-eth-outgoing @section Outgoing transactions @strong{Important! A pre-requisite for proper functioning of the component is that no other agent is sending transactions to the network for any of the keys in the keystore.} diff --git a/apps/cic-eth/doc/texinfo/services.texi b/apps/cic-eth/doc/texinfo/services.texi index 495baf67..959ae0c2 100644 --- a/apps/cic-eth/doc/texinfo/services.texi +++ b/apps/cic-eth/doc/texinfo/services.texi @@ -1,4 +1,3 @@ -@node cic-eth-services @section Services There are four daemons that together orchestrate all of the aforementioned recipes. This section will provide a high level description of them. diff --git a/apps/cic-eth/doc/texinfo/system.texi b/apps/cic-eth/doc/texinfo/system.texi index c5621323..fa70d696 100644 --- a/apps/cic-eth/doc/texinfo/system.texi +++ b/apps/cic-eth/doc/texinfo/system.texi @@ -1,4 +1,3 @@ -@node cic-eth system accounts @section System initialization When the system starts for the first time, it is locked for any state change request other than account creation@footnote{Specifically, the @code{INIT}, @code{SEND} and @code{QUEUE} lock bits are set.}. These locks should be @emph{reset} once system initialization has been completed. Currently, system initialization only involves creating and tagging required system accounts, as specified below. diff --git a/apps/cic-eth/doc/texinfo/tools.texi b/apps/cic-eth/doc/texinfo/tools.texi index 0e705fde..2a228f87 100644 --- a/apps/cic-eth/doc/texinfo/tools.texi +++ b/apps/cic-eth/doc/texinfo/tools.texi @@ -1,4 +1,3 @@ -@node cic-eth-tools @section Tools A collection of CLI tools have been provided to help with diagnostics and other administrative tasks. These use the same configuration infrastructure as the daemons. diff --git a/apps/cic-eth/doc/texinfo/transfertypes.texi b/apps/cic-eth/doc/texinfo/transfertypes.texi index 51b674fa..6e6a4c7e 100644 --- a/apps/cic-eth/doc/texinfo/transfertypes.texi +++ b/apps/cic-eth/doc/texinfo/transfertypes.texi @@ -1,4 +1,3 @@ -@node cic-eth-appendix-transaction-types @appendix Transfer types @table @var