From d55ce5b99689c1be0885daf0d2992b795df3e666 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 5 Jul 2016 01:15:04 +0200 Subject: Fix #3197 (add a dice plugin) also add some doc for the marquee plugin --- doc/source/plugins/dice.rst | 6 ++++++ doc/source/plugins/index.rst | 11 +++++++++++ doc/source/plugins/marquee.rst | 6 ++++++ 3 files changed, 23 insertions(+) create mode 100644 doc/source/plugins/dice.rst create mode 100644 doc/source/plugins/marquee.rst (limited to 'doc') 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 ` + + Reproduce the behavior of the ```` html tag. + + Dice + :ref:`Documentation ` + + 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 -- cgit v1.2.3