Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: Make ids of Markdown sub-documents prefixed with the parent item id
- Loading branch information
Showing
with
89 additions
and 26 deletions.
- +55 −2 src/mkdocstrings/handlers/base.py
- +5 −3 src/mkdocstrings/templates/python/material/attribute.html
- +1 −1 src/mkdocstrings/templates/python/material/attributes.html
- +5 −3 src/mkdocstrings/templates/python/material/class.html
- +1 −1 src/mkdocstrings/templates/python/material/docstring.html
- +1 −1 src/mkdocstrings/templates/python/material/examples.html
- +1 −1 src/mkdocstrings/templates/python/material/exceptions.html
- +5 −3 src/mkdocstrings/templates/python/material/function.html
- +5 −3 src/mkdocstrings/templates/python/material/method.html
- +5 −3 src/mkdocstrings/templates/python/material/module.html
- +1 −1 src/mkdocstrings/templates/python/material/parameters.html
- +1 −1 src/mkdocstrings/templates/python/material/return.html
- +1 −1 src/mkdocstrings/templates/python/readthedocs/exceptions.html
- +1 −1 src/mkdocstrings/templates/python/readthedocs/parameters.html
- +1 −1 src/mkdocstrings/templates/python/readthedocs/return.html