mkdocstrings-python 2.0.4__tar.gz → 2.0.5__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-2.0.4 → mkdocstrings_python-2.0.5}/CHANGELOG.md +9 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/PKG-INFO +1 -1
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/docstrings.md +6 -6
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/general.md +3 -3
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/headings.md +7 -3
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/members.md +4 -4
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/signatures.md +4 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/duties.py +1 -3
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/pyproject.toml +1 -1
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/rendering.py +7 -1
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html.jinja +4 -4
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html.jinja +4 -4
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html.jinja +4 -4
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html.jinja +4 -4
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/type_aliases.html.jinja +3 -3
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html.jinja +1 -1
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/CODE_OF_CONDUCT.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/CONTRIBUTING.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/LICENSE +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/README.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/black.toml +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/coverage.ini +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/git-changelog.toml +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/mypy.ini +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/pytest.ini +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/ruff.toml +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/vscode/launch.json +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/vscode/settings.json +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/config/vscode/tasks.json +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/.glossary.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/.overrides/partials/comments.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/.overrides/partials/path-item.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/changelog.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/code_of_conduct.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/contributing.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/credits.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/css/material.css +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/css/mkdocstrings.css +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/index.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/js/feedback.js +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/license.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/logo.png +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/reference/api.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/snippets/package/__init__.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/snippets/package/generics.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/snippets/package/modern.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/customization.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/docstrings/google.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/docstrings/numpy.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/docstrings/sphinx.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/extensions.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/index.md +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/mkdocs.yml +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/scripts/gen_credits.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/scripts/get_version.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/scripts/griffe_extensions.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/scripts/make +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/scripts/make.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/scripts/mkdocs_hooks.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/__init__.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/__init__.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/config.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/debug.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/handler.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/py.typed +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/backlinks.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/class.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/type_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/language.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/module.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/type_aliases.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/type_alias.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/type_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/attribute.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/backlinks.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/children.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/class.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_aliases.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_aliases.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_parameters.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/expression.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/function.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/labels.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/language.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/languages/en.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/module.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/signature.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/style.css +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/type_aliases.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/type_aliases.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_alias.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_alias.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_parameters.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/class.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/class.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/class.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/class.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/style.css +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/__init__.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/conftest.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/helpers.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=,separate_signature=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=,separate_signature=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=Some heading,separate_signature=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=Some heading,separate_signature=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=('module_attribute',).html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=().html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=None.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=False,show_overloads=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=False,show_overloads=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=True,show_overloads=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=True,show_overloads=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=False,show_overloads=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=False,show_overloads=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=True,show_overloads=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=True,show_overloads=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=False,signature_crossrefs=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=False,signature_crossrefs=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=True,signature_crossrefs=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=True,signature_crossrefs=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=False,signature_crossrefs=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=False,signature_crossrefs=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=True,signature_crossrefs=False.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=True,signature_crossrefs=True.html +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/test_api.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/test_end_to_end.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/test_handler.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/test_rendering.py +0 -0
- {mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/tests/test_themes.py +0 -0
|
@@ -5,6 +5,15 @@ 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
|
+
## [2.0.5](https://github.com/mkdocstrings/python/releases/tag/2.0.5) - 2026-06-19
|
|
9
|
+
|
|
10
|
+
<small>[Compare with 2.0.4](https://github.com/mkdocstrings/python/compare/2.0.4...2.0.5)</small>
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- Allow relative cross-references to work in summaries ([abe2888](https://github.com/mkdocstrings/python/commit/abe28889584df8fb0bc923dfad6f2ddaff41bb7a) by Timothée Mazzucotelli). [Issue-331](https://github.com/mkdocstrings/python/issues/331)
|
|
15
|
+
- Always display attribute values as they're written in the source ([0334131](https://github.com/mkdocstrings/python/commit/033413123b95c0788f500b871f00ed1223ae2b82) by Timothée Mazzucotelli). [Issue-311](https://github.com/mkdocstrings/python/issues/311)
|
|
16
|
+
|
|
8
17
|
## [2.0.4](https://github.com/mkdocstrings/python/releases/tag/2.0.4) - 2026-06-05
|
|
9
18
|
|
|
10
19
|
<small>[Compare with 2.0.3](https://github.com/mkdocstrings/python/compare/2.0.3...2.0.4)</small>
|
{mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/docstrings.md
RENAMED
|
@@ -214,8 +214,8 @@ In that case, the Spacy tables can help.
|
|
|
214
214
|
|
|
215
215
|
**Type** | **Name** | **Description** | **Default**
|
|
216
216
|
---------- | ----------- | ------------------------ | -----------
|
|
217
|
-
<code><autoref identifier="list" optional>list</autoref
|
|
218
|
-
<code><autoref identifier="VacuumType" optional>VacuumType</autoref> \| <autoref identifier="typing.Literal" optional>Literal</autoref
|
|
217
|
+
<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*
|
|
218
|
+
<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`
|
|
219
219
|
////
|
|
220
220
|
|
|
221
221
|
//// tab | List
|
|
@@ -228,8 +228,8 @@ Lists work well whatever the length of names, type annotations, descriptions, et
|
|
|
228
228
|
|
|
229
229
|
**Other Parameters:**
|
|
230
230
|
|
|
231
|
-
- `gravity_forces` (<code><autoref identifier="list" optional>list</autoref
|
|
232
|
-
- `vacuum_type` (<code><autoref identifier="VacuumType" optional>VacuumType</autoref> \| <autoref identifier="typing.Literal" optional>Literal</autoref
|
|
231
|
+
- `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.
|
|
232
|
+
- `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.
|
|
233
233
|
////
|
|
234
234
|
|
|
235
235
|
//// tab | Spacy
|
|
@@ -247,8 +247,8 @@ by reserving more horizontal space on the second column.
|
|
|
247
247
|
|
|
248
248
|
**Name** | **Description**
|
|
249
249
|
----------- | ---------------
|
|
250
|
-
`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
|
|
251
|
-
`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
|
|
250
|
+
`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>
|
|
251
|
+
`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>
|
|
252
252
|
////
|
|
253
253
|
///
|
|
254
254
|
|
|
@@ -63,7 +63,7 @@ plugins:
|
|
|
63
63
|
[](){#option-backlinks}
|
|
64
64
|
## `backlinks`
|
|
65
65
|
|
|
66
|
-
- **:octicons-package-24: Type <code><autoref identifier="typing.Literal" optional>Literal</autoref
|
|
66
|
+
- **:octicons-package-24: Type <code><autoref identifier="typing.Literal" optional>Literal</autoref>\["flat", "tree", False\]</code> :material-equal: `False`{ title="default value" }**
|
|
67
67
|
|
|
68
68
|
The `backlinks` option enables rendering of backlinks within your API documentation.
|
|
69
69
|
|
|
@@ -102,7 +102,7 @@ plugins:
|
|
|
102
102
|
[](){#option-extensions}
|
|
103
103
|
## `extensions`
|
|
104
104
|
|
|
105
|
-
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref
|
|
105
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>\[<autoref identifier="str" optional>str</autoref> | <autoref identifier="dict" optional>dict</autoref>\[<autoref identifier="str" optional>str</autoref>, <autoref identifier="dict" optional>dict</autoref>\[<autoref identifier="str" optional>str</autoref>, <autoref identifier="typing.Any" optional>Any</autoref>\]\]\]</code> :material-equal: `[]`{ title="default value" }**
|
|
106
106
|
<!-- - **:octicons-project-template-24: Template :material-null:** (contained in [`class.html`][class template]) -->
|
|
107
107
|
|
|
108
108
|
The `extensions` option lets you enable [Griffe extensions](https://mkdocstrings.github.io/griffe/extensions/), which enhance or modify the data collected from Python sources (or compiled modules).
|
|
@@ -406,7 +406,7 @@ Mixin2A --> Mixin2B
|
|
|
406
406
|
[](){#option-preload_modules}
|
|
407
407
|
## `preload_modules`
|
|
408
408
|
|
|
409
|
-
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref
|
|
409
|
+
- **: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" }**
|
|
410
410
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
411
411
|
|
|
412
412
|
Pre-load modules that are not specified directly in [autodoc instructions][autodoc syntax] (`::: identifier`).
|
{mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/headings.md
RENAMED
|
@@ -191,7 +191,7 @@ plugins:
|
|
|
191
191
|
<code class="doc-symbol doc-symbol-toc doc-symbol-function"></code> get_version<br>
|
|
192
192
|
<code class="doc-symbol doc-symbol-toc doc-symbol-parameter" style="margin-left: 16px;"></code> dist
|
|
193
193
|
|
|
194
|
-
To customize symbols, see [Customizing symbol types](../customization.md
|
|
194
|
+
To customize symbols, see [Customizing symbol types](../customization.md#symbol-types).
|
|
195
195
|
|
|
196
196
|
///
|
|
197
197
|
|
|
@@ -303,6 +303,10 @@ More text.
|
|
|
303
303
|
/// admonition | Preview
|
|
304
304
|
type: preview
|
|
305
305
|
|
|
306
|
+
[](){#permalink-to-some-heading}
|
|
307
|
+
[](){#permalink-to-object}
|
|
308
|
+
[](){#permalink-to-other-heading}
|
|
309
|
+
|
|
306
310
|
//// tab | With ToC entry
|
|
307
311
|
**Table of contents**
|
|
308
312
|
[Some heading](#permalink-to-some-heading){ title="#permalink-to-some-heading" }
|
|
@@ -548,7 +552,7 @@ This option will prefix headings with
|
|
|
548
552
|
<code class="doc-symbol doc-symbol-module"></code> types.
|
|
549
553
|
See also [`show_symbol_type_toc`][show_symbol_type_toc].
|
|
550
554
|
|
|
551
|
-
To customize symbols, see [Customizing symbol types](../customization.md
|
|
555
|
+
To customize symbols, see [Customizing symbol types](../customization.md#symbol-types).
|
|
552
556
|
|
|
553
557
|
```yaml title="in mkdocs.yml (global configuration)"
|
|
554
558
|
plugins:
|
|
@@ -611,7 +615,7 @@ This option will prefix items in the ToC with
|
|
|
611
615
|
<code class="doc-symbol doc-symbol-module"></code> types.
|
|
612
616
|
See also [`show_symbol_type_heading`][show_symbol_type_heading].
|
|
613
617
|
|
|
614
|
-
To customize symbols, see [Customizing symbol types](../customization.md
|
|
618
|
+
To customize symbols, see [Customizing symbol types](../customization.md#symbol-types).
|
|
615
619
|
|
|
616
620
|
```yaml title="in mkdocs.yml (global configuration)"
|
|
617
621
|
plugins:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](){#option-members}
|
|
4
4
|
## `members`
|
|
5
5
|
|
|
6
|
-
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref
|
|
6
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>\[<autoref identifier="str" optional>str</autoref>\] |
|
|
7
7
|
<autoref identifier="bool" optional>bool</autoref> | None</code> :material-equal: `None`{ title="default value" }**
|
|
8
8
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
9
9
|
|
|
@@ -99,7 +99,7 @@ INFO: **The default behavior (with unspecified `members` or `members: null`) is
|
|
|
99
99
|
[](){#option-inherited_members}
|
|
100
100
|
## `inherited_members`
|
|
101
101
|
|
|
102
|
-
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref
|
|
102
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>\[<autoref identifier="str" optional>str</autoref>\] |
|
|
103
103
|
<autoref identifier="bool" optional>bool</autoref></code> :material-equal: `False`{ title="default value" }**
|
|
104
104
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
105
105
|
|
|
@@ -342,7 +342,7 @@ def function_c():
|
|
|
342
342
|
[](){#option-filters}
|
|
343
343
|
## `filters`
|
|
344
344
|
|
|
345
|
-
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref
|
|
345
|
+
- **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>\[<autoref identifier="str" optional>str</autoref>\] | <autoref identifier="typing.Literal" optional>Literal</autoref>\["public"\] | None</code> :material-equal: `["!^_[^_]"]`{ title="default value" }**
|
|
346
346
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
347
347
|
|
|
348
348
|
A list of filters, or `"public"`.
|
|
@@ -574,7 +574,7 @@ package
|
|
|
574
574
|
[](){#option-summary}
|
|
575
575
|
## `summary`
|
|
576
576
|
|
|
577
|
-
- **:octicons-package-24: Type <code><autoref identifier="bool" optional>bool</autoref> | <autoref identifier="dict" optional>dict</autoref
|
|
577
|
+
- **: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" }**
|
|
578
578
|
<!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
|
|
579
579
|
|
|
580
580
|
Whether to render summaries of modules, classes, functions (methods) and attributes.
|
{mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/usage/configuration/signatures.md
RENAMED
|
@@ -64,6 +64,8 @@ def convert(text: str, md: markdown.Markdown) -> markupsafe.Markup:
|
|
|
64
64
|
<p>Convert text to Markdown.</p>
|
|
65
65
|
<p><b>Parameters:</b></p>
|
|
66
66
|
|
|
67
|
+
[](){#ref-to-markdown}
|
|
68
|
+
|
|
67
69
|
**Type** | **Description** | **Default**
|
|
68
70
|
---------- | ------------------------ | -----------
|
|
69
71
|
[`str`][] | The text to convert. | *required*
|
|
@@ -71,6 +73,8 @@ def convert(text: str, md: markdown.Markdown) -> markupsafe.Markup:
|
|
|
71
73
|
|
|
72
74
|
<p><b>Returns:</b></p>
|
|
73
75
|
|
|
76
|
+
[](){#ref-to-markup}
|
|
77
|
+
|
|
74
78
|
**Type** | **Name** | **Description**
|
|
75
79
|
---------- | ----------- | ---------------
|
|
76
80
|
[`Markup`](#ref-to-markup){ .external title="markupsafe.Markup" } | `text` | Converted markup.
|
|
@@ -78,7 +78,7 @@ def check_docs(ctx: Context) -> None:
|
|
|
78
78
|
)
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
@duty(nofail=
|
|
81
|
+
@duty(nofail=True)
|
|
82
82
|
def check_types(ctx: Context) -> None:
|
|
83
83
|
"""Check that the code is correctly typed."""
|
|
84
84
|
os.environ["MYPYPATH"] = "src"
|
|
@@ -86,8 +86,6 @@ def check_types(ctx: Context) -> None:
|
|
|
86
86
|
ctx.run(
|
|
87
87
|
tools.mypy(*PY_SRC_LIST, config_file="config/mypy.ini"),
|
|
88
88
|
title=pyprefix("Type-checking"),
|
|
89
|
-
# TODO: Update when Pydantic supports 3.14.
|
|
90
|
-
nofail=sys.version_info >= (3, 14),
|
|
91
89
|
)
|
|
92
90
|
|
|
93
91
|
|
|
@@ -245,7 +245,13 @@ def do_format_attribute(
|
|
|
245
245
|
)
|
|
246
246
|
signature += f": {annotation}"
|
|
247
247
|
if show_value and attribute.value:
|
|
248
|
-
value = template.render(
|
|
248
|
+
value = template.render(
|
|
249
|
+
context.parent,
|
|
250
|
+
expression=attribute.value,
|
|
251
|
+
signature=True,
|
|
252
|
+
annotations_path="source",
|
|
253
|
+
backlink_type="used-by",
|
|
254
|
+
)
|
|
249
255
|
signature += f" = {value}"
|
|
250
256
|
|
|
251
257
|
signature = do_format_code(signature, line_length)
|
|
@@ -43,7 +43,7 @@ Context:
|
|
|
43
43
|
</td>
|
|
44
44
|
<td>
|
|
45
45
|
<div class="doc-md-description">
|
|
46
|
-
{{ attribute.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
46
|
+
{{ attribute.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[attribute.name], config))) }}
|
|
47
47
|
</div>
|
|
48
48
|
</td>
|
|
49
49
|
</tr>
|
|
@@ -66,7 +66,7 @@ Context:
|
|
|
66
66
|
{% endif %}
|
|
67
67
|
–
|
|
68
68
|
<div class="doc-md-description">
|
|
69
|
-
{{ attribute.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
69
|
+
{{ attribute.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[attribute.name], config))) }}
|
|
70
70
|
</div>
|
|
71
71
|
</li>
|
|
72
72
|
{% endfor %}
|
|
@@ -88,7 +88,7 @@ Context:
|
|
|
88
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
|
-
{{ attribute.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
91
|
+
{{ attribute.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[attribute.name], config))) }}
|
|
92
92
|
</div>
|
|
93
93
|
<p>
|
|
94
94
|
{% if attribute.annotation %}
|
|
@@ -106,4 +106,4 @@ Context:
|
|
|
106
106
|
</tbody>
|
|
107
107
|
</table>
|
|
108
108
|
{% endblock spacy_style %}
|
|
109
|
-
{% endif %}
|
|
109
|
+
{% endif %}
|
|
@@ -35,7 +35,7 @@ Context:
|
|
|
35
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
|
-
{{ class.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
38
|
+
{{ class.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[class.name], config))) }}
|
|
39
39
|
</div>
|
|
40
40
|
</td>
|
|
41
41
|
</tr>
|
|
@@ -53,7 +53,7 @@ Context:
|
|
|
53
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
|
-
{{ class.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
56
|
+
{{ class.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[class.name], config))) }}
|
|
57
57
|
</div>
|
|
58
58
|
</li>
|
|
59
59
|
{% endfor %}
|
|
@@ -75,7 +75,7 @@ Context:
|
|
|
75
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
|
-
{{ class.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
78
|
+
{{ class.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[class.name], config))) }}
|
|
79
79
|
</div>
|
|
80
80
|
</td>
|
|
81
81
|
</tr>
|
|
@@ -83,4 +83,4 @@ Context:
|
|
|
83
83
|
</tbody>
|
|
84
84
|
</table>
|
|
85
85
|
{% endblock spacy_style %}
|
|
86
|
-
{% endif %}
|
|
86
|
+
{% endif %}
|
|
@@ -36,7 +36,7 @@ Context:
|
|
|
36
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
|
-
{{ function.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
39
|
+
{{ function.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[function.name], config))) }}
|
|
40
40
|
</div>
|
|
41
41
|
</td>
|
|
42
42
|
</tr>
|
|
@@ -56,7 +56,7 @@ Context:
|
|
|
56
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
|
-
{{ function.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
59
|
+
{{ function.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[function.name], config))) }}
|
|
60
60
|
</div>
|
|
61
61
|
</li>
|
|
62
62
|
{% endif %}
|
|
@@ -80,7 +80,7 @@ Context:
|
|
|
80
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
|
-
{{ function.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
83
|
+
{{ function.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[function.name], config))) }}
|
|
84
84
|
</div>
|
|
85
85
|
</td>
|
|
86
86
|
</tr>
|
|
@@ -89,4 +89,4 @@ Context:
|
|
|
89
89
|
</tbody>
|
|
90
90
|
</table>
|
|
91
91
|
{% endblock spacy_style %}
|
|
92
|
-
{% endif %}
|
|
92
|
+
{% endif %}
|
|
@@ -35,7 +35,7 @@ Context:
|
|
|
35
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
|
-
{{ module.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
38
|
+
{{ module.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[module.name], config))) }}
|
|
39
39
|
</div>
|
|
40
40
|
</td>
|
|
41
41
|
</tr>
|
|
@@ -53,7 +53,7 @@ Context:
|
|
|
53
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
|
-
{{ module.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
56
|
+
{{ module.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[module.name], config))) }}
|
|
57
57
|
</div>
|
|
58
58
|
</li>
|
|
59
59
|
{% endfor %}
|
|
@@ -75,7 +75,7 @@ Context:
|
|
|
75
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
|
-
{{ module.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
78
|
+
{{ module.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[module.name], config))) }}
|
|
79
79
|
</div>
|
|
80
80
|
</td>
|
|
81
81
|
</tr>
|
|
@@ -83,4 +83,4 @@ Context:
|
|
|
83
83
|
</tbody>
|
|
84
84
|
</table>
|
|
85
85
|
{% endblock spacy_style %}
|
|
86
|
-
{% endif %}
|
|
86
|
+
{% endif %}
|
|
@@ -35,7 +35,7 @@ Context:
|
|
|
35
35
|
<td><code><autoref identifier="{{ obj.path }}.{{ type_alias.name }}" optional hover>{{ type_alias.name }}</autoref></code></td>
|
|
36
36
|
<td>
|
|
37
37
|
<div class="doc-md-description">
|
|
38
|
-
{{ type_alias.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
38
|
+
{{ type_alias.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[type_alias.name], config))) }}
|
|
39
39
|
</div>
|
|
40
40
|
</td>
|
|
41
41
|
</tr>
|
|
@@ -53,7 +53,7 @@ Context:
|
|
|
53
53
|
<b><code><autoref identifier="{{ obj.path }}.{{ type_alias.name }}" optional hover>{{ type_alias.name }}</autoref></code></b>
|
|
54
54
|
–
|
|
55
55
|
<div class="doc-md-description">
|
|
56
|
-
{{ type_alias.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
56
|
+
{{ type_alias.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[type_alias.name], config))) }}
|
|
57
57
|
</div>
|
|
58
58
|
</li>
|
|
59
59
|
{% endfor %}
|
|
@@ -75,7 +75,7 @@ Context:
|
|
|
75
75
|
<td><code><autoref identifier="{{ obj.path }}.{{ type_alias.name }}" optional hover>{{ type_alias.name }}</autoref></code></td>
|
|
76
76
|
<td class="doc-type_alias-details">
|
|
77
77
|
<div class="doc-md-description">
|
|
78
|
-
{{ type_alias.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook) }}
|
|
78
|
+
{{ type_alias.description|convert_markdown(heading_level, html_id, autoref_hook=autoref_hook|default(AutorefsHook(obj[type_alias.name], config))) }}
|
|
79
79
|
</div>
|
|
80
80
|
</td>
|
|
81
81
|
</tr>
|
|
@@ -169,4 +169,4 @@ Context:
|
|
|
169
169
|
{%- if config.modernize_annotations and expression is not string -%}
|
|
170
170
|
{%- set expression = expression.modernize() -%}
|
|
171
171
|
{%- endif -%}
|
|
172
|
-
{{ render(expression, config.annotations_path, backlink_type|default("")) }}
|
|
172
|
+
{{ render(expression, annotations_path|default(config.annotations_path), backlink_type|default("")) }}
|
|
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-2.0.4 → mkdocstrings_python-2.0.5}/docs/.overrides/partials/comments.html
RENAMED
|
File without changes
|
{mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/docs/.overrides/partials/path-item.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
|
|
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-2.0.4 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocstrings_python-2.0.4 → mkdocstrings_python-2.0.5}/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
|