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 b5c4098c53 update docs/examples & terraform/ansible (#1534) 6 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 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 6 years ago
assets update docs/examples & terraform/ansible (#1534) 6 years ago
examples update docs/examples & terraform/ansible (#1534) 6 years ago
images docs: finish pull from tools 7 years ago
spec spec: move to final location (#1576) 6 years ago
specification update docs/examples & terraform/ansible (#1534) 6 years ago
.python-version Cleanup build and structure 6 years ago
Makefile Cleanup build and structure 6 years ago
README.md docs: logo, add readme, fixes 7 years ago
abci-cli.rst fix docs links & stuff (#1273) 6 years ago
app-architecture.rst docs: add diagram, closes #1565 (#1577) 6 years ago
app-development.rst rename dummy to kvstore (#1223) 6 years ago
conf.py update docs/examples & terraform/ansible (#1534) 6 years ago
deploy-testnets.rst update docs/examples & terraform/ansible (#1534) 6 years ago
determinism.rst docs: add document 'On Determinism' 6 years ago
ecosystem.rst fix docs links & stuff (#1273) 6 years ago
getting-started.rst update docs for latest develop (#1448) 6 years ago
how-to-read-logs.rst Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
index.rst update docs/examples & terraform/ansible (#1534) 6 years ago
install.rst update docs for latest develop (#1448) 6 years ago
introduction.rst Fix documentation typos 6 years ago
requirements.txt docs: add sphinx Makefile & requirements 7 years ago
specification.rst fix docs links & stuff (#1273) 6 years ago
terraform-and-ansible.rst update docs/examples & terraform/ansible (#1534) 6 years ago
using-tendermint.rst add link to github (#1542) 6 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.