-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
domains:pyexpertissue that is not easily fixedissue that is not easily fixedinternals:othertype:proposala feature suggestiona feature suggestion
Description
I get warnings like this:
/code/operator/ops/__init__.py:docstring of ops:42: WARNING: py:attr reference target not found: ...
The thing is, the file starts with a large comment preamble (you may use this software...) and line 42 of the docstring corresponds to line 56 of the file in my case.
Which means that for large multiline docstrings, the docstring line number is not very useful.
Could Sphinx show this instead?
/code/operator/ops/__init__.py:56: docstring of ops: WARNING: py:attr reference target not found: ...
Metadata
Metadata
Assignees
Labels
domains:pyexpertissue that is not easily fixedissue that is not easily fixedinternals:othertype:proposala feature suggestiona feature suggestion