Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
117 additions
and 3 deletions.
- +1 −1 docs/handlers/overview.md
- +12 −0 docs/usage.md
- +3 −0 src/mkdocstrings/handlers/__init__.py
- +87 −2 src/mkdocstrings/logging.py
- +1 −0 src/mkdocstrings/templates/python/material/attribute.html
- +1 −0 src/mkdocstrings/templates/python/material/attributes.html
- +1 −0 src/mkdocstrings/templates/python/material/children.html
- +1 −0 src/mkdocstrings/templates/python/material/class.html
- +1 −0 src/mkdocstrings/templates/python/material/docstring.html
- +1 −0 src/mkdocstrings/templates/python/material/examples.html
- +1 −0 src/mkdocstrings/templates/python/material/exceptions.html
- +1 −0 src/mkdocstrings/templates/python/material/function.html
- +1 −0 src/mkdocstrings/templates/python/material/method.html
- +1 −0 src/mkdocstrings/templates/python/material/module.html
- +1 −0 src/mkdocstrings/templates/python/material/parameters.html
- +1 −0 src/mkdocstrings/templates/python/material/properties.html
- +1 −0 src/mkdocstrings/templates/python/material/return.html
- +1 −0 src/mkdocstrings/templates/python/material/signature.html