mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 12:39:35 +01:00
00737ebf49
* Convert to markdown. * Fix grammar. * Fix link to generated documentation (supybot.fr.cr --> supybot.aperio.fr). |
||
---|---|---|
_templates | ||
contribute | ||
develop | ||
use | ||
.gitignore | ||
append_config_doc.py | ||
conf.py | ||
generate_plugin_doc.py | ||
index.rst | ||
make.bat | ||
Makefile | ||
README.md |
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 http://supybot.aperio.fr/doc/.
The .rst files in use/plugins/ have been generated once by
generate_plugin_doc.py
and
append_config_doc.py
(I may have modified them temporarily
to match my file hierarchy). All of them has been reviewed and
modified by hand: include unofficial.inc if needed, and the second-level
titles, sort commands by type, … Don’t even think about running those
scripts again on a generated documentation, it would overwrite it.