Adds tables of content for network sections. (#3537)

This commit is contained in:
Joel Dudley 2018-07-09 15:21:47 +01:00 committed by GitHub
parent 408cc68c65
commit ed61e1609a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -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.