Limnoria-doc/README.md

13 lines
319 B
Markdown
Raw Normal View History

2021-04-11 20:37:11 +02:00
To generate the html doc from the .rst files, run these commands:
```
pip3 install limnoria
git clone https://github.com/Limnoria/Limnoria-doc.git
cd Limnoria-doc
./generate_plugin_doc.py
make html
```
2021-04-11 20:37:11 +02:00
You need the Sphinx documentation generator to do that.
A generated doc is available at https://docs.limnoria.net/