mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 12:39:35 +01:00
6123e4b79f
With help from \#supybot I understood that telling user to add `sudo` in front of every command isn't very user-friendly. If someone has root and is logged in as root, they know to remove the `sudo` part and if they don't, but they have `sudo` installed, everything works directly and `sudo` doesn't even ask for password. |
||
---|---|---|
_templates | ||
contribute | ||
develop | ||
use | ||
.gitignore | ||
.travis.yml | ||
append_config_doc.py | ||
conf.py | ||
generate_plugin_doc.py | ||
index.rst | ||
make.bat | ||
Makefile | ||
README.md | ||
requirements.txt |
To generate the html doc from the .rst files, run
make html
. You need the Sphinx documentation generator to
do that. A generated doc is available at