mkdocstrings-python 1.10.7__tar.gz → 1.10.9__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.7 → mkdocstrings_python-1.10.9}/CHANGELOG.md +20 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/PKG-INFO +3 -2
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/docstrings.md +6 -6
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/general.md +1 -1
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/members.md +6 -6
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/duties.py +2 -2
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/pyproject.toml +3 -2
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/handler.py +2 -2
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/rendering.py +5 -2
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html.jinja +3 -3
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html.jinja +3 -3
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html.jinja +3 -3
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html.jinja +3 -3
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html.jinja +2 -2
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/CODE_OF_CONDUCT.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/CONTRIBUTING.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/LICENSE +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/README.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/black.toml +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/coverage.ini +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/git-changelog.toml +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/mypy.ini +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/pytest.ini +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/ruff.toml +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/vscode/launch.json +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/vscode/settings.json +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/config/vscode/tasks.json +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/devdeps.txt +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/.glossary.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/.overrides/main.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/.overrides/partials/comments.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/changelog.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/code_of_conduct.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/contributing.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/credits.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/css/insiders.css +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/css/material.css +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/css/mkdocstrings.css +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/index.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/insiders/changelog.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/insiders/goals.yml +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/insiders/index.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/insiders/installation.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/js/feedback.js +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/js/insiders.js +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/license.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/logo.png +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/schema.json +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/headings.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/signatures.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/customization.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/docstrings/google.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/docstrings/numpy.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/docstrings/sphinx.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/extensions.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/index.md +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/mkdocs.yml +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/scripts/.cache/plugin/git-committers/page-authors.json +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/scripts/gen_credits.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/scripts/gen_ref_nav.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/scripts/insiders.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/scripts/make +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/__init__.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/debug.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/py.typed +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/children.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/class.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/class.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/function.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/language.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/module.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/module.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/attribute.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/attribute.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/children.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/children.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/class.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/class.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/expression.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/expression.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/function.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/function.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/labels.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/labels.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/language.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/en.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/module.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/module.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/signature.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/signature.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/style.css +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/style.css +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/tests/__init__.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/tests/conftest.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/tests/test_handler.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/tests/test_rendering.py +0 -0
- {mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/tests/test_themes.py +0 -0
|
@@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
<!-- insertion marker -->
|
|
8
|
+
## [1.10.9](https://github.com/mkdocstrings/python/releases/tag/1.10.9) - 2024-08-30
|
|
9
|
+
|
|
10
|
+
<small>[Compare with 1.10.8](https://github.com/mkdocstrings/python/compare/1.10.8...1.10.9)</small>
|
|
11
|
+
|
|
12
|
+
### Build
|
|
13
|
+
|
|
14
|
+
- Explicitly depend on mkdocs-autorefs to be able to specify lower bound ([2299ab5](https://github.com/mkdocstrings/python/commit/2299ab55641585d65babe0e116a6465b4736dcd9) by Timothée Mazzucotelli).
|
|
15
|
+
|
|
16
|
+
### Code Refactoring
|
|
17
|
+
|
|
18
|
+
- Use new autorefs syntax ([68cb72f](https://github.com/mkdocstrings/python/commit/68cb72f62253f54146ece621345b36c90d712913) by Timothée Mazzucotelli).
|
|
19
|
+
|
|
20
|
+
## [1.10.8](https://github.com/mkdocstrings/python/releases/tag/1.10.8) - 2024-08-14
|
|
21
|
+
|
|
22
|
+
<small>[Compare with 1.10.7](https://github.com/mkdocstrings/python/compare/1.10.7...1.10.8)</small>
|
|
23
|
+
|
|
24
|
+
### Build
|
|
25
|
+
|
|
26
|
+
- Depend on Griffe 0.49 ([a87dcad](https://github.com/mkdocstrings/python/commit/a87dcad36065dc3171512e166ec632ee3e5b0a64) by Timothée Mazzucotelli).
|
|
27
|
+
|
|
8
28
|
## [1.10.7](https://github.com/mkdocstrings/python/releases/tag/1.10.7) - 2024-07-25
|
|
9
29
|
|
|
10
30
|
<small>[Compare with 1.10.6](https://github.com/mkdocstrings/python/compare/1.10.6...1.10.7)</small>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mkdocstrings-python
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.9
|
|
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,8 @@ 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:
|
|
32
|
+
Requires-Dist: mkdocs-autorefs>=1.0
|
|
33
|
+
Requires-Dist: griffe>=0.49
|
|
33
34
|
Description-Content-Type: text/markdown
|
|
34
35
|
|
|
35
36
|
<h1 align="center">mkdocstrings-python</h1>
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/docstrings.md
RENAMED
|
@@ -208,8 +208,8 @@ In that case, the Spacy tables can help.
|
|
|
208
208
|
|
|
209
209
|
**Type** | **Name** | **Description** | **Default**
|
|
210
210
|
---------- | ----------- | ------------------------ | -----------
|
|
211
|
-
<code><
|
|
212
|
-
<code><
|
|
211
|
+
<code><autoref identifier="list" optional>list</autoref>[<autoref identifier="int" optional>int</autoref> \| <autoref identifier="float" optional>float</autoref>]</code> | `gravity_forces` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | *required*
|
|
212
|
+
<code><autoref identifier="VacuumType" optional>VacuumType</autoref> \| <autoref identifier="typing.Literal" optional>Literal</autoref>["regular"]</code> | `vacuum_type` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | `VacuumType.PLASMA`
|
|
213
213
|
////
|
|
214
214
|
|
|
215
215
|
//// tab | List
|
|
@@ -222,8 +222,8 @@ Lists work well whatever the length of names, type annotations, descriptions, et
|
|
|
222
222
|
|
|
223
223
|
**Other Parameters:**
|
|
224
224
|
|
|
225
|
-
- `gravity_forces` (<code><
|
|
226
|
-
- `vacuum_type` (<code><
|
|
225
|
+
- `gravity_forces` (<code><autoref identifier="list" optional>list</autoref>[<autoref identifier="int" optional>int</autoref> \| <autoref identifier="float" optional>float</autoref>]</code>) — Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
226
|
+
- `vacuum_type` (<code><autoref identifier="VacuumType" optional>VacuumType</autoref> \| <autoref identifier="typing.Literal" optional>Literal</autoref>["regular"]</code>) — Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
227
227
|
////
|
|
228
228
|
|
|
229
229
|
//// tab | Spacy
|
|
@@ -241,8 +241,8 @@ by reserving more horizontal space on the second column.
|
|
|
241
241
|
|
|
242
242
|
**Name** | **Description**
|
|
243
243
|
----------- | ---------------
|
|
244
|
-
`gravity_forces` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:** <code><
|
|
245
|
-
`vacuum_type` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:**<code><
|
|
244
|
+
`gravity_forces` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:** <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="int" optional>int</autoref> \| <autoref identifier="float" optional>float</autoref>]</code> <span style="float: right;"><b>DEFAULT:</b> <i>required</i></span>
|
|
245
|
+
`vacuum_type` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:**<code><autoref identifier="VacuumType" optional>VacuumType</autoref> \| <autoref identifier="typing.Literal" optional>Literal</autoref>["regular"]</code> <span style="float: right;"><b>DEFAULT:</b> <code>VacuumType.PLASMA</code></span>
|
|
246
246
|
////
|
|
247
247
|
///
|
|
248
248
|
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/general.md
RENAMED
|
@@ -139,7 +139,7 @@ def some_function():
|
|
|
139
139
|
|
|
140
140
|
## `preload_modules`
|
|
141
141
|
|
|
142
|
-
- **:octicons-package-24: Type <code><
|
|
142
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] | None</code> :material-equal: `None`{ title="default value" }**
|
|
143
143
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
144
144
|
|
|
145
145
|
Pre-load modules that are not specified directly in [autodoc instructions][autodoc syntax] (`::: identifier`).
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/members.md
RENAMED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## `members`
|
|
4
4
|
|
|
5
|
-
- **:octicons-package-24: Type <code><
|
|
6
|
-
<
|
|
5
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] |
|
|
6
|
+
<autoref identifier="bool" optional>bool</autoref> | None</code> :material-equal: `None`{ title="default value" }**
|
|
7
7
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
8
8
|
|
|
9
9
|
An explicit list of members to render.
|
|
@@ -97,8 +97,8 @@ INFO: **The default behavior (with unspecified `members` or `members: null`) is
|
|
|
97
97
|
|
|
98
98
|
## `inherited_members`
|
|
99
99
|
|
|
100
|
-
- **:octicons-package-24: Type <code><
|
|
101
|
-
<
|
|
100
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] |
|
|
101
|
+
<autoref identifier="bool" optional>bool</autoref></code> :material-equal: `False`{ title="default value" }**
|
|
102
102
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
103
103
|
|
|
104
104
|
An explicit list of inherited members (for classes) to render.
|
|
@@ -331,7 +331,7 @@ def function_c():
|
|
|
331
331
|
|
|
332
332
|
## `filters`
|
|
333
333
|
|
|
334
|
-
- **:octicons-package-24: Type <code><
|
|
334
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] | None</code> :material-equal: `["!^_[^_]"]`{ title="default value" }**
|
|
335
335
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
336
336
|
|
|
337
337
|
A list of filters applied to filter objects based on their name.
|
|
@@ -555,7 +555,7 @@ package
|
|
|
555
555
|
[:octicons-heart-fill-24:{ .pulse } Sponsors only](../../insiders/index.md){ .insiders } —
|
|
556
556
|
[:octicons-tag-24: Insiders 1.2.0](../../insiders/changelog.md#1.2.0)
|
|
557
557
|
|
|
558
|
-
- **:octicons-package-24: Type <code><
|
|
558
|
+
- **:octicons-package-24: Type <code><autoref identifier="bool" optional>bool</autoref> | <autoref identifier="dict" optional>dict</autoref>[<autoref identifier="str" optional>str</autoref>, <autoref identifier="bool" optional>bool</autoref>]</code> :material-equal: `False`{ title="default value" }**
|
|
559
559
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
560
560
|
|
|
561
561
|
Whether to render summaries of modules, classes, functions (methods) and attributes.
|
|
@@ -53,8 +53,8 @@ def changelog(ctx: Context, bump: str = "") -> None:
|
|
|
53
53
|
ctx.run(tools.git_changelog(bump=bump or None), title="Updating changelog")
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
@duty(pre=["check_quality", "check_types", "check_docs", "
|
|
57
|
-
def check(ctx: Context) -> None:
|
|
56
|
+
@duty(pre=["check_quality", "check_types", "check_docs", "check-api"])
|
|
57
|
+
def check(ctx: Context) -> None:
|
|
58
58
|
"""Check it all!"""
|
|
59
59
|
|
|
60
60
|
|
|
@@ -19,7 +19,7 @@ from griffe import (
|
|
|
19
19
|
ModulesCollection,
|
|
20
20
|
Parser,
|
|
21
21
|
load_extensions,
|
|
22
|
-
|
|
22
|
+
patch_loggers,
|
|
23
23
|
)
|
|
24
24
|
from mkdocstrings.extension import PluginError
|
|
25
25
|
from mkdocstrings.handlers.base import BaseHandler, CollectionError, CollectorItem
|
|
@@ -50,7 +50,7 @@ else:
|
|
|
50
50
|
|
|
51
51
|
logger = get_logger(__name__)
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
patch_loggers(get_logger)
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
class PythonHandler(BaseHandler):
|
|
@@ -295,7 +295,10 @@ def do_crossref(path: str, *, brief: bool = True) -> Markup:
|
|
|
295
295
|
full_path = path
|
|
296
296
|
if brief:
|
|
297
297
|
path = full_path.split(".")[-1]
|
|
298
|
-
return Markup("<
|
|
298
|
+
return Markup("<autoref identifier={full_path} optional hover>{path}</autoref>").format(
|
|
299
|
+
full_path=full_path,
|
|
300
|
+
path=path,
|
|
301
|
+
)
|
|
299
302
|
|
|
300
303
|
|
|
301
304
|
@lru_cache
|
|
@@ -327,7 +330,7 @@ def do_multi_crossref(text: str, *, code: bool = True) -> Markup:
|
|
|
327
330
|
path = match.group()
|
|
328
331
|
path_var = f"path{group_number}"
|
|
329
332
|
variables[path_var] = path
|
|
330
|
-
return f"<
|
|
333
|
+
return f"<autoref identifier={{{path_var}}} optional hover>{{{path_var}}}</autoref>"
|
|
331
334
|
|
|
332
335
|
text = re.sub(r"([\w.]+)", repl, text)
|
|
333
336
|
if code:
|
|
@@ -33,7 +33,7 @@ Context:
|
|
|
33
33
|
<tbody>
|
|
34
34
|
{% for attribute in section.value %}
|
|
35
35
|
<tr class="doc-section-item">
|
|
36
|
-
<td><code><
|
|
36
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ attribute.name }}" optional hover>{{ attribute.name }}</autoref></code></td>
|
|
37
37
|
<td>
|
|
38
38
|
{% if attribute.annotation %}
|
|
39
39
|
{% with expression = attribute.annotation %}
|
|
@@ -58,7 +58,7 @@ Context:
|
|
|
58
58
|
<ul>
|
|
59
59
|
{% for attribute in section.value %}
|
|
60
60
|
<li class="doc-section-item field-body">
|
|
61
|
-
<b><code><
|
|
61
|
+
<b><code><autoref identifier="{{ obj.path }}.{{ attribute.name }}" optional hover>{{ attribute.name }}</autoref></code></b>
|
|
62
62
|
{% if attribute.annotation %}
|
|
63
63
|
{% with expression = attribute.annotation %}
|
|
64
64
|
(<code>{% include "expression"|get_template with context %}</code>)
|
|
@@ -85,7 +85,7 @@ Context:
|
|
|
85
85
|
<tbody>
|
|
86
86
|
{% for attribute in section.value %}
|
|
87
87
|
<tr class="doc-section-item">
|
|
88
|
-
<td><code><
|
|
88
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ attribute.name }}" optional hover>{{ attribute.name }}</autoref></code></td>
|
|
89
89
|
<td class="doc-attribute-details">
|
|
90
90
|
<div class="doc-md-description">
|
|
91
91
|
{{ attribute.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -32,7 +32,7 @@ Context:
|
|
|
32
32
|
<tbody>
|
|
33
33
|
{% for class in section.value %}
|
|
34
34
|
<tr class="doc-section-item">
|
|
35
|
-
<td><code><
|
|
35
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ class.name }}" optional hover>{{ class.name }}</autoref></code></td>
|
|
36
36
|
<td>
|
|
37
37
|
<div class="doc-md-description">
|
|
38
38
|
{{ class.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -50,7 +50,7 @@ Context:
|
|
|
50
50
|
<ul>
|
|
51
51
|
{% for class in section.value %}
|
|
52
52
|
<li class="doc-section-item field-body">
|
|
53
|
-
<b><code><
|
|
53
|
+
<b><code><autoref identifier="{{ obj.path }}.{{ class.name }}" optional hover>{{ class.name }}</autoref></code></b>
|
|
54
54
|
–
|
|
55
55
|
<div class="doc-md-description">
|
|
56
56
|
{{ class.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -72,7 +72,7 @@ Context:
|
|
|
72
72
|
<tbody>
|
|
73
73
|
{% for class in section.value %}
|
|
74
74
|
<tr class="doc-section-item">
|
|
75
|
-
<td><code><
|
|
75
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ class.name }}" optional hover>{{ class.name }}</autoref></code></td>
|
|
76
76
|
<td class="doc-class-details">
|
|
77
77
|
<div class="doc-md-description">
|
|
78
78
|
{{ class.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -33,7 +33,7 @@ Context:
|
|
|
33
33
|
{% for function in section.value %}
|
|
34
34
|
{% if not function.name == "__init__" or not config.merge_init_into_class %}
|
|
35
35
|
<tr class="doc-section-item">
|
|
36
|
-
<td><code><
|
|
36
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ function.name }}" optional hover>{{ function.name }}</autoref></code></td>
|
|
37
37
|
<td>
|
|
38
38
|
<div class="doc-md-description">
|
|
39
39
|
{{ function.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -53,7 +53,7 @@ Context:
|
|
|
53
53
|
{% for function in section.value %}
|
|
54
54
|
{% if not function.name == "__init__" or not config.merge_init_into_class %}
|
|
55
55
|
<li class="doc-section-item field-body">
|
|
56
|
-
<b><code><
|
|
56
|
+
<b><code><autoref identifier="{{ obj.path }}.{{ function.name }}" optional hover>{{ function.name }}</autoref></code></b>
|
|
57
57
|
–
|
|
58
58
|
<div class="doc-md-description">
|
|
59
59
|
{{ function.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -77,7 +77,7 @@ Context:
|
|
|
77
77
|
{% for function in section.value %}
|
|
78
78
|
{% if not function.name == "__init__" or not config.merge_init_into_class %}
|
|
79
79
|
<tr class="doc-section-item">
|
|
80
|
-
<td><code><
|
|
80
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ function.name }}" optional hover>{{ function.name }}</autoref></code></td>
|
|
81
81
|
<td class="doc-function-details">
|
|
82
82
|
<div class="doc-md-description">
|
|
83
83
|
{{ function.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -32,7 +32,7 @@ Context:
|
|
|
32
32
|
<tbody>
|
|
33
33
|
{% for module in section.value %}
|
|
34
34
|
<tr class="doc-section-item">
|
|
35
|
-
<td><code><
|
|
35
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ module.name }}" optional hover>{{ module.name }}</autoref></code></td>
|
|
36
36
|
<td>
|
|
37
37
|
<div class="doc-md-description">
|
|
38
38
|
{{ module.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -50,7 +50,7 @@ Context:
|
|
|
50
50
|
<ul>
|
|
51
51
|
{% for module in section.value %}
|
|
52
52
|
<li class="doc-section-item field-body">
|
|
53
|
-
<b><code><
|
|
53
|
+
<b><code><autoref identifier="{{ obj.path }}.{{ module.name }}" optional hover>{{ module.name }}</autoref></code></b>
|
|
54
54
|
–
|
|
55
55
|
<div class="doc-md-description">
|
|
56
56
|
{{ module.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -72,7 +72,7 @@ Context:
|
|
|
72
72
|
<tbody>
|
|
73
73
|
{% for module in section.value %}
|
|
74
74
|
<tr class="doc-section-item">
|
|
75
|
-
<td><code><
|
|
75
|
+
<td><code><autoref identifier="{{ obj.path }}.{{ module.name }}" optional hover>{{ module.name }}</autoref></code></td>
|
|
76
76
|
<td class="doc-module-details">
|
|
77
77
|
<div class="doc-md-description">
|
|
78
78
|
{{ module.description|convert_markdown(heading_level, html_id) }}
|
|
@@ -21,7 +21,7 @@ which is a tree-like structure representing a Python expression.
|
|
|
21
21
|
annotation_path (str): Either "brief", "source", or "full".
|
|
22
22
|
|
|
23
23
|
Returns:
|
|
24
|
-
Either a cross-reference (using an
|
|
24
|
+
Either a cross-reference (using an autoref element) or the name itself.
|
|
25
25
|
-#}
|
|
26
26
|
{%- with full = name.canonical_path -%}
|
|
27
27
|
{%- if annotation_path == "brief" -%}
|
|
@@ -34,7 +34,7 @@ which is a tree-like structure representing a Python expression.
|
|
|
34
34
|
{%- for title, path in annotation|split_path(full) -%}
|
|
35
35
|
{%- if not signature or config.signature_crossrefs -%}
|
|
36
36
|
{%- filter stash_crossref(length=title|length) -%}
|
|
37
|
-
<
|
|
37
|
+
<autoref identifier="{{ path }}" optional{% if title != path %} hover{% endif %}>{{ title }}</autoref>
|
|
38
38
|
{%- endfilter -%}
|
|
39
39
|
{%- else -%}
|
|
40
40
|
{{ title }}
|
|
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
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/.overrides/partials/comments.html
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
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/headings.md
RENAMED
|
File without changes
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/docs/usage/configuration/signatures.md
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
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/debug.py
RENAMED
|
File without changes
|
{mkdocstrings_python-1.10.7 → mkdocstrings_python-1.10.9}/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
|