mkdocstrings-python 2.0.3__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.
Files changed (296) hide show
  1. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/CHANGELOG.md +17 -0
  2. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/PKG-INFO +1 -1
  3. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/configuration/docstrings.md +6 -6
  4. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/configuration/general.md +3 -3
  5. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/configuration/headings.md +7 -3
  6. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/configuration/members.md +4 -4
  7. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/configuration/signatures.md +4 -0
  8. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/duties.py +1 -3
  9. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/pyproject.toml +1 -1
  10. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/rendering.py +7 -1
  11. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja +1 -1
  12. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html.jinja +4 -4
  13. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html.jinja +4 -4
  14. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html.jinja +4 -4
  15. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html.jinja +4 -4
  16. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/type_aliases.html.jinja +3 -3
  17. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html.jinja +1 -1
  18. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/CODE_OF_CONDUCT.md +0 -0
  19. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/CONTRIBUTING.md +0 -0
  20. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/LICENSE +0 -0
  21. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/README.md +0 -0
  22. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/black.toml +0 -0
  23. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/coverage.ini +0 -0
  24. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/git-changelog.toml +0 -0
  25. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/mypy.ini +0 -0
  26. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/pytest.ini +0 -0
  27. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/ruff.toml +0 -0
  28. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/vscode/launch.json +0 -0
  29. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/vscode/settings.json +0 -0
  30. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/config/vscode/tasks.json +0 -0
  31. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/.glossary.md +0 -0
  32. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/.overrides/partials/comments.html +0 -0
  33. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/.overrides/partials/path-item.html +0 -0
  34. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/changelog.md +0 -0
  35. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/code_of_conduct.md +0 -0
  36. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/contributing.md +0 -0
  37. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/credits.md +0 -0
  38. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/css/material.css +0 -0
  39. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/css/mkdocstrings.css +0 -0
  40. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/index.md +0 -0
  41. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/js/feedback.js +0 -0
  42. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/license.md +0 -0
  43. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/logo.png +0 -0
  44. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/reference/api.md +0 -0
  45. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/snippets/package/__init__.py +0 -0
  46. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/snippets/package/generics.py +0 -0
  47. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/snippets/package/modern.py +0 -0
  48. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/customization.md +0 -0
  49. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/docstrings/google.md +0 -0
  50. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/docstrings/numpy.md +0 -0
  51. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/docstrings/sphinx.md +0 -0
  52. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/extensions.md +0 -0
  53. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/docs/usage/index.md +0 -0
  54. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/mkdocs.yml +0 -0
  55. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/scripts/gen_credits.py +0 -0
  56. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/scripts/get_version.py +0 -0
  57. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/scripts/griffe_extensions.py +0 -0
  58. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/scripts/make +0 -0
  59. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/scripts/make.py +0 -0
  60. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/scripts/mkdocs_hooks.py +0 -0
  61. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/__init__.py +0 -0
  62. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/__init__.py +0 -0
  63. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/config.py +0 -0
  64. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/debug.py +0 -0
  65. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/_internal/handler.py +0 -0
  66. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/py.typed +0 -0
  67. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html.jinja +0 -0
  68. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/backlinks.html.jinja +0 -0
  69. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/class.html.jinja +0 -0
  70. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html.jinja +0 -0
  71. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html.jinja +0 -0
  72. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html.jinja +0 -0
  73. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja +0 -0
  74. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html.jinja +0 -0
  75. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html.jinja +0 -0
  76. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html.jinja +0 -0
  77. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/type_parameters.html.jinja +0 -0
  78. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html.jinja +0 -0
  79. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html.jinja +0 -0
  80. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html.jinja +0 -0
  81. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja +0 -0
  82. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html.jinja +0 -0
  83. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/language.html.jinja +0 -0
  84. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html.jinja +0 -0
  85. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja +0 -0
  86. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja +0 -0
  87. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/module.html.jinja +0 -0
  88. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html.jinja +0 -0
  89. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html.jinja +0 -0
  90. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html.jinja +0 -0
  91. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html.jinja +0 -0
  92. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html.jinja +0 -0
  93. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary/type_aliases.html.jinja +0 -0
  94. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html.jinja +0 -0
  95. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/type_alias.html.jinja +0 -0
  96. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/_base/type_parameters.html.jinja +0 -0
  97. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/attribute.html.jinja +0 -0
  98. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/backlinks.html.jinja +0 -0
  99. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/children.html.jinja +0 -0
  100. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/class.html.jinja +0 -0
  101. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html.jinja +0 -0
  102. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html.jinja +0 -0
  103. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html.jinja +0 -0
  104. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html.jinja +0 -0
  105. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html.jinja +0 -0
  106. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html.jinja +0 -0
  107. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html.jinja +0 -0
  108. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html.jinja +0 -0
  109. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html.jinja +0 -0
  110. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html.jinja +0 -0
  111. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html.jinja +0 -0
  112. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_aliases.html +0 -0
  113. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_aliases.html.jinja +0 -0
  114. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_parameters.html +0 -0
  115. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/type_parameters.html.jinja +0 -0
  116. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html.jinja +0 -0
  117. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html.jinja +0 -0
  118. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/docstring.html.jinja +0 -0
  119. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/expression.html.jinja +0 -0
  120. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/function.html.jinja +0 -0
  121. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/labels.html.jinja +0 -0
  122. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/language.html.jinja +0 -0
  123. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/languages/en.html.jinja +0 -0
  124. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html.jinja +0 -0
  125. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html.jinja +0 -0
  126. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/module.html.jinja +0 -0
  127. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/signature.html.jinja +0 -0
  128. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/style.css +0 -0
  129. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html.jinja +0 -0
  130. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html.jinja +0 -0
  131. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html.jinja +0 -0
  132. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html.jinja +0 -0
  133. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/type_aliases.html +0 -0
  134. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary/type_aliases.html.jinja +0 -0
  135. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/summary.html.jinja +0 -0
  136. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_alias.html +0 -0
  137. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_alias.html.jinja +0 -0
  138. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_parameters.html +0 -0
  139. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/material/type_parameters.html.jinja +0 -0
  140. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/class.html +0 -0
  141. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/class.html.jinja +0 -0
  142. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html.jinja +0 -0
  143. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html.jinja +0 -0
  144. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html.jinja +0 -0
  145. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html.jinja +0 -0
  146. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html.jinja +0 -0
  147. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html.jinja +0 -0
  148. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html.jinja +0 -0
  149. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html.jinja +0 -0
  150. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html.jinja +0 -0
  151. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html.jinja +0 -0
  152. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja +0 -0
  153. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja +0 -0
  154. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/class.html +0 -0
  155. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/class.html.jinja +0 -0
  156. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html.jinja +0 -0
  157. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html.jinja +0 -0
  158. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html.jinja +0 -0
  159. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html.jinja +0 -0
  160. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html.jinja +0 -0
  161. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html.jinja +0 -0
  162. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html.jinja +0 -0
  163. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html.jinja +0 -0
  164. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html.jinja +0 -0
  165. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html.jinja +0 -0
  166. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja +0 -0
  167. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja +0 -0
  168. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/src/mkdocstrings_handlers/python/templates/readthedocs/style.css +0 -0
  169. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/__init__.py +0 -0
  170. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/conftest.py +0 -0
  171. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/helpers.py +0 -0
  172. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=,separate_signature=False.html +0 -0
  173. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=,separate_signature=True.html +0 -0
  174. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=Some heading,separate_signature=False.html +0 -0
  175. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/headings/heading=Some heading,separate_signature=True.html +0 -0
  176. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=('module_attribute',).html +0 -0
  177. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=().html +0 -0
  178. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=False.html +0 -0
  179. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=None.html +0 -0
  180. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=('method1',),members=True.html +0 -0
  181. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=('module_attribute',).html +0 -0
  182. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=().html +0 -0
  183. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=False.html +0 -0
  184. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=None.html +0 -0
  185. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=(),members=True.html +0 -0
  186. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=('module_attribute',).html +0 -0
  187. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=().html +0 -0
  188. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=False.html +0 -0
  189. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=None.html +0 -0
  190. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=False,members=True.html +0 -0
  191. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=('module_attribute',).html +0 -0
  192. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=().html +0 -0
  193. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=False.html +0 -0
  194. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=None.html +0 -0
  195. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('!module_attribute',),inherited_members=True,members=True.html +0 -0
  196. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=('module_attribute',).html +0 -0
  197. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=().html +0 -0
  198. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=False.html +0 -0
  199. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=None.html +0 -0
  200. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=('method1',),members=True.html +0 -0
  201. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=('module_attribute',).html +0 -0
  202. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=().html +0 -0
  203. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=False.html +0 -0
  204. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=None.html +0 -0
  205. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=(),members=True.html +0 -0
  206. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=('module_attribute',).html +0 -0
  207. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=().html +0 -0
  208. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=False.html +0 -0
  209. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=None.html +0 -0
  210. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=False,members=True.html +0 -0
  211. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=('module_attribute',).html +0 -0
  212. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=().html +0 -0
  213. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=False.html +0 -0
  214. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=None.html +0 -0
  215. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=('module_attribute',),inherited_members=True,members=True.html +0 -0
  216. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=('module_attribute',).html +0 -0
  217. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=().html +0 -0
  218. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=False.html +0 -0
  219. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=None.html +0 -0
  220. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=('method1',),members=True.html +0 -0
  221. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=('module_attribute',).html +0 -0
  222. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=().html +0 -0
  223. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=False.html +0 -0
  224. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=None.html +0 -0
  225. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=(),members=True.html +0 -0
  226. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=('module_attribute',).html +0 -0
  227. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=().html +0 -0
  228. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=False.html +0 -0
  229. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=None.html +0 -0
  230. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=False,members=True.html +0 -0
  231. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=('module_attribute',).html +0 -0
  232. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=().html +0 -0
  233. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=False.html +0 -0
  234. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=None.html +0 -0
  235. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=(),inherited_members=True,members=True.html +0 -0
  236. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=('module_attribute',).html +0 -0
  237. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=().html +0 -0
  238. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=False.html +0 -0
  239. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=None.html +0 -0
  240. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=('method1',),members=True.html +0 -0
  241. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=('module_attribute',).html +0 -0
  242. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=().html +0 -0
  243. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=False.html +0 -0
  244. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=None.html +0 -0
  245. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=(),members=True.html +0 -0
  246. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=('module_attribute',).html +0 -0
  247. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=().html +0 -0
  248. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=False.html +0 -0
  249. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=None.html +0 -0
  250. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=False,members=True.html +0 -0
  251. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=('module_attribute',).html +0 -0
  252. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=().html +0 -0
  253. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=False.html +0 -0
  254. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=None.html +0 -0
  255. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=None,inherited_members=True,members=True.html +0 -0
  256. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=('module_attribute',).html +0 -0
  257. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=().html +0 -0
  258. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=False.html +0 -0
  259. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=None.html +0 -0
  260. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=('method1',),members=True.html +0 -0
  261. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=('module_attribute',).html +0 -0
  262. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=().html +0 -0
  263. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=False.html +0 -0
  264. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=None.html +0 -0
  265. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=(),members=True.html +0 -0
  266. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=('module_attribute',).html +0 -0
  267. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=().html +0 -0
  268. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=False.html +0 -0
  269. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=None.html +0 -0
  270. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=False,members=True.html +0 -0
  271. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=('module_attribute',).html +0 -0
  272. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=().html +0 -0
  273. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=False.html +0 -0
  274. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=None.html +0 -0
  275. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/members/filters=public,inherited_members=True,members=True.html +0 -0
  276. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=False,show_overloads=False.html +0 -0
  277. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=False,show_overloads=True.html +0 -0
  278. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=True,show_overloads=False.html +0 -0
  279. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=False,separate_signature=True,show_overloads=True.html +0 -0
  280. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=False,show_overloads=False.html +0 -0
  281. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=False,show_overloads=True.html +0 -0
  282. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=True,show_overloads=False.html +0 -0
  283. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/overloads/overloads_only=True,separate_signature=True,show_overloads=True.html +0 -0
  284. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=False,signature_crossrefs=False.html +0 -0
  285. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=False,signature_crossrefs=True.html +0 -0
  286. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=True,signature_crossrefs=False.html +0 -0
  287. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=False,show_signature_annotations=True,signature_crossrefs=True.html +0 -0
  288. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=False,signature_crossrefs=False.html +0 -0
  289. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=False,signature_crossrefs=True.html +0 -0
  290. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=True,signature_crossrefs=False.html +0 -0
  291. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/snapshots/signatures/separate_signature=True,show_signature_annotations=True,signature_crossrefs=True.html +0 -0
  292. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/test_api.py +0 -0
  293. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/test_end_to_end.py +0 -0
  294. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/test_handler.py +0 -0
  295. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/test_rendering.py +0 -0
  296. {mkdocstrings_python-2.0.3 → mkdocstrings_python-2.0.5}/tests/test_themes.py +0 -0
@@ -5,6 +5,23 @@ 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
+
17
+ ## [2.0.4](https://github.com/mkdocstrings/python/releases/tag/2.0.4) - 2026-06-05
18
+
19
+ <small>[Compare with 2.0.3](https://github.com/mkdocstrings/python/compare/2.0.3...2.0.4)</small>
20
+
21
+ ### Bug Fixes
22
+
23
+ - Display Methods instead of Functions for category headings inside classes ([7bf8b98](https://github.com/mkdocstrings/python/commit/7bf8b98cc03e1cb3573e88aecaa3ebd60c7fa9ca) by Timothée Mazzucotelli). [Issue-330](https://github.com/mkdocstrings/python/issues/330)
24
+
8
25
  ## [2.0.3](https://github.com/mkdocstrings/python/releases/tag/2.0.3) - 2026-02-20
9
26
 
10
27
  <small>[Compare with 2.0.2](https://github.com/mkdocstrings/python/compare/2.0.2...2.0.3)</small>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mkdocstrings-python
3
- Version: 2.0.3
3
+ Version: 2.0.5
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-Expression: ISC
@@ -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>[<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`
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>[<autoref identifier="int" optional>int</autoref> \| <autoref identifier="float" optional>float</autoref>]</code>) &mdash; 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>) &mdash; 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.
231
+ - `gravity_forces` (<code><autoref identifier="list" optional>list</autoref>\[<autoref identifier="int" optional>int</autoref> \| <autoref identifier="float" optional>float</autoref>\]</code>) &mdash; 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>) &mdash; 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>[<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>
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>["flat", "tree", False]</code> :material-equal: `False`{ title="default value" }**
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>[<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" }**
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>[<autoref identifier="str" optional>str</autoref>] | None</code> :material-equal: `None`{ title="default value" }**
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`).
@@ -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/#symbol-types).
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/#symbol-types).
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/#symbol-types).
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>[<autoref identifier="str" optional>str</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>[<autoref identifier="str" optional>str</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>[<autoref identifier="str" optional>str</autoref>] | <autoref identifier="typing.Literal" optional>Literal</autoref>["public"] | None</code> :material-equal: `["!^_[^_]"]`{ title="default value" }**
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>[<autoref identifier="str" optional>str</autoref>, <autoref identifier="bool" optional>bool</autoref>]</code> :material-equal: `False`{ title="default value" }**
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.
@@ -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=PY_VERSION == PY_DEV)
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
 
@@ -41,7 +41,7 @@ dependencies = [
41
41
  "griffelib>=2.0",
42
42
  "typing-extensions>=4.0; python_version < '3.11'",
43
43
  ]
44
- version = "2.0.3"
44
+ version = "2.0.5"
45
45
 
46
46
  [project.urls]
47
47
  Homepage = "https://mkdocstrings.github.io/python"
@@ -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(context.parent, expression=attribute.value, signature=True, backlink_type="used-by")
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)
@@ -108,7 +108,7 @@ Context:
108
108
  ) %}
109
109
  {% if functions %}
110
110
  {% if config.show_category_heading %}
111
- {% filter heading(heading_level, id=html_id ~ "-functions", skip_inventory=config.skip_local_inventory) %}{{ lang.t("Functions") }}{% endfilter %}
111
+ {% filter heading(heading_level, id=html_id ~ "-functions", skip_inventory=config.skip_local_inventory) %}{{ lang.t("Methods:") if obj.is_class else lang.t("Functions:") }}{% endfilter %}
112
112
  {% endif %}
113
113
  {% with heading_level = heading_level + extra_level %}
114
114
  {% for function in functions|order_members(config.members_order, members_list) %}
@@ -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("")) }}