tendermint/docs
Anton Kaliaev 9e4c25761c
relative links [ci skip]
2017-10-04 23:33:31 +04: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 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: 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] minor fixes from review [ci skip] 2017-10-03 23:39:46 -04:00
conf.py docs: pull from tools' master branch 2017-09-18 12:14:23 -04:00
deploy-testnets.rst Started expanding "automated deployments" 2017-09-11 11:34:36 -04:00
ecosystem.rst docs/ecosystem: add stratumn 2017-10-03 12:47:01 -04:00
getting-started.rst remove unnecessary args in abci_query call in getting-started [ci skip] 2017-10-03 16:21:48 +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: organize install a bit better 2017-09-18 16:42:24 -04:00
introduction.rst Merge pull request #654 from tendermint/docs-add-tools 2017-09-18 13:55:37 -04:00
requirements.txt docs: add sphinx Makefile & requirements 2017-08-30 16:37:51 -04:00
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.