tendermint/docs
Ethan Buchman 1ef415728d docs/spec: blockchain and consensus dirs 2018-05-20 00:28:47 -04: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 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 2018-03-31 00:18:43 +02:00
assets update docs/examples & terraform/ansible (#1534) 2018-05-17 18:05:59 +04:00
examples update docs/examples & terraform/ansible (#1534) 2018-05-17 18:05:59 +04:00
images docs: finish pull from tools 2017-09-16 15:11:10 -04:00
spec docs/spec: blockchain and consensus dirs 2018-05-20 00:28:47 -04:00
specification update readme 2018-05-19 22:44:29 -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 docs: logo, add readme, fixes 2017-09-01 20:08:22 -04:00
abci-cli.rst fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
app-architecture.rst docs: add diagram, closes #1565 (#1577) 2018-05-17 09:57:28 +04:00
app-development.rst [docs] add a note about replay protection 2018-05-18 10:45:51 +04:00
conf.py docs: lil fixes 2018-05-18 10:01:56 -04:00
deploy-testnets.rst document testnet command, closes #1535 (#1588) 2018-05-18 09:52:31 +04: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 update docs for latest develop (#1448) 2018-04-11 17:36:14 +02:00
how-to-read-logs.rst Replaced NodeInfo's pubkey to ID (#1443) 2018-04-11 10:11:11 +02:00
index.rst docs: lil fixes 2018-05-18 10:01:56 -04:00
install.rst docs: update install instructions, closes #1580 2018-05-18 10:12:52 -04:00
introduction.rst Fix documentation typos 2018-01-26 14:44:48 +00:00
requirements.txt docs: add sphinx Makefile & requirements 2017-08-30 16:37:51 -04:00
specification.rst fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
terraform-and-ansible.rst document testnet command, closes #1535 (#1588) 2018-05-18 09:52:31 +04:00
transactional-semantics.rst docs: lil fixes 2018-05-18 10:01:56 -04:00
using-tendermint.rst update networks/local readme 2018-05-19 23:21:35 -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.