Fix plugin docs.

This commit is contained in:
Valentin Lorentz
2011-06-28 08:13:53 +02:00
parent 506278f454
commit 2ce465adcd
55 changed files with 409 additions and 409 deletions

View File

@ -4,7 +4,7 @@
The Math plugin
===============
.. command-base:
.. _command-base:
base <fromBase> [<toBase>] <number>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -13,7 +13,7 @@ Converts *<number>* from base *<fromBase>* to base *<toBase>*.
If *<toBase>* is left out, it converts to decimal.
.. command-rpn:
.. _command-rpn:
rpn <rpn math expression>
^^^^^^^^^^^^^^^^^^^^^^^^^
@ -21,7 +21,7 @@ rpn <rpn math expression>
Returns the value of an RPN expression.
.. command-convert:
.. _command-convert:
convert [<number>] <unit> to <other unit>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -30,7 +30,7 @@ Converts from *<unit>* to *<other unit>*. If number isn't given, it
defaults to 1. For unit information, see 'units' command.
.. command-icalc:
.. _command-icalc:
icalc <math expression>
^^^^^^^^^^^^^^^^^^^^^^^
@ -40,7 +40,7 @@ math, and can thus cause the bot to suck up CPU. Hence it requires
the 'trusted' capability to use.
.. command-units:
.. _command-units:
units [<type>]
^^^^^^^^^^^^^^
@ -50,7 +50,7 @@ passed as arguments. When called with a type as an argument, returns
the units of that type.
.. command-calc:
.. _command-calc:
calc <math expression>
^^^^^^^^^^^^^^^^^^^^^^