tendermint/docs
Dev Ojha b84f788f36 Switch ports 466xx to 266xx (#1735)
* Switch ports 466xx to be 266xx
This is done so the default ports aren't in the linux kernel's default ephemeral port range.

* Update ABCI import

* Bump cache on circleci

* Get more verbose output for debugging

* Bump abci dependency

* Fix accidental change of a block header's hash

* pin abci release
2018-06-12 13:25:52 +04: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 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 2018-03-31 00:18:43 +02:00
assets update docs/examples & terraform/ansible (#1534) 2018-05-17 18:05:59 +04:00
examples Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
images docs: finish pull from tools 2017-09-16 15:11:10 -04:00
spec Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
specification Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
.python-version Cleanup build and structure 2018-01-21 12:31:14 -05:00
Makefile Cleanup build and structure 2018-01-21 12:31:14 -05:00
README.md docs: logo, add readme, fixes 2017-09-01 20:08:22 -04:00
abci-cli.md Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
app-architecture.md style fixes/typos/etc from PR review 2018-06-07 10:01:31 -04:00
app-development.md style fixes/typos/etc from PR review 2018-06-07 10:01:31 -04:00
conf.py moar fixes 2018-06-07 09:41:57 -04:00
deploy-testnets.md Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
determinism.md determinism & ecosystem 2018-06-07 09:41:57 -04:00
ecosystem.md docs: pretty fixes 2018-06-07 09:41:57 -04:00
getting-started.md Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
how-to-read-logs.md Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
index.rst docs: pretty fixes 2018-06-07 09:41:57 -04:00
indexing-transactions.md Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
install.rst docs: Add BSD install script 2018-06-06 17:57:25 -07:00
introduction.md docs: pretty fixes 2018-06-07 09:41:57 -04:00
requirements.txt docs: add sphinx Makefile & requirements 2017-08-30 16:37:51 -04:00
running-in-production.md running in prod 2018-06-07 09:41:57 -04:00
specification.rst fix docs links & stuff (#1273) 2018-03-05 16:30:36 +04:00
subscribing-to-events-via-websocket.md moar 2018-06-07 09:41:57 -04:00
terraform-and-ansible.md Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +04:00
transactional-semantics.md moar 2018-06-07 09:41:57 -04:00
using-tendermint.md Switch ports 466xx to 266xx (#1735) 2018-06-12 13:25:52 +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.