mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
15 lines
354 B
Markdown
15 lines
354 B
Markdown
|
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.
|