James Lu 0fdd1e70e1 Rework the config developers reference
- Remove redundant language. Focus on the key functions / classes and their inputs
- Add an example for registerNetworkValue()
- Describe the behaviour difference of private values
- Consistently use `plugins.WorldDom.attackTargets.air` in examples (previously it was inconsistent with `plugins.WorldDom.air`)
- Format types with :class:
- Remove fallback code for supybot / gribble. These are Py2-only and unlikely to be relevant these days
2025-02-09 10:34:01 +01:00
2011-09-02 10:45:46 +00:00
2021-07-17 20:44:55 +02:00
2025-02-08 12:12:43 -08: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%