From b3e4c7503b30d0155de2326f78f73ac97afc909a Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 7 May 2020 20:07:02 +0200 Subject: [PATCH] [doc] add note about module RST documentation --- docs/development/module.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/development/module.rst b/docs/development/module.rst index 613c18f..816d8bf 100644 --- a/docs/development/module.rst +++ b/docs/development/module.rst @@ -40,7 +40,11 @@ This example will show “hello world” in the status bar: .. code:: python - """Short description""" + """Short description in RST format + + please have a look at other modules, this will go into the + documentation verbatim (list of modules) + """ import core.module import core.widget