tendermint/docs
Zach Ramsay 3019761204 docs: add document 'On Determinism'
closes https://github.com/tendermint/abci/issues/56
2018-03-06 15:19:59 +08:00
..
_static [docs] provide means to have collapsible code blocks without adding a new theme 2017-10-15 11:59:37 +02:00
_templates [docs] provide means to have collapsible code blocks without adding a new theme 2017-10-15 11:59:37 +02:00
architecture adr: Amend decisions for PrivValidator 2018-03-05 17:38:05 +01:00
assets
examples rename dummy to kvstore (#1223) 2018-02-27 18:01:10 +04:00
images
specification fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
.python-version Cleanup build and structure 2018-01-21 12:31:14 -05:00
Makefile Cleanup build and structure 2018-01-21 12:31:14 -05:00
README.md
abci-cli.rst fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
app-architecture.rst
app-development.rst rename dummy to kvstore (#1223) 2018-02-27 18:01:10 +04:00
conf.py fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
deploy-testnets.rst Merge branch 'develop' into patch-1 2018-01-26 17:17:28 -05:00
determinism.rst docs: add document 'On Determinism' 2018-03-06 15:19:59 +08:00
ecosystem.rst fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
getting-started.rst ditch glide 2018-02-27 18:02:40 +04:00
how-to-read-logs.rst rename dummy to kvstore (#1223) 2018-02-27 18:01:10 +04:00
index.rst docs: add document 'On Determinism' 2018-03-06 15:19:59 +08:00
install.rst ditch glide 2018-02-27 18:02:40 +04:00
introduction.rst Fix documentation typos 2018-01-26 14:44:48 +00:00
requirements.txt
specification.rst fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
using-tendermint.rst rename dummy to kvstore (#1223) 2018-02-27 18:01:10 +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.