tendermint/docs
Ethan Buchman 940db715f4
Merge pull request #1104 from tendermint/p2p-consolidate
WIP: P2P consolidate
2018-01-18 19:00:35 -05: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 Updates -> ValidatoSetUpdates 2017-12-19 13:03:39 -06:00
assets docs: finish pull from tools 2017-09-16 15:11:10 -04:00
examples add quick start guide (#1069) 2018-01-09 20:35:47 +00:00
images docs: finish pull from tools 2017-09-16 15:11:10 -04:00
specification dial_persistent_peers -> dial_peers with persistent option 2018-01-13 14:50:58 -05: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: add counter/dummy code snippets 2018-01-03 01:23:38 +00:00
app-architecture.rst docs: organize the directory, #656 2017-09-16 15:19:22 -04:00
app-development.rst update docs 2 [ci skip] 2017-12-25 17:58:15 -06:00
conf.py docs: add abci spec 2018-01-01 15:35:28 +00:00
deploy-testnets.rst Merge branch 'develop' into 864-distinguish-between-seeds-and-manual-peers 2018-01-13 14:34:32 -05:00
ecosystem.rst docs: update ecosystem.rst (#1037) 2017-12-31 13:54:50 +00:00
getting-started.rst Update getting-started.rst to fix broken link 2017-11-21 10:11:48 -05:00
how-to-read-logs.rst relative links [ci skip] 2017-10-04 23:33:31 +04:00
index.rst docs: add abci spec 2018-01-01 15:35:28 +00:00
install.rst Revert "Changes to achieve a standardized build process and deterministic builds" 2018-01-05 22:35:57 -08:00
introduction.rst docs: comb through step by step 2017-10-23 19:11:51 -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 Merge pull request #1104 from tendermint/p2p-consolidate 2018-01-18 19:00:35 -05: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.