From d676c2ee7b6207ff0b2a7b384052ab07c08bf43a Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 13 Apr 2013 22:33:06 +0200 Subject: Move the plugins documentation (use automodule directive & docstrings) --- plugins/revstr.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'plugins/revstr.py') diff --git a/plugins/revstr.py b/plugins/revstr.py index 27141969..4d5720dc 100644 --- a/plugins/revstr.py +++ b/plugins/revstr.py @@ -1,3 +1,17 @@ +""" +Reverse everything you say. + +Installation +------------ + +You only have to load the plugin: + +.. code-block:: none + + /load revstr + + +""" from plugin import BasePlugin class Plugin(BasePlugin): -- cgit v1.2.3