You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zach 9dcefd0e1e Merge pull request #754 from tendermint/improve-docs 7 years ago
..
_static [docs] provide means to have collapsible code blocks without adding a new theme 7 years ago
_templates [docs] provide means to have collapsible code blocks without adding a new theme 7 years ago
architecture updated to match adr 005 7 years ago
assets docs: finish pull from tools 7 years ago
images docs: finish pull from tools 7 years ago
specification correct an error in validator's specification [ci skip] (Refs #756) 7 years ago
Makefile docs: logo, add readme, fixes 7 years ago
README.md docs: logo, add readme, fixes 7 years ago
abci-cli.rst docs: using ABCI-CLI 7 years ago
app-architecture.rst docs: organize the directory, #656 7 years ago
app-development.rst [docs] add Java examples for each section 7 years ago
conf.py docs: pull from tools' master branch 7 years ago
deploy-testnets.rst Started expanding "automated deployments" 7 years ago
ecosystem.rst docs: add info about tm-migrate 7 years ago
getting-started.rst docs: remove mention of type byte 7 years ago
how-to-read-logs.rst relative links [ci skip] 7 years ago
index.rst [docs] add how to read logs guide [ci skip] 7 years ago
install.rst [docs: typo fix] add missing "have" 7 years ago
introduction.rst Merge pull request #654 from tendermint/docs-add-tools 7 years ago
requirements.txt docs: add sphinx Makefile & requirements 7 years ago
specification.rst docs: fix build warnings 7 years ago
using-tendermint.rst docs: add info about tm-migrate 7 years ago

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.