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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -