python - Sphinx - how to disable function name on report -


i have little problem function name when generating documentation. when use

.. autofunction:: annotation 

i end function description , function name. when generating documentation not want show function (or module, or class) names use description. looking through sphinx python scripts didn't found anything. thank help.

for not showing function name (for example when using view) change method add_directive_header in autodoc.py. added, now, return in first line of method.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -