Belle II Software light-2406-ragdoll
|
Public Member Functions | |
def | run (self) |
Directive to Render Docstring as Docutils nodes. This is useful as standard reStructuredText does not parse Google Docstrings but we support it in docstrings for python functions, modules and variables. So to show example docstrings in the documentation we don't want to write the example in Google Docstring and keep that synchronous with a reStructuredText version
Definition at line 60 of file basf2ext.py.
def run | ( | self | ) |
Just pass on the content to the autodoc-process-docstring event and then parse the resulting reStructuredText.
Definition at line 75 of file basf2ext.py.