Go to file
Mikaela Suomalainen 7eb9f6fd3a use/install.rst: simplify installation/upgrading
--upgrade does nothing if everything is installed and up-to-date.
Otherwise it installs or upgrades.
2014-06-30 15:25:11 +03:00
_templates Add 'project homepage' link. 2011-09-02 10:45:46 +00:00
contribute contribute/translate.rst: I am Mikaela! (And other fixes). 2014-06-07 21:28:08 +03:00
develop Fix typo. 2014-01-26 22:31:46 +01:00
use use/install.rst: simplify installation/upgrading 2014-06-30 15:25:11 +03:00
.gitignore First commit 2011-06-26 17:10:12 +02:00
append_config_doc.py Edit the script to generate the doc for unofficial plugins. 2011-10-29 13:28:46 +02:00
conf.py Update copyright date. 2014-01-20 11:39:58 +01:00
generate_plugin_doc.py Edit the script to generate the doc for unofficial plugins. 2011-10-29 13:28:46 +02:00
index.rst Move develop/plugins.rst to develop/index.rst. 2013-01-31 19:08:21 +01:00
make.bat First commit 2011-06-26 17:10:12 +02:00
Makefile First commit 2011-06-26 17:10:12 +02:00
README Add README. 2011-10-29 13:58:49 +02:00

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.fr.cr/doc/>.

The .rst files in use/plugins/ has been generate *once* by
`generate_plugin_doc.py` and `append_config_doc.py` (I may have modified them
temporaly 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 that scripts again on a generated doc, it would
overwrite it.