[doc] add note about module RST documentation

This commit is contained in:
tobi-wan-kenobi 2020-05-07 20:07:02 +02:00
parent f49300e568
commit b3e4c7503b

View file

@ -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