From c1629451b1eb55c9d852657bf38addcd6a7d736e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 30 Jun 2011 16:49:28 +0200 Subject: [PATCH] Fix doctrees. --- develop/import/ADVANCED_PLUGIN_CONFIG.rst | 3 ++- develop/import/ADVANCED_PLUGIN_TESTING.rst | 3 ++- develop/import/CAPABILITIES.rst | 4 ++-- develop/import/PLUGIN_TUTORIAL.rst | 4 ++-- develop/import/STYLE.rst | 4 ++-- develop/import/USING_UTILS.rst | 4 ++-- develop/import/USING_WRAP.rst | 6 ++++-- index.rst | 4 ++-- 8 files changed, 18 insertions(+), 14 deletions(-) diff --git a/develop/import/ADVANCED_PLUGIN_CONFIG.rst b/develop/import/ADVANCED_PLUGIN_CONFIG.rst index 8f1343e..ce26f97 100644 --- a/develop/import/ADVANCED_PLUGIN_CONFIG.rst +++ b/develop/import/ADVANCED_PLUGIN_CONFIG.rst @@ -1,5 +1,6 @@ +********************** Advanced Plugin Config ----------------------- +********************** This tutorial covers some of the more advanced plugin config features available to Supybot plugin authors. diff --git a/develop/import/ADVANCED_PLUGIN_TESTING.rst b/develop/import/ADVANCED_PLUGIN_TESTING.rst index 80bdb13..78c87f1 100644 --- a/develop/import/ADVANCED_PLUGIN_TESTING.rst +++ b/develop/import/ADVANCED_PLUGIN_TESTING.rst @@ -1,5 +1,6 @@ +*********************** Advanced Plugin Testing ------------------------ +*********************** The complete guide to writing tests for your plugins. Why Write Tests? diff --git a/develop/import/CAPABILITIES.rst b/develop/import/CAPABILITIES.rst index 6a6b2c5..aa19e7d 100644 --- a/develop/import/CAPABILITIES.rst +++ b/develop/import/CAPABILITIES.rst @@ -1,6 +1,6 @@ -============ +************ Capabilities -============ +************ Introduction ------------ diff --git a/develop/import/PLUGIN_TUTORIAL.rst b/develop/import/PLUGIN_TUTORIAL.rst index 3e89597..d50499e 100644 --- a/develop/import/PLUGIN_TUTORIAL.rst +++ b/develop/import/PLUGIN_TUTORIAL.rst @@ -1,6 +1,6 @@ -================================= +********************************* Writing Your First Supybot Plugin -================================= +********************************* Introduction ============ diff --git a/develop/import/STYLE.rst b/develop/import/STYLE.rst index 6a21497..111f5e0 100644 --- a/develop/import/STYLE.rst +++ b/develop/import/STYLE.rst @@ -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. diff --git a/develop/import/USING_UTILS.rst b/develop/import/USING_UTILS.rst index 2628953..802d64f 100644 --- a/develop/import/USING_UTILS.rst +++ b/develop/import/USING_UTILS.rst @@ -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. diff --git a/develop/import/USING_WRAP.rst b/develop/import/USING_WRAP.rst index 2693c5f..b9e7700 100644 --- a/develop/import/USING_WRAP.rst +++ b/develop/import/USING_WRAP.rst @@ -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. diff --git a/index.rst b/index.rst index dc6163a..01775d0 100644 --- a/index.rst +++ b/index.rst @@ -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