Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat(python handler): Root children full path (#136)
Implements the Python handler option `show_root_members_full_path`: shows the full Python path of the direct children of the object at the root of the documentation tree. Defaults to false. Issue #134 PR #136
- Loading branch information
Showing
with
23 additions
and 1 deletion.
- +1 −1 CREDITS.md
- +2 −0 src/mkdocstrings/handlers/python.py
- +4 −0 src/mkdocstrings/templates/python/material/attribute.html
- +4 −0 src/mkdocstrings/templates/python/material/class.html
- +4 −0 src/mkdocstrings/templates/python/material/function.html
- +4 −0 src/mkdocstrings/templates/python/material/method.html
- +4 −0 src/mkdocstrings/templates/python/material/module.html