Fix doctrees.

This commit is contained in:
Valentin Lorentz 2011-06-30 16:49:28 +02:00
parent 3bd09e0547
commit c1629451b1
8 changed files with 18 additions and 14 deletions

View File

@ -1,5 +1,6 @@
**********************
Advanced Plugin Config
----------------------
**********************
This tutorial covers some of the more advanced plugin config features available
to Supybot plugin authors.

View File

@ -1,5 +1,6 @@
***********************
Advanced Plugin Testing
-----------------------
***********************
The complete guide to writing tests for your plugins.
Why Write Tests?

View File

@ -1,6 +1,6 @@
============
************
Capabilities
============
************
Introduction
------------

View File

@ -1,6 +1,6 @@
=================================
*********************************
Writing Your First Supybot Plugin
=================================
*********************************
Introduction
============

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -12,8 +12,8 @@ Contents:
:maxdepth: 2
use/index.rst
plugins/index.rst
core/index.rst
develop/plugins.rst
develop/core.rst
contribute/index.rst
Indices and tables