summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-07-05 01:15:04 +0200
committermathieui <mathieui@mathieui.net>2016-07-05 01:15:04 +0200
commitd55ce5b99689c1be0885daf0d2992b795df3e666 (patch)
treedc6a7589f3f0f93e73c4955463fab20be3abb7e3 /doc/source
parent43d7b029f88b121c477bb142ca9b7ee62ad77083 (diff)
downloadpoezio-d55ce5b99689c1be0885daf0d2992b795df3e666.tar.gz
poezio-d55ce5b99689c1be0885daf0d2992b795df3e666.tar.bz2
poezio-d55ce5b99689c1be0885daf0d2992b795df3e666.tar.xz
poezio-d55ce5b99689c1be0885daf0d2992b795df3e666.zip
Fix #3197 (add a dice plugin)
also add some doc for the marquee plugin
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/plugins/dice.rst6
-rw-r--r--doc/source/plugins/index.rst11
-rw-r--r--doc/source/plugins/marquee.rst6
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