tendermint/docs
Zach Ramsay 881d2ce31e docs: pull from tools' master branch 2017-09-18 12:14:23 -04:00
..
architecture docs: update and clean up adr 2017-09-15 19:31:37 -04:00
assets docs: finish pull from tools 2017-09-16 15:11:10 -04:00
images docs: finish pull from tools 2017-09-16 15:11:10 -04:00
Makefile docs: logo, add readme, fixes 2017-09-01 20:08:22 -04:00
README.md docs: logo, add readme, fixes 2017-09-01 20:08:22 -04:00
abci-cli.rst docs: harmonize headers for tools docs 2017-09-16 15:11:10 -04:00
app-architecture.rst docs: pretty-fy 2017-09-01 20:59:27 -04:00
app-development.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
block-structure.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
byzantine-consensus-algorithm.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
conf.py docs: pull from tools' master branch 2017-09-18 12:14:23 -04:00
configuration.rst docs: organize the specification 2017-08-30 20:47:37 -04:00
deploy-testnets.rst Started expanding "automated deployments" 2017-09-11 11:34:36 -04:00
fast-sync.rst docs: organize the specification 2017-08-30 20:47:37 -04:00
genesis.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
getting-started.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
index.rst docs: pull from tools on build 2017-09-16 15:11:10 -04:00
install.rst fix 2017-09-01 21:05:12 -04:00
introduction.rst docs: finish pull from tools 2017-09-16 15:11:10 -04:00
light-client-protocol.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
merkle.rst docs: organize the specification 2017-08-30 20:47:37 -04:00
requirements.txt docs: add sphinx Makefile & requirements 2017-08-30 16:37:51 -04:00
rpc.rst docs: rpc docs to be slate, see #526, #629 2017-08-30 20:51:48 -04:00
secure-p2p.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
specification.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
using-tendermint.rst docs: pretty-fy 2017-09-01 20:59:27 -04:00
validators.rst docs: clean a bunch of stuff up 2017-08-31 15:30:17 -04:00
wire-protocol.rst docs: organize the specification 2017-08-30 20:47:37 -04:00

README.md

Here lies our documentation. After making edits, run:

pip install -r requirements.txt
make html

to build the docs locally then open the file _build/html/index.html in your browser.

WARNING: This documentation is intended to be viewed at:

https://tendermint.readthedocs.io

and may contain broken internal links when viewed from Github.