docs: logo, add readme, fixes

This commit is contained in:
Zach Ramsay
2017-09-01 19:42:23 -04:00
parent e509e8f354
commit f5ba931115
4 changed files with 36 additions and 47 deletions

14
docs/README.md Normal file
View File

@@ -0,0 +1,14 @@
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.