mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-07 15:59:50 +00:00
Fix plugin docs.
This commit is contained in:
@ -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>
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
Reference in New Issue
Block a user