James Lu a6319311f4 getting_started: cleanup and revise lead section
- Remove the `supybot-wizard` section, as this is duplicated with the install guides
- Add a short blurb describing how to interact with the bot (via command prefix, nick prefix, or direct message)
- Add an explanation of *why* "list" and "help" are separate commands.
- Use consistent formatting when referring to command names. (in this case I used code blocks)
2025-01-21 09:05:34 +01:00
2011-09-02 10:45:46 +00:00
2021-07-17 20:44:55 +02:00
2014-12-28 08:39:50 +02:00
2016-02-24 21:05:35 +01:00
2021-10-02 15:22:19 +02:00
2021-10-02 15:22:19 +02:00
2021-04-11 20:37:11 +02:00
2016-02-24 21:05:35 +01: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

You need the Sphinx documentation generator to do that. A generated doc is available at https://docs.limnoria.net/

Description
Mirror of Limnoria's documentation's source.
https://github.com/Limnoria/Limnoria-doc.git
Readme 1 MiB
Languages
Python 45.4%
Makefile 27.7%
Batchfile 26.2%
HTML 0.5%
Shell 0.2%