mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-26 14:29:25 +01:00
Fix doctrees.
This commit is contained in:
parent
3bd09e0547
commit
c1629451b1
@ -1,5 +1,6 @@
|
||||
**********************
|
||||
Advanced Plugin Config
|
||||
----------------------
|
||||
**********************
|
||||
This tutorial covers some of the more advanced plugin config features available
|
||||
to Supybot plugin authors.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
***********************
|
||||
Advanced Plugin Testing
|
||||
-----------------------
|
||||
***********************
|
||||
The complete guide to writing tests for your plugins.
|
||||
|
||||
Why Write Tests?
|
||||
|
@ -1,6 +1,6 @@
|
||||
============
|
||||
************
|
||||
Capabilities
|
||||
============
|
||||
************
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
=================================
|
||||
*********************************
|
||||
Writing Your First Supybot Plugin
|
||||
=================================
|
||||
*********************************
|
||||
|
||||
Introduction
|
||||
============
|
||||
|
@ -1,6 +1,6 @@
|
||||
================
|
||||
****************
|
||||
Style Guidelines
|
||||
================
|
||||
****************
|
||||
|
||||
**Note:** Code not following these style guidelines fastidiously is likely
|
||||
(*very* likely) not to be accepted into the Supybot core.
|
||||
|
@ -1,6 +1,6 @@
|
||||
============================
|
||||
****************************
|
||||
Using Supybot's utils module
|
||||
============================
|
||||
****************************
|
||||
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.
|
||||
|
||||
|
@ -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
|
||||
0.80 to handle argument parsing and validation for your plugin's commands.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user