mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-08 00:09:46 +00:00
- Focus more on the format and usage of capabilities, as opposed to the excitement and motivation - Change "Default capabilities" to "Special built-in capabilities" to avoid confusion with "defaultcapability add|remove" - Split the documentation for each built-in capability into a separate section for readability - Add specific entries for #channel,halfop and #channel,voice instead of mentioning only them in passing in a command usage example - Flip the ordering for global and channel default capabilities. The former is IMO more likely to be more useful
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
Languages
Python
45.4%
Makefile
27.7%
Batchfile
26.2%
HTML
0.5%
Shell
0.2%