Closed
Description
Is your change request related to a problem? Please describe.
When I had a typo in a docstring, the output reported the error as in the markdown file rather than the docstring:
WARNING - mkdocs_autorefs: api/annotations.md: Could not find cross-reference target
'[package.oop.annotations]'
Describe the solution you'd like
More detailed / accurate error output which includes:
- The docstring file
- The item the docstring is on
- Docstring line number
- Ideally, accurate file line number
Describe alternatives you've considered
N/A?
Additional context
I have:
- A
package.annotations
submodule - A
docs/api/annotations
file using mkdautodocs (# ::: package.annotations
)
The typo was in the package/annotations.py
file
Metadata
Metadata
Assignees
Labels
No labels