From ed61e1609aca1d454eade6c9f39cca23ccada04e Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Mon, 9 Jul 2018 15:21:47 +0100 Subject: [PATCH] Adds tables of content for network sections. (#3537) --- docs/source/network-map.rst | 2 ++ docs/source/setting-up-a-corda-network.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/source/network-map.rst b/docs/source/network-map.rst index b302a2d426..47718030f3 100644 --- a/docs/source/network-map.rst +++ b/docs/source/network-map.rst @@ -1,6 +1,8 @@ Network Map =========== +.. contents:: + The network map is a collection of signed ``NodeInfo`` objects. Each NodeInfo is signed by the node it represents and thus cannot be tampered with. It forms the set of reachable nodes in a compatibility zone. A node can receive these objects from two sources: diff --git a/docs/source/setting-up-a-corda-network.rst b/docs/source/setting-up-a-corda-network.rst index 7b329272ea..99fdf861ea 100644 --- a/docs/source/setting-up-a-corda-network.rst +++ b/docs/source/setting-up-a-corda-network.rst @@ -3,6 +3,8 @@ Setting up a Corda network ========================== +.. contents:: + A Corda network consists of a number of machines running nodes. These nodes communicate using persistent protocols in order to create and validate transactions.