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.

14 lines
354 B

  1. Here lies our documentation. After making edits, run:
  2. ```
  3. pip install -r requirements.txt
  4. make html
  5. ```
  6. to build the docs locally then open the file `_build/html/index.html` in your browser.
  7. **WARNING:** This documentation is intended to be viewed at:
  8. https://tendermint.readthedocs.io
  9. and may contain broken internal links when viewed from Github.