docs: organize the specification

This commit is contained in:
Zach Ramsay
2017-08-30 20:47:37 -04:00
parent 70c0f4b936
commit 0a902ebf61
26 changed files with 1398 additions and 862 deletions
+21
View File
@@ -0,0 +1,21 @@
#############
Specification
#############
Here you'll details of the Tendermint specification. See `the spec repo <https://github.com/tendermint/spec>`__ for upcoming material. Tendermint's types are produced by `godoc <https://godoc.org/github.com/tendermint/tendermint/types>`__
.. toctree::
:maxdepth: 2
block-structure.rst
byzantine-consensus-algorithm.rst
configuration.rst
fast-sync.rst
genesis.rst
light-client-protocol.rst
merkle.rst
rpc.rst
secure-p2p.rst
tendermint-types.rst
validators.rst
wire-protocol.rst