[docs] some more updates

This commit is contained in:
tobi-wan-kenobi 2020-05-05 19:55:19 +02:00
parent 0b7f61b62e
commit 0b0780b213
7 changed files with 54 additions and 54 deletions

9
docs/docstring.tmpl Normal file
View file

@ -0,0 +1,9 @@
"""<desc>
:param <name>: <desc>
:raises <error>: <desc>
:return: <desc>
:rtype: <type>
"""