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.
 
 
 
 
 
 
Ethan Buchman b2489b4318
Merge pull request #912 from bluecollarcoding/fix/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 added changes based on PR comments to the proposal 7 years ago
assets docs: finish pull from tools 7 years ago
images docs: finish pull from tools 7 years ago
specification docs: fix links, closes #860 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: fixup abci guide 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 docs: comb through step by step 7 years ago
ecosystem.rst docs: correction, closes #910 7 years ago
getting-started.rst Update getting-started.rst to fix broken link 7 years ago
how-to-read-logs.rst relative links [ci skip] 7 years ago
index.rst docs: smaller logo (200px) 7 years ago
install.rst docs/install: add note about putting GOPATH/bin on PATH 7 years ago
introduction.rst docs: comb through step by step 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: comb through step by step 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.