tendermint/docs
Ethan Buchman 178e357d7f
Merge pull request #1618 from tendermint/1494-production-notes
[docs] notes about running a production system
2018-05-30 23:23:51 -04:00
..
_static
_templates
architecture
assets update docs/examples & terraform/ansible (#1534) 2018-05-17 18:05:59 +04:00
examples update docs/examples & terraform/ansible (#1534) 2018-05-17 18:05:59 +04:00
images
spec move reactor descriptions to relevant specs 2018-05-30 16:51:19 +04:00
specification generate RPC docs using Slate (#1612) 2018-05-25 15:59:24 +04:00
.python-version
Makefile
README.md
abci-cli.rst docs: update ABCI output (#1635) 2018-05-28 22:06:02 +04:00
app-architecture.rst fix link and typo 2018-05-30 23:23:39 -04:00
app-development.rst [docs] add a note about replay protection 2018-05-18 10:45:51 +04:00
conf.py docs: lil fixes 2018-05-18 10:01:56 -04:00
deploy-testnets.rst document testnet command, closes #1535 (#1588) 2018-05-18 09:52:31 +04:00
determinism.rst
ecosystem.rst
getting-started.rst update docs for latest develop (#1448) 2018-04-11 17:36:14 +02:00
how-to-read-logs.rst Replaced NodeInfo's pubkey to ID (#1443) 2018-04-11 10:11:11 +02:00
index.rst fixes after @zramsay's review 2018-05-30 16:51:20 +04:00
indexing-transactions.rst [docs] indexing transactions and subscribing to events 2018-05-30 13:10:04 +04:00
install.rst docs: update install instructions, closes #1580 2018-05-18 10:12:52 -04:00
introduction.rst
requirements.txt
running-in-production.rst note about state syncing 2018-05-30 16:55:39 +04:00
specification.rst
subscribing-to-events-via-websocket.rst [docs] indexing transactions and subscribing to events 2018-05-30 13:10:04 +04:00
terraform-and-ansible.rst document testnet command, closes #1535 (#1588) 2018-05-18 09:52:31 +04:00
transactional-semantics.rst docs: lil fixes 2018-05-18 10:01:56 -04:00
using-tendermint.rst update networks/local readme 2018-05-19 23:21:35 -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.