-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
The default class template behavior for documenting attributes needs to be updated. For example, when docstrings are written for class variables, the docs render both the docstring content and the variables as links to empty pages:
We should enforce documenting these variables in docstrings and not render them in the attributes section. The solution in #983 is to skip them manually in conf.py
, but there should be a way to automatically ignore them.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation