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.
 
 
 
 
 
 
Liamsi 978277a4c1 make slightly more readable 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 make slightly more readable 6 years ago
specification generate RPC docs using Slate (#1612) 6 years ago
.python-version Cleanup build and structure 7 years ago
Makefile Cleanup build and structure 7 years ago
README.md docs: logo, add readme, fixes 7 years ago
abci-cli.rst docs: update ABCI output (#1635) 6 years ago
app-architecture.rst fix link and typo 6 years ago
app-development.rst [docs] add a note about replay protection 6 years ago
conf.py docs: lil fixes 6 years ago
deploy-testnets.rst document testnet command, closes #1535 (#1588) 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 fixes after @zramsay's review 6 years ago
indexing-transactions.rst [docs] indexing transactions and subscribing to events 6 years ago
install.rst docs: update install instructions, closes #1580 6 years ago
introduction.rst Fix documentation typos 7 years ago
requirements.txt docs: add sphinx Makefile & requirements 7 years ago
running-in-production.rst note about state syncing 6 years ago
specification.rst fix docs links & stuff (#1273) 6 years ago
subscribing-to-events-via-websocket.rst [docs] indexing transactions and subscribing to events 6 years ago
terraform-and-ansible.rst document testnet command, closes #1535 (#1588) 6 years ago
transactional-semantics.rst docs: lil fixes 6 years ago
using-tendermint.rst update networks/local readme 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.