From bd0e14626f1e6a2ed1574e44bd4d10c03654f670 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 1 Feb 2013 18:56:42 +0100 Subject: [PATCH] Fix doc of supybot.commands. --- develop/commands.rst | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/develop/commands.rst b/develop/commands.rst index 92a9223..cc3212c 100644 --- a/develop/commands.rst +++ b/develop/commands.rst @@ -4,17 +4,9 @@ supybot.commands **************** -.. _supybot-commands-wrap: - -wrap -==== - -.. autofunction:: supybot.commands.wrap - -Other classes -============= - -.. automodule:: supybot.callbacks +.. automodule:: supybot.commands + :members: :undoc-members: - :exclude-members: wrap + .. autoclass:: supybot.commands.context + :members: