mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-26 22:39:25 +01:00
Fix doctrees.
This commit is contained in:
parent
3bd09e0547
commit
c1629451b1
@ -1,5 +1,6 @@
|
|||||||
|
**********************
|
||||||
Advanced Plugin Config
|
Advanced Plugin Config
|
||||||
----------------------
|
**********************
|
||||||
This tutorial covers some of the more advanced plugin config features available
|
This tutorial covers some of the more advanced plugin config features available
|
||||||
to Supybot plugin authors.
|
to Supybot plugin authors.
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
***********************
|
||||||
Advanced Plugin Testing
|
Advanced Plugin Testing
|
||||||
-----------------------
|
***********************
|
||||||
The complete guide to writing tests for your plugins.
|
The complete guide to writing tests for your plugins.
|
||||||
|
|
||||||
Why Write Tests?
|
Why Write Tests?
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
============
|
************
|
||||||
Capabilities
|
Capabilities
|
||||||
============
|
************
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=================================
|
*********************************
|
||||||
Writing Your First Supybot Plugin
|
Writing Your First Supybot Plugin
|
||||||
=================================
|
*********************************
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
================
|
****************
|
||||||
Style Guidelines
|
Style Guidelines
|
||||||
================
|
****************
|
||||||
|
|
||||||
**Note:** Code not following these style guidelines fastidiously is likely
|
**Note:** Code not following these style guidelines fastidiously is likely
|
||||||
(*very* likely) not to be accepted into the Supybot core.
|
(*very* likely) not to be accepted into the Supybot core.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
============================
|
****************************
|
||||||
Using Supybot's utils module
|
Using Supybot's utils module
|
||||||
============================
|
****************************
|
||||||
Supybot provides a wealth of utilities for plugin writers in the supybot.utils
|
Supybot provides a wealth of utilities for plugin writers in the supybot.utils
|
||||||
module, this tutorial describes these utilities and shows you how to use them.
|
module, this tutorial describes these utilities and shows you how to use them.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
Using commands.wrap to parse your command's arguments.
|
*****************************************************
|
||||||
------------------------------------------------------
|
Using commands.wrap to parse your command's arguments
|
||||||
|
*****************************************************
|
||||||
|
|
||||||
This document illustrates how to use the new 'wrap' function present in Supybot
|
This document illustrates how to use the new 'wrap' function present in Supybot
|
||||||
0.80 to handle argument parsing and validation for your plugin's commands.
|
0.80 to handle argument parsing and validation for your plugin's commands.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user