mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-22 12:09:28 +01:00
Update readme
This commit is contained in:
parent
71536bc9f9
commit
78030615fb
15
README.md
15
README.md
@ -1,5 +1,12 @@
|
|||||||
To generate the html doc from the .rst files, run `make html`.
|
To generate the html doc from the .rst files, run these commands:
|
||||||
You need the Sphinx documentation generator to do that.
|
|
||||||
A generated doc is available at
|
|
||||||
|
|
||||||
* https://limnoria-doc.readthedocs.org/
|
```
|
||||||
|
pip3 install limnoria
|
||||||
|
git clone https://github.com/Limnoria/Limnoria-doc.git
|
||||||
|
cd Limnoria-doc
|
||||||
|
./generate_plugin_doc.py
|
||||||
|
make html
|
||||||
|
```
|
||||||
|
|
||||||
|
You need the Sphinx documentation generator to do that.
|
||||||
|
A generated doc is available at https://docs.limnoria.net/
|
||||||
|
Loading…
Reference in New Issue
Block a user