diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/plugins/dice.rst | 6 | ||||
-rw-r--r-- | doc/source/plugins/index.rst | 11 | ||||
-rw-r--r-- | doc/source/plugins/marquee.rst | 6 |
3 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/plugins/dice.rst b/doc/source/plugins/dice.rst new file mode 100644 index 00000000..c6638a35 --- /dev/null +++ b/doc/source/plugins/dice.rst @@ -0,0 +1,6 @@ +.. _dice-plugin: + +Dice +==== + +.. automodule:: dice diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index faad1e4d..0a66b803 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -266,6 +266,15 @@ Plugin index Change the title of the terminal according to the name of the current tab. + Marquee + :ref:`Documentation <marquee-plugin>` + + Reproduce the behavior of the ``<marquee/>`` html tag. + + Dice + :ref:`Documentation <dice-plugin>` + + Roll one or several dice using message corrections. .. toctree:: :hidden: @@ -309,3 +318,5 @@ Plugin index reorder cyber csi + dice + marquee diff --git a/doc/source/plugins/marquee.rst b/doc/source/plugins/marquee.rst new file mode 100644 index 00000000..4bed7a0c --- /dev/null +++ b/doc/source/plugins/marquee.rst @@ -0,0 +1,6 @@ +.. _marquee-plugin: + +Marquee +======= + +.. automodule:: marquee |