mkdocstrings-python 1.10.4__tar.gz → 1.10.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/PKG-INFO +2 -2
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/pyproject.toml +2 -2
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/handler.py +11 -8
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/rendering.py +7 -8
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja +6 -6
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/class.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html.jinja +2 -2
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/module.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html.jinja +1 -1
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/LICENSE +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/README.md +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/__init__.py +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/debug.py +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/py.typed +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/children.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/class.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/function.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/language.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/module.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/attribute.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/attribute.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/children.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/children.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/class.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/class.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/expression.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/expression.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/function.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/function.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/labels.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/labels.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/language.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/en.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/module.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/module.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/signature.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/signature.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/style.css +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/style.css +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mkdocstrings-python
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.6
|
|
4
4
|
Summary: A Python handler for mkdocstrings.
|
|
5
5
|
Author-Email: =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= <dev@pawamoy.fr>
|
|
6
6
|
License: ISC
|
|
@@ -29,7 +29,7 @@ Project-URL: Gitter, https://gitter.im/mkdocstrings/python
|
|
|
29
29
|
Project-URL: Funding, https://github.com/sponsors/pawamoy
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Requires-Dist: mkdocstrings>=0.25
|
|
32
|
-
Requires-Dist: griffe>=0.
|
|
32
|
+
Requires-Dist: griffe>=0.48
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
|
|
35
35
|
<h1 align="center">mkdocstrings-python</h1>
|
|
@@ -12,12 +12,15 @@ from contextlib import suppress
|
|
|
12
12
|
from pathlib import Path
|
|
13
13
|
from typing import TYPE_CHECKING, Any, BinaryIO, ClassVar, Iterator, Mapping, Sequence
|
|
14
14
|
|
|
15
|
-
from griffe
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
from griffe import (
|
|
16
|
+
AliasResolutionError,
|
|
17
|
+
GriffeLoader,
|
|
18
|
+
LinesCollection,
|
|
19
|
+
ModulesCollection,
|
|
20
|
+
Parser,
|
|
21
|
+
load_extensions,
|
|
22
|
+
patch_logger,
|
|
23
|
+
)
|
|
21
24
|
from mkdocstrings.extension import PluginError
|
|
22
25
|
from mkdocstrings.handlers.base import BaseHandler, CollectionError, CollectorItem
|
|
23
26
|
from mkdocstrings.inventory import Inventory
|
|
@@ -47,7 +50,7 @@ else:
|
|
|
47
50
|
|
|
48
51
|
logger = get_logger(__name__)
|
|
49
52
|
|
|
50
|
-
|
|
53
|
+
patch_logger(get_logger)
|
|
51
54
|
|
|
52
55
|
|
|
53
56
|
class PythonHandler(BaseHandler):
|
|
@@ -162,7 +165,7 @@ class PythonHandler(BaseHandler):
|
|
|
162
165
|
|
|
163
166
|
Attributes: Docstrings options:
|
|
164
167
|
docstring_style (str): The docstring style to use: `google`, `numpy`, `sphinx`, or `None`. Default: `"google"`.
|
|
165
|
-
docstring_options (dict): The options for the docstring parser. See parsers
|
|
168
|
+
docstring_options (dict): The options for the docstring parser. See [docstring parsers](https://mkdocstrings.github.io/griffe/reference/docstrings/) and their options in Griffe docs.
|
|
166
169
|
docstring_section_style (str): The style used to render docstring sections. Options: `table`, `list`, `spacy`. Default: `"table"`.
|
|
167
170
|
merge_init_into_class (bool): Whether to merge the `__init__` method into the class' signature and docstring. Default: `False`.
|
|
168
171
|
show_if_no_docstring (bool): Show the object heading even if it has no docstring or children with docstrings. Default: `False`.
|
|
@@ -12,19 +12,20 @@ from functools import lru_cache, partial
|
|
|
12
12
|
from pathlib import Path
|
|
13
13
|
from typing import TYPE_CHECKING, Any, Callable, Match, Pattern, Sequence
|
|
14
14
|
|
|
15
|
-
from griffe
|
|
16
|
-
|
|
15
|
+
from griffe import (
|
|
16
|
+
Alias,
|
|
17
17
|
DocstringSectionAttributes,
|
|
18
18
|
DocstringSectionClasses,
|
|
19
19
|
DocstringSectionFunctions,
|
|
20
20
|
DocstringSectionModules,
|
|
21
|
+
Object,
|
|
21
22
|
)
|
|
22
23
|
from jinja2 import TemplateNotFound, pass_context, pass_environment
|
|
23
24
|
from markupsafe import Markup
|
|
24
25
|
from mkdocstrings.loggers import get_logger
|
|
25
26
|
|
|
26
27
|
if TYPE_CHECKING:
|
|
27
|
-
from griffe
|
|
28
|
+
from griffe import Attribute, Class, Function, Module
|
|
28
29
|
from jinja2 import Environment, Template
|
|
29
30
|
from jinja2.runtime import Context
|
|
30
31
|
from mkdocstrings.handlers.base import CollectorItem
|
|
@@ -364,11 +365,9 @@ def _keep_object(name: str, filters: Sequence[tuple[Pattern, bool]]) -> bool:
|
|
|
364
365
|
if regex.search(name):
|
|
365
366
|
keep = not exclude
|
|
366
367
|
if keep is None:
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
# only excluded stuff, or included and excluded stuff, no match = keep
|
|
371
|
-
return True
|
|
368
|
+
# When we only include stuff, no match = reject.
|
|
369
|
+
# When we only exclude stuff, or include and exclude stuff, no match = keep.
|
|
370
|
+
return rules != {False}
|
|
372
371
|
return keep
|
|
373
372
|
|
|
374
373
|
|
|
@@ -4,7 +4,7 @@ This template renders a Python attribute (or variable).
|
|
|
4
4
|
This can be a module attribute or a class attribute.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
attribute (griffe.
|
|
7
|
+
attribute (griffe.Attribute): The attribute to render.
|
|
8
8
|
root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
|
|
9
9
|
heading_level (int): The HTML heading level to use.
|
|
10
10
|
config (dict): The configuration options.
|
|
@@ -4,13 +4,13 @@ This template iterates on members of a given object and renders them.
|
|
|
4
4
|
It can group members by category (attributes, classes, functions, modules) or render them in a flat list.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
obj (griffe.
|
|
7
|
+
obj (griffe.Object): The object to render.
|
|
8
8
|
config (dict): The configuration options.
|
|
9
9
|
root_members (bool): Whether the object is the root object.
|
|
10
10
|
heading_level (int): The HTML heading level to use.
|
|
11
11
|
-#}
|
|
12
12
|
|
|
13
|
-
{% if obj.
|
|
13
|
+
{% if obj.all_members %}
|
|
14
14
|
{% block logs scoped %}
|
|
15
15
|
{#- Logging block.
|
|
16
16
|
|
|
@@ -49,7 +49,7 @@ Context:
|
|
|
49
49
|
{% endif %}
|
|
50
50
|
{% with heading_level = heading_level + extra_level %}
|
|
51
51
|
{% for attribute in attributes|order_members(config.members_order, members_list) %}
|
|
52
|
-
{% if members_list is not none or not attribute.is_imported %}
|
|
52
|
+
{% if members_list is not none or (not attribute.is_imported or attribute.is_public) %}
|
|
53
53
|
{% include attribute|get_template with context %}
|
|
54
54
|
{% endif %}
|
|
55
55
|
{% endfor %}
|
|
@@ -69,7 +69,7 @@ Context:
|
|
|
69
69
|
{% endif %}
|
|
70
70
|
{% with heading_level = heading_level + extra_level %}
|
|
71
71
|
{% for class in classes|order_members(config.members_order, members_list) %}
|
|
72
|
-
{% if members_list is not none or not class.is_imported %}
|
|
72
|
+
{% if members_list is not none or (not class.is_imported or class.is_public) %}
|
|
73
73
|
{% include class|get_template with context %}
|
|
74
74
|
{% endif %}
|
|
75
75
|
{% endfor %}
|
|
@@ -90,7 +90,7 @@ Context:
|
|
|
90
90
|
{% with heading_level = heading_level + extra_level %}
|
|
91
91
|
{% for function in functions|order_members(config.members_order, members_list) %}
|
|
92
92
|
{% if not (obj.kind.value == "class" and function.name == "__init__" and config.merge_init_into_class) %}
|
|
93
|
-
{% if members_list is not none or not function.is_imported %}
|
|
93
|
+
{% if members_list is not none or (not function.is_imported or function.is_public) %}
|
|
94
94
|
{% include function|get_template with context %}
|
|
95
95
|
{% endif %}
|
|
96
96
|
{% endif %}
|
|
@@ -112,7 +112,7 @@ Context:
|
|
|
112
112
|
{% endif %}
|
|
113
113
|
{% with heading_level = heading_level + extra_level %}
|
|
114
114
|
{% for module in modules|order_members(config.members_order.alphabetical, members_list) %}
|
|
115
|
-
{% if members_list is not none or not module.is_alias %}
|
|
115
|
+
{% if members_list is not none or (not module.is_alias or module.is_public) %}
|
|
116
116
|
{% include module|get_template with context %}
|
|
117
117
|
{% endif %}
|
|
118
118
|
{% endfor %}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This template renders a Python class.
|
|
4
4
|
|
|
5
5
|
Context:
|
|
6
|
-
class (griffe.
|
|
6
|
+
class (griffe.Class): The class to render.
|
|
7
7
|
root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
|
|
8
8
|
heading_level (int): The HTML heading level to use.
|
|
9
9
|
config (dict): The configuration options.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This template renders admonitions using the `details` HTML element.
|
|
4
4
|
|
|
5
5
|
Context:
|
|
6
|
-
section (griffe.
|
|
6
|
+
section (griffe.DocstringSectionAdmonition): The section to render.
|
|
7
7
|
-#}
|
|
8
8
|
|
|
9
9
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented attributes in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented classes in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented examples.
|
|
|
4
4
|
It alternates between rendering text and code examples.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented functions in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented modules in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented other parameters in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented parameters in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented exceptions in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented received values (generators) in the f
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented returned values in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented warnings in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented yielded values (generators) in the fo
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -5,7 +5,7 @@ Griffe parses docstrings into a list of sections, each with a `kind` and a `valu
|
|
|
5
5
|
This template can then iterate on these sections and render them according to the configuration.
|
|
6
6
|
|
|
7
7
|
Context:
|
|
8
|
-
docstring_sections (list[griffe.
|
|
8
|
+
docstring_sections (list[griffe.DocstringSection]): The list of docstring sections.
|
|
9
9
|
config (dict): The configuration dictionary.
|
|
10
10
|
heading_level (int): The heading level to use for Markdown conversion.
|
|
11
11
|
html_id (str): The HTML ID to use for Markdown conversion.
|
|
@@ -17,7 +17,7 @@ which is a tree-like structure representing a Python expression.
|
|
|
17
17
|
This macro outputs a cross-reference to the given name.
|
|
18
18
|
|
|
19
19
|
Parameters:
|
|
20
|
-
name (griffe.
|
|
20
|
+
name (griffe.ExprName): The name to cross-reference.
|
|
21
21
|
annotation_path (str): Either "brief", "source", or "full".
|
|
22
22
|
|
|
23
23
|
Returns:
|
|
@@ -48,7 +48,7 @@ which is a tree-like structure representing a Python expression.
|
|
|
48
48
|
{#- Render an expression.
|
|
49
49
|
|
|
50
50
|
Parameters:
|
|
51
|
-
expression (griffe.
|
|
51
|
+
expression (griffe.Expr): The expression to render.
|
|
52
52
|
annotations_path (str): Either "brief", "source", or "full".
|
|
53
53
|
|
|
54
54
|
Returns:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This template renders a Python function or method.
|
|
4
4
|
|
|
5
5
|
Context:
|
|
6
|
-
function (griffe.
|
|
6
|
+
function (griffe.Function): The function to render.
|
|
7
7
|
root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
|
|
8
8
|
heading_level (int): The HTML heading level to use.
|
|
9
9
|
config (dict): The configuration options.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This template renders a Python module.
|
|
4
4
|
|
|
5
5
|
Context:
|
|
6
|
-
module (griffe.
|
|
6
|
+
module (griffe.Module): The module to render.
|
|
7
7
|
root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
|
|
8
8
|
heading_level (int): The HTML heading level to use.
|
|
9
9
|
config (dict): The configuration options.
|
|
@@ -5,7 +5,7 @@ It iterates over the parameters of the function to rebuild the signature.
|
|
|
5
5
|
The signature is the list of parameters of a function or method, including their names, default values, and annotations.
|
|
6
6
|
|
|
7
7
|
Context:
|
|
8
|
-
function (griffe.
|
|
8
|
+
function (griffe.Function): The function or method to render.
|
|
9
9
|
config (dict): The configuration options.
|
|
10
10
|
-#}
|
|
11
11
|
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented attributes in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented other parameters in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented parameters in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented exceptions in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented received values (generators) in the f
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented returned values in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented warnings in the format
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
@@ -4,7 +4,7 @@ This template renders a list of documented yielded values (generators) in the fo
|
|
|
4
4
|
specified with the [`docstring_section_style`][] configuration option.
|
|
5
5
|
|
|
6
6
|
Context:
|
|
7
|
-
section (griffe.
|
|
7
|
+
section (griffe.DocstringSectionAttributes): The section to render.
|
|
8
8
|
-#}
|
|
9
9
|
|
|
10
10
|
{% block logs scoped %}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/debug.py
RENAMED
|
File without changes
|
{mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|