8 Commits

Author SHA1 Message Date
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
676ee3a58d Rewrite the commands.wrap guide
- Add concrete examples of contexts: optional and multiple arguments
- Add examples of converters that don't (always) read command line arguments, such as 'op' and 'channel'
- Switch examples to use the decorator syntax for "wrap". This is common among chatbots these days
- Make the motivating example more concise
2025-02-05 09:14:30 +01:00
ebb19029e6 using_wrap: Fix definition-list formatting 2023-06-10 16:45:16 +02:00
7cc6b1f9f8 Apply suggestions from code review
Co-authored-by: Val Lorentz <progval+git@progval.net>
2023-05-11 08:08:52 -07:00
54f94be56d plugin_tutorial: rewrite / condense plugin.py section
- Add additional inline links to related doc pages
- Mention additional common uses of irc.reply and irc.error
2023-05-11 08:08:52 -07:00
16a578cd71 using_wrap: Group converters and contexts in logical groups. 2016-02-19 22:17:06 +01:00
4d18defd35 using_wrap.rst: fix a typo 2014-12-17 08:05:55 -08:00
69c14633ba Merge import/ in other directories (develop/ and use/). 2014-01-20 09:31:22 +01:00