docs: fix build warnings

This commit is contained in:
Zach Ramsay
2017-10-03 11:23:08 -04:00
parent edd718c580
commit 031eb23dc8
2 changed files with 13 additions and 13 deletions

View File

@ -84,7 +84,7 @@ ABCI Servers
+-------------------------------------------------------------+--------------------+--------------+ +-------------------------------------------------------------+--------------------+--------------+
| `cpp-tmsp <https://github.com/block-finance/cpp-abci>`__ | Martin Dyring | C++ | | `cpp-tmsp <https://github.com/block-finance/cpp-abci>`__ | Martin Dyring | C++ |
+-------------------------------------------------------------+--------------------+--------------+ +-------------------------------------------------------------+--------------------+--------------+
| `c-abci <https://github.com/chainx-org/c-abci>`__ | ChainX | C | | `c-abci <https://github.com/chainx-org/c-abci>`__ | ChainX | C |
+-------------------------------------------------------------+--------------------+--------------+ +-------------------------------------------------------------+--------------------+--------------+
| `jabci <https://github.com/jTendermint/jabci>`__ | jTendermint | Java | | `jabci <https://github.com/jTendermint/jabci>`__ | jTendermint | Java |
+-------------------------------------------------------------+--------------------+--------------+ +-------------------------------------------------------------+--------------------+--------------+

View File

@ -2,19 +2,19 @@
Specification Specification
############# #############
Here you'll find 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>`__ Here you'll find 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:: .. toctree::
:maxdepth: 2 :maxdepth: 2
specification/block-structure.rst specification/block-structure.rst
specification/byzantine-consensus-algorithm.rst specification/byzantine-consensus-algorithm.rst
specification/configuration.rst specification/configuration.rst
specification/fast-sync.rst specification/fast-sync.rst
specification/genesis.rst specification/genesis.rst
specification/light-client-protocol.rst specification/light-client-protocol.rst
specification/merkle.rst specification/merkle.rst
specification/rpc.rst specification/rpc.rst
specification/secure-p2p.rst specification/secure-p2p.rst
specification/validators.rst specification/validators.rst
specification/wire-protocol.rst specification/wire-protocol.rst