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

View File

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

View File

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

View File

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

View File

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

View File

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

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

View File

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