mkdocstrings-python 1.10.8__tar.gz → 1.10.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/CHANGELOG.md +12 -0
  2. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/PKG-INFO +2 -1
  3. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/configuration/docstrings.md +6 -6
  4. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/configuration/general.md +1 -1
  5. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/configuration/members.md +6 -6
  6. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/duties.py +2 -2
  7. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/pyproject.toml +2 -1
  8. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/rendering.py +5 -2
  9. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html.jinja +3 -3
  10. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html.jinja +3 -3
  11. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html.jinja +3 -3
  12. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html.jinja +3 -3
  13. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html.jinja +2 -2
  14. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/CODE_OF_CONDUCT.md +0 -0
  15. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/CONTRIBUTING.md +0 -0
  16. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/LICENSE +0 -0
  17. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/README.md +0 -0
  18. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/black.toml +0 -0
  19. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/coverage.ini +0 -0
  20. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/git-changelog.toml +0 -0
  21. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/mypy.ini +0 -0
  22. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/pytest.ini +0 -0
  23. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/ruff.toml +0 -0
  24. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/vscode/launch.json +0 -0
  25. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/vscode/settings.json +0 -0
  26. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/config/vscode/tasks.json +0 -0
  27. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/devdeps.txt +0 -0
  28. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/.glossary.md +0 -0
  29. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/.overrides/main.html +0 -0
  30. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/.overrides/partials/comments.html +0 -0
  31. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/changelog.md +0 -0
  32. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/code_of_conduct.md +0 -0
  33. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/contributing.md +0 -0
  34. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/credits.md +0 -0
  35. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/css/insiders.css +0 -0
  36. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/css/material.css +0 -0
  37. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/css/mkdocstrings.css +0 -0
  38. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/index.md +0 -0
  39. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/insiders/changelog.md +0 -0
  40. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/insiders/goals.yml +0 -0
  41. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/insiders/index.md +0 -0
  42. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/insiders/installation.md +0 -0
  43. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/js/feedback.js +0 -0
  44. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/js/insiders.js +0 -0
  45. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/license.md +0 -0
  46. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/logo.png +0 -0
  47. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/schema.json +0 -0
  48. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/configuration/headings.md +0 -0
  49. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/configuration/signatures.md +0 -0
  50. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/customization.md +0 -0
  51. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/docstrings/google.md +0 -0
  52. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/docstrings/numpy.md +0 -0
  53. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/docstrings/sphinx.md +0 -0
  54. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/extensions.md +0 -0
  55. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/docs/usage/index.md +0 -0
  56. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/mkdocs.yml +0 -0
  57. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/scripts/.cache/plugin/git-committers/page-authors.json +0 -0
  58. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/scripts/gen_credits.py +0 -0
  59. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/scripts/gen_ref_nav.py +0 -0
  60. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/scripts/insiders.py +0 -0
  61. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/scripts/make +0 -0
  62. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/__init__.py +0 -0
  63. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/debug.py +0 -0
  64. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/handler.py +0 -0
  65. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/py.typed +0 -0
  66. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html +0 -0
  67. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html.jinja +0 -0
  68. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/children.html +0 -0
  69. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja +0 -0
  70. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/class.html +0 -0
  71. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/class.html.jinja +0 -0
  72. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html +0 -0
  73. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html.jinja +0 -0
  74. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html +0 -0
  75. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html +0 -0
  76. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html +0 -0
  77. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html.jinja +0 -0
  78. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html +0 -0
  79. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html +0 -0
  80. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html +0 -0
  81. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html.jinja +0 -0
  82. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html +0 -0
  83. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja +0 -0
  84. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html +0 -0
  85. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html.jinja +0 -0
  86. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html +0 -0
  87. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html.jinja +0 -0
  88. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html +0 -0
  89. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html.jinja +0 -0
  90. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html +0 -0
  91. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html.jinja +0 -0
  92. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html +0 -0
  93. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html.jinja +0 -0
  94. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html +0 -0
  95. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html.jinja +0 -0
  96. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html +0 -0
  97. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/function.html +0 -0
  98. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja +0 -0
  99. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html +0 -0
  100. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html.jinja +0 -0
  101. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/language.html +0 -0
  102. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/language.html.jinja +0 -0
  103. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html +0 -0
  104. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html.jinja +0 -0
  105. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html +0 -0
  106. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja +0 -0
  107. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html +0 -0
  108. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja +0 -0
  109. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/module.html +0 -0
  110. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/module.html.jinja +0 -0
  111. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html +0 -0
  112. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html.jinja +0 -0
  113. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html +0 -0
  114. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html.jinja +0 -0
  115. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html +0 -0
  116. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html.jinja +0 -0
  117. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html +0 -0
  118. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html.jinja +0 -0
  119. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html +0 -0
  120. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html.jinja +0 -0
  121. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html +0 -0
  122. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html.jinja +0 -0
  123. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/attribute.html +0 -0
  124. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/attribute.html.jinja +0 -0
  125. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/children.html +0 -0
  126. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/children.html.jinja +0 -0
  127. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/class.html +0 -0
  128. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/class.html.jinja +0 -0
  129. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html +0 -0
  130. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html.jinja +0 -0
  131. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html +0 -0
  132. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html.jinja +0 -0
  133. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html +0 -0
  134. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html.jinja +0 -0
  135. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html +0 -0
  136. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html.jinja +0 -0
  137. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html +0 -0
  138. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html.jinja +0 -0
  139. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html +0 -0
  140. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html.jinja +0 -0
  141. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html +0 -0
  142. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html.jinja +0 -0
  143. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html +0 -0
  144. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html.jinja +0 -0
  145. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html +0 -0
  146. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html.jinja +0 -0
  147. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html +0 -0
  148. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html.jinja +0 -0
  149. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html +0 -0
  150. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html.jinja +0 -0
  151. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html +0 -0
  152. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html.jinja +0 -0
  153. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html +0 -0
  154. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html.jinja +0 -0
  155. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring.html +0 -0
  156. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/docstring.html.jinja +0 -0
  157. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/expression.html +0 -0
  158. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/expression.html.jinja +0 -0
  159. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/function.html +0 -0
  160. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/function.html.jinja +0 -0
  161. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/labels.html +0 -0
  162. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/labels.html.jinja +0 -0
  163. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/language.html +0 -0
  164. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/language.html.jinja +0 -0
  165. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/en.html +0 -0
  166. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/en.html.jinja +0 -0
  167. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html +0 -0
  168. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html.jinja +0 -0
  169. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html +0 -0
  170. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html.jinja +0 -0
  171. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/module.html +0 -0
  172. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/module.html.jinja +0 -0
  173. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/signature.html +0 -0
  174. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/signature.html.jinja +0 -0
  175. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/style.css +0 -0
  176. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html +0 -0
  177. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html.jinja +0 -0
  178. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html +0 -0
  179. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html.jinja +0 -0
  180. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html +0 -0
  181. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html.jinja +0 -0
  182. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html +0 -0
  183. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html.jinja +0 -0
  184. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary.html +0 -0
  185. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/material/summary.html.jinja +0 -0
  186. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html +0 -0
  187. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html.jinja +0 -0
  188. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html +0 -0
  189. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html.jinja +0 -0
  190. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html +0 -0
  191. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html.jinja +0 -0
  192. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html +0 -0
  193. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html.jinja +0 -0
  194. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html +0 -0
  195. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html.jinja +0 -0
  196. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html +0 -0
  197. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html.jinja +0 -0
  198. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html +0 -0
  199. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html.jinja +0 -0
  200. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html +0 -0
  201. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html.jinja +0 -0
  202. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html +0 -0
  203. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html.jinja +0 -0
  204. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html +0 -0
  205. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html.jinja +0 -0
  206. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html +0 -0
  207. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja +0 -0
  208. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html +0 -0
  209. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja +0 -0
  210. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html +0 -0
  211. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html.jinja +0 -0
  212. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html +0 -0
  213. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html.jinja +0 -0
  214. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html +0 -0
  215. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html.jinja +0 -0
  216. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html +0 -0
  217. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html.jinja +0 -0
  218. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html +0 -0
  219. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html.jinja +0 -0
  220. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html +0 -0
  221. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html.jinja +0 -0
  222. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html +0 -0
  223. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html.jinja +0 -0
  224. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html +0 -0
  225. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html.jinja +0 -0
  226. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html +0 -0
  227. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html.jinja +0 -0
  228. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html +0 -0
  229. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html.jinja +0 -0
  230. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html +0 -0
  231. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja +0 -0
  232. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html +0 -0
  233. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja +0 -0
  234. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/src/mkdocstrings_handlers/python/templates/readthedocs/style.css +0 -0
  235. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/tests/__init__.py +0 -0
  236. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/tests/conftest.py +0 -0
  237. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/tests/test_handler.py +0 -0
  238. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/tests/test_rendering.py +0 -0
  239. {mkdocstrings_python-1.10.8 → mkdocstrings_python-1.10.9}/tests/test_themes.py +0 -0
@@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  <!-- insertion marker -->
8
+ ## [1.10.9](https://github.com/mkdocstrings/python/releases/tag/1.10.9) - 2024-08-30
9
+
10
+ <small>[Compare with 1.10.8](https://github.com/mkdocstrings/python/compare/1.10.8...1.10.9)</small>
11
+
12
+ ### Build
13
+
14
+ - Explicitly depend on mkdocs-autorefs to be able to specify lower bound ([2299ab5](https://github.com/mkdocstrings/python/commit/2299ab55641585d65babe0e116a6465b4736dcd9) by Timothée Mazzucotelli).
15
+
16
+ ### Code Refactoring
17
+
18
+ - Use new autorefs syntax ([68cb72f](https://github.com/mkdocstrings/python/commit/68cb72f62253f54146ece621345b36c90d712913) by Timothée Mazzucotelli).
19
+
8
20
  ## [1.10.8](https://github.com/mkdocstrings/python/releases/tag/1.10.8) - 2024-08-14
9
21
 
10
22
  <small>[Compare with 1.10.7](https://github.com/mkdocstrings/python/compare/1.10.7...1.10.8)</small>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mkdocstrings-python
3
- Version: 1.10.8
3
+ Version: 1.10.9
4
4
  Summary: A Python handler for mkdocstrings.
5
5
  Author-Email: =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= <dev@pawamoy.fr>
6
6
  License: ISC
@@ -29,6 +29,7 @@ Project-URL: Gitter, https://gitter.im/mkdocstrings/python
29
29
  Project-URL: Funding, https://github.com/sponsors/pawamoy
30
30
  Requires-Python: >=3.8
31
31
  Requires-Dist: mkdocstrings>=0.25
32
+ Requires-Dist: mkdocs-autorefs>=1.0
32
33
  Requires-Dist: griffe>=0.49
33
34
  Description-Content-Type: text/markdown
34
35
 
@@ -208,8 +208,8 @@ In that case, the Spacy tables can help.
208
208
 
209
209
  **Type** | **Name** | **Description** | **Default**
210
210
  ---------- | ----------- | ------------------------ | -----------
211
- <code><span data-autorefs-optional="list">list</span>[<span data-autorefs-optional="int">int</span> \| <span data-autorefs-optional="float">float</span>]</code> | `gravity_forces` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | *required*
212
- <code><span data-autorefs-optional="VacuumType">VacuumType</span> \| <span data-autorefs-optional="typing.Literal">Literal</span>["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`
211
+ <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="int" optional>int</autoref> \| <autoref identifier="float" optional>float</autoref>]</code> | `gravity_forces` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | *required*
212
+ <code><autoref identifier="VacuumType" optional>VacuumType</autoref> \| <autoref identifier="typing.Literal" optional>Literal</autoref>["regular"]</code> | `vacuum_type` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | `VacuumType.PLASMA`
213
213
  ////
214
214
 
215
215
  //// tab | List
@@ -222,8 +222,8 @@ Lists work well whatever the length of names, type annotations, descriptions, et
222
222
 
223
223
  **Other Parameters:**
224
224
 
225
- - `gravity_forces` (<code><span data-autorefs-optional="list">list</span>[<span data-autorefs-optional="int">int</span> \| <span data-autorefs-optional="float">float</span>]</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.
226
- - `vacuum_type` (<code><span data-autorefs-optional="VacuumType">VacuumType</span> \| <span data-autorefs-optional="typing.Literal">Literal</span>["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.
225
+ - `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.
226
+ - `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.
227
227
  ////
228
228
 
229
229
  //// tab | Spacy
@@ -241,8 +241,8 @@ by reserving more horizontal space on the second column.
241
241
 
242
242
  **Name** | **Description**
243
243
  ----------- | ---------------
244
- `gravity_forces` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:** <code><span data-autorefs-optional="list">list</span>[<span data-autorefs-optional="int">int</span> \| <span data-autorefs-optional="float">float</span>]</code> <span style="float: right;"><b>DEFAULT:</b> <i>required</i></span>
245
- `vacuum_type` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:**<code><span data-autorefs-optional="VacuumType">VacuumType</span> \| <span data-autorefs-optional="typing.Literal">Literal</span>["regular"]</code> <span style="float: right;"><b>DEFAULT:</b> <code>VacuumType.PLASMA</code></span>
244
+ `gravity_forces` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:** <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="int" optional>int</autoref> \| <autoref identifier="float" optional>float</autoref>]</code> <span style="float: right;"><b>DEFAULT:</b> <i>required</i></span>
245
+ `vacuum_type` | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br>**TYPE:**<code><autoref identifier="VacuumType" optional>VacuumType</autoref> \| <autoref identifier="typing.Literal" optional>Literal</autoref>["regular"]</code> <span style="float: right;"><b>DEFAULT:</b> <code>VacuumType.PLASMA</code></span>
246
246
  ////
247
247
  ///
248
248
 
@@ -139,7 +139,7 @@ def some_function():
139
139
 
140
140
  ## `preload_modules`
141
141
 
142
- - **:octicons-package-24: Type <code><span data-autorefs-optional="list">list</span>[<span data-autorefs-optional="str">str</span>] | None</code> :material-equal: `None`{ title="default value" }**
142
+ - **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] | None</code> :material-equal: `None`{ title="default value" }**
143
143
  <!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
144
144
 
145
145
  Pre-load modules that are not specified directly in [autodoc instructions][autodoc syntax] (`::: identifier`).
@@ -2,8 +2,8 @@
2
2
 
3
3
  ## `members`
4
4
 
5
- - **:octicons-package-24: Type <code><span data-autorefs-optional="list">list</span>[<span data-autorefs-optional="str">str</span>] |
6
- <span data-autorefs-optional="bool">bool</span> | None</code> :material-equal: `None`{ title="default value" }**
5
+ - **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] |
6
+ <autoref identifier="bool" optional>bool</autoref> | None</code> :material-equal: `None`{ title="default value" }**
7
7
  <!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
8
8
 
9
9
  An explicit list of members to render.
@@ -97,8 +97,8 @@ INFO: **The default behavior (with unspecified `members` or `members: null`) is
97
97
 
98
98
  ## `inherited_members`
99
99
 
100
- - **:octicons-package-24: Type <code><span data-autorefs-optional="list">list</span>[<span data-autorefs-optional="str">str</span>] |
101
- <span data-autorefs-optional="bool">bool</span></code> :material-equal: `False`{ title="default value" }**
100
+ - **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] |
101
+ <autoref identifier="bool" optional>bool</autoref></code> :material-equal: `False`{ title="default value" }**
102
102
  <!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
103
103
 
104
104
  An explicit list of inherited members (for classes) to render.
@@ -331,7 +331,7 @@ def function_c():
331
331
 
332
332
  ## `filters`
333
333
 
334
- - **:octicons-package-24: Type <code><span data-autorefs-optional="list">list</span>[<span data-autorefs-optional="str">str</span>] | None</code> :material-equal: `["!^_[^_]"]`{ title="default value" }**
334
+ - **:octicons-package-24: Type <code><autoref identifier="list" optional>list</autoref>[<autoref identifier="str" optional>str</autoref>] | None</code> :material-equal: `["!^_[^_]"]`{ title="default value" }**
335
335
  <!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
336
336
 
337
337
  A list of filters applied to filter objects based on their name.
@@ -555,7 +555,7 @@ package
555
555
  [:octicons-heart-fill-24:{ .pulse } Sponsors only](../../insiders/index.md){ .insiders } &mdash;
556
556
  [:octicons-tag-24: Insiders 1.2.0](../../insiders/changelog.md#1.2.0)
557
557
 
558
- - **:octicons-package-24: Type <code><span data-autorefs-optional="bool">bool</span> | <span data-autorefs-optional="dict">dict</span>[<span data-autorefs-optional="str">str</span>, <span data-autorefs-optional="bool">bool</span>]</code> :material-equal: `False`{ title="default value" }**
558
+ - **:octicons-package-24: Type <code><autoref identifier="bool" optional>bool</autoref> | <autoref identifier="dict" optional>dict</autoref>[<autoref identifier="str" optional>str</autoref>, <autoref identifier="bool" optional>bool</autoref>]</code> :material-equal: `False`{ title="default value" }**
559
559
  <!-- - **:octicons-project-template-24: Template :material-null:** (N/A) -->
560
560
 
561
561
  Whether to render summaries of modules, classes, functions (methods) and attributes.
@@ -53,8 +53,8 @@ def changelog(ctx: Context, bump: str = "") -> None:
53
53
  ctx.run(tools.git_changelog(bump=bump or None), title="Updating changelog")
54
54
 
55
55
 
56
- @duty(pre=["check_quality", "check_types", "check_docs", "check_dependencies", "check-api"])
57
- def check(ctx: Context) -> None: # noqa: ARG001
56
+ @duty(pre=["check_quality", "check_types", "check_docs", "check-api"])
57
+ def check(ctx: Context) -> None:
58
58
  """Check it all!"""
59
59
 
60
60
 
@@ -33,9 +33,10 @@ classifiers = [
33
33
  ]
34
34
  dependencies = [
35
35
  "mkdocstrings>=0.25",
36
+ "mkdocs-autorefs>=1.0",
36
37
  "griffe>=0.49",
37
38
  ]
38
- version = "1.10.8"
39
+ version = "1.10.9"
39
40
 
40
41
  [project.license]
41
42
  text = "ISC"
@@ -295,7 +295,10 @@ def do_crossref(path: str, *, brief: bool = True) -> Markup:
295
295
  full_path = path
296
296
  if brief:
297
297
  path = full_path.split(".")[-1]
298
- return Markup("<span data-autorefs-optional-hover={full_path}>{path}</span>").format(full_path=full_path, path=path)
298
+ return Markup("<autoref identifier={full_path} optional hover>{path}</autoref>").format(
299
+ full_path=full_path,
300
+ path=path,
301
+ )
299
302
 
300
303
 
301
304
  @lru_cache
@@ -327,7 +330,7 @@ def do_multi_crossref(text: str, *, code: bool = True) -> Markup:
327
330
  path = match.group()
328
331
  path_var = f"path{group_number}"
329
332
  variables[path_var] = path
330
- return f"<span data-autorefs-optional-hover={{{path_var}}}>{{{path_var}}}</span>"
333
+ return f"<autoref identifier={{{path_var}}} optional hover>{{{path_var}}}</autoref>"
331
334
 
332
335
  text = re.sub(r"([\w.]+)", repl, text)
333
336
  if code:
@@ -33,7 +33,7 @@ Context:
33
33
  <tbody>
34
34
  {% for attribute in section.value %}
35
35
  <tr class="doc-section-item">
36
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ attribute.name }}">{{ attribute.name }}</span></code></td>
36
+ <td><code><autoref identifier="{{ obj.path }}.{{ attribute.name }}" optional hover>{{ attribute.name }}</autoref></code></td>
37
37
  <td>
38
38
  {% if attribute.annotation %}
39
39
  {% with expression = attribute.annotation %}
@@ -58,7 +58,7 @@ Context:
58
58
  <ul>
59
59
  {% for attribute in section.value %}
60
60
  <li class="doc-section-item field-body">
61
- <b><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ attribute.name }}">{{ attribute.name }}</span></code></b>
61
+ <b><code><autoref identifier="{{ obj.path }}.{{ attribute.name }}" optional hover>{{ attribute.name }}</autoref></code></b>
62
62
  {% if attribute.annotation %}
63
63
  {% with expression = attribute.annotation %}
64
64
  (<code>{% include "expression"|get_template with context %}</code>)
@@ -85,7 +85,7 @@ Context:
85
85
  <tbody>
86
86
  {% for attribute in section.value %}
87
87
  <tr class="doc-section-item">
88
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ attribute.name }}">{{ attribute.name }}</span></code></td>
88
+ <td><code><autoref identifier="{{ obj.path }}.{{ attribute.name }}" optional hover>{{ attribute.name }}</autoref></code></td>
89
89
  <td class="doc-attribute-details">
90
90
  <div class="doc-md-description">
91
91
  {{ attribute.description|convert_markdown(heading_level, html_id) }}
@@ -32,7 +32,7 @@ Context:
32
32
  <tbody>
33
33
  {% for class in section.value %}
34
34
  <tr class="doc-section-item">
35
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ class.name }}">{{ class.name }}</span></code></td>
35
+ <td><code><autoref identifier="{{ obj.path }}.{{ class.name }}" optional hover>{{ class.name }}</autoref></code></td>
36
36
  <td>
37
37
  <div class="doc-md-description">
38
38
  {{ class.description|convert_markdown(heading_level, html_id) }}
@@ -50,7 +50,7 @@ Context:
50
50
  <ul>
51
51
  {% for class in section.value %}
52
52
  <li class="doc-section-item field-body">
53
- <b><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ class.name }}">{{ class.name }}</span></code></b>
53
+ <b><code><autoref identifier="{{ obj.path }}.{{ class.name }}" optional hover>{{ class.name }}</autoref></code></b>
54
54
 
55
55
  <div class="doc-md-description">
56
56
  {{ class.description|convert_markdown(heading_level, html_id) }}
@@ -72,7 +72,7 @@ Context:
72
72
  <tbody>
73
73
  {% for class in section.value %}
74
74
  <tr class="doc-section-item">
75
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ class.name }}">{{ class.name }}</span></code></td>
75
+ <td><code><autoref identifier="{{ obj.path }}.{{ class.name }}" optional hover>{{ class.name }}</autoref></code></td>
76
76
  <td class="doc-class-details">
77
77
  <div class="doc-md-description">
78
78
  {{ class.description|convert_markdown(heading_level, html_id) }}
@@ -33,7 +33,7 @@ Context:
33
33
  {% for function in section.value %}
34
34
  {% if not function.name == "__init__" or not config.merge_init_into_class %}
35
35
  <tr class="doc-section-item">
36
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ function.name }}">{{ function.name }}</span></code></td>
36
+ <td><code><autoref identifier="{{ obj.path }}.{{ function.name }}" optional hover>{{ function.name }}</autoref></code></td>
37
37
  <td>
38
38
  <div class="doc-md-description">
39
39
  {{ function.description|convert_markdown(heading_level, html_id) }}
@@ -53,7 +53,7 @@ Context:
53
53
  {% for function in section.value %}
54
54
  {% if not function.name == "__init__" or not config.merge_init_into_class %}
55
55
  <li class="doc-section-item field-body">
56
- <b><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ function.name }}">{{ function.name }}</span></code></b>
56
+ <b><code><autoref identifier="{{ obj.path }}.{{ function.name }}" optional hover>{{ function.name }}</autoref></code></b>
57
57
 
58
58
  <div class="doc-md-description">
59
59
  {{ function.description|convert_markdown(heading_level, html_id) }}
@@ -77,7 +77,7 @@ Context:
77
77
  {% for function in section.value %}
78
78
  {% if not function.name == "__init__" or not config.merge_init_into_class %}
79
79
  <tr class="doc-section-item">
80
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ function.name }}">{{ function.name }}</span></code></td>
80
+ <td><code><autoref identifier="{{ obj.path }}.{{ function.name }}" optional hover>{{ function.name }}</autoref></code></td>
81
81
  <td class="doc-function-details">
82
82
  <div class="doc-md-description">
83
83
  {{ function.description|convert_markdown(heading_level, html_id) }}
@@ -32,7 +32,7 @@ Context:
32
32
  <tbody>
33
33
  {% for module in section.value %}
34
34
  <tr class="doc-section-item">
35
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ module.name }}">{{ module.name }}</span></code></td>
35
+ <td><code><autoref identifier="{{ obj.path }}.{{ module.name }}" optional hover>{{ module.name }}</autoref></code></td>
36
36
  <td>
37
37
  <div class="doc-md-description">
38
38
  {{ module.description|convert_markdown(heading_level, html_id) }}
@@ -50,7 +50,7 @@ Context:
50
50
  <ul>
51
51
  {% for module in section.value %}
52
52
  <li class="doc-section-item field-body">
53
- <b><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ module.name }}">{{ module.name }}</span></code></b>
53
+ <b><code><autoref identifier="{{ obj.path }}.{{ module.name }}" optional hover>{{ module.name }}</autoref></code></b>
54
54
 
55
55
  <div class="doc-md-description">
56
56
  {{ module.description|convert_markdown(heading_level, html_id) }}
@@ -72,7 +72,7 @@ Context:
72
72
  <tbody>
73
73
  {% for module in section.value %}
74
74
  <tr class="doc-section-item">
75
- <td><code><span data-autorefs-optional-hover="{{ obj.path }}.{{ module.name }}">{{ module.name }}</span></code></td>
75
+ <td><code><autoref identifier="{{ obj.path }}.{{ module.name }}" optional hover>{{ module.name }}</autoref></code></td>
76
76
  <td class="doc-module-details">
77
77
  <div class="doc-md-description">
78
78
  {{ module.description|convert_markdown(heading_level, html_id) }}
@@ -21,7 +21,7 @@ which is a tree-like structure representing a Python expression.
21
21
  annotation_path (str): Either "brief", "source", or "full".
22
22
 
23
23
  Returns:
24
- Either a cross-reference (using an autorefs span) or the name itself.
24
+ Either a cross-reference (using an autoref element) or the name itself.
25
25
  -#}
26
26
  {%- with full = name.canonical_path -%}
27
27
  {%- if annotation_path == "brief" -%}
@@ -34,7 +34,7 @@ which is a tree-like structure representing a Python expression.
34
34
  {%- for title, path in annotation|split_path(full) -%}
35
35
  {%- if not signature or config.signature_crossrefs -%}
36
36
  {%- filter stash_crossref(length=title|length) -%}
37
- <span data-autorefs-optional{% if title != path %}-hover{% endif %}="{{ path }}">{{ title }}</span>
37
+ <autoref identifier="{{ path }}" optional{% if title != path %} hover{% endif %}>{{ title }}</autoref>
38
38
  {%- endfilter -%}
39
39
  {%- else -%}
40
40
  {{ title }}