python - Avoid docstrings from parent, in Sphinx -


i use sphinx autodocs, find annoying how default appends parent class docstring docstring.

the result each , every documented test class inheriting unittest.testcase, docstring "create instance of class use named test method when executed. raises valueerror if instance not have method specified name." appended. these 2 sentences litter test documentation, on , on again.

how can stop sphinx pulling docstring parent?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -