xielq fc0e82a043 init from phab | 4 år sedan | |
---|---|---|
.. | ||
Makefile | 4 år sedan | |
README.md | 4 år sedan | |
autoreload.py | 4 år sedan | |
conf.py | 4 år sedan | |
make.bat | 4 år sedan | |
requirements.txt | 4 år sedan |
This documentation is built using Sphinx. It also uses some extensions for theming and REST API documentation support.
Start by installing the requirements:
pip install -r requirements.txt
Then you can generate the HTML version of the docs:
make html
The root of the documentation will be at _build/html/index.html
While editing the documentation, you can get a live preview using python-livepreview. Install the Python library:
pip install livereload
Then run the monitoring script in the background:
python autoreload.py &
If you install the browser extensions then everything should update every time any files are saved without any manual steps on your part.