tendermint/docs
Zach Ramsay 9b382d7a11 docs: remove mention of type byte 2017-10-18 08:00:01 -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 updated to match adr 005 2017-09-21 14:51:29 -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
specification document no empty blocks, closes #605 [ci skip] 2017-10-03 23:55:45 -04:00
Makefile
README.md
abci-cli.rst docs: using ABCI-CLI 2017-09-18 13:31:18 -04:00
app-architecture.rst docs: organize the directory, #656 2017-09-16 15:19:22 -04:00
app-development.rst [docs] add Java examples for each section 2017-10-15 13:45:43 +02:00
conf.py docs: pull from tools' master branch 2017-09-18 12:14:23 -04:00
deploy-testnets.rst
ecosystem.rst docs/ecosystem: add py-tendermint to abci-servers 2017-10-14 00:59:34 -04:00
getting-started.rst docs: remove mention of type byte 2017-10-18 08:00:01 -04:00
how-to-read-logs.rst relative links [ci skip] 2017-10-04 23:33:31 +04:00
index.rst [docs] add how to read logs guide [ci skip] 2017-10-04 18:35:22 +04:00
install.rst [docs: typo fix] add missing "have" 2017-10-10 17:15:35 +02:00
introduction.rst Merge pull request #654 from tendermint/docs-add-tools 2017-09-18 13:55:37 -04:00
requirements.txt
specification.rst docs: fix build warnings 2017-10-03 11:23:08 -04:00
using-tendermint.rst document no empty blocks, closes #605 [ci skip] 2017-10-03 23:55:45 -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.