Daria
Daria
**Is your feature request related to a problem? Please describe.** I work in python projects that use poetry for dependency management, and use a `src/` folder for the repository. When...
The numpydoc style guide [lists non-method class attributes](https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring) with type and description, similar to function parameter docstrings. eg ``` Attributes ---------- x : float Description of attribute `x`. y :...
Closes #9219, picking up from stale PR #9226