mkdocstrings-python 1.10.4__tar.gz → 1.10.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/PKG-INFO +2 -2
  2. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/pyproject.toml +2 -2
  3. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/handler.py +11 -8
  4. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/rendering.py +7 -8
  5. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html.jinja +1 -1
  6. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/children.html.jinja +6 -6
  7. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/class.html.jinja +1 -1
  8. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html.jinja +1 -1
  9. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html.jinja +1 -1
  10. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html.jinja +1 -1
  11. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html.jinja +1 -1
  12. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html.jinja +1 -1
  13. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html.jinja +1 -1
  14. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html.jinja +1 -1
  15. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html.jinja +1 -1
  16. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html.jinja +1 -1
  17. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html.jinja +1 -1
  18. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html.jinja +1 -1
  19. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html.jinja +1 -1
  20. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html.jinja +1 -1
  21. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html.jinja +1 -1
  22. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html.jinja +2 -2
  23. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/function.html.jinja +1 -1
  24. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/module.html.jinja +1 -1
  25. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html.jinja +1 -1
  26. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html.jinja +1 -1
  27. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html.jinja +1 -1
  28. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html.jinja +1 -1
  29. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html.jinja +1 -1
  30. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html.jinja +1 -1
  31. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html.jinja +1 -1
  32. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html.jinja +1 -1
  33. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html.jinja +1 -1
  34. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/LICENSE +0 -0
  35. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/README.md +0 -0
  36. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/__init__.py +0 -0
  37. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/debug.py +0 -0
  38. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/py.typed +0 -0
  39. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/attribute.html +0 -0
  40. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/children.html +0 -0
  41. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/class.html +0 -0
  42. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html +0 -0
  43. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/attributes.html +0 -0
  44. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/classes.html +0 -0
  45. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html +0 -0
  46. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/functions.html +0 -0
  47. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/modules.html +0 -0
  48. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/other_parameters.html +0 -0
  49. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/parameters.html +0 -0
  50. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/raises.html +0 -0
  51. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html +0 -0
  52. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/returns.html +0 -0
  53. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/warns.html +0 -0
  54. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html +0 -0
  55. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/docstring.html +0 -0
  56. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/expression.html +0 -0
  57. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/function.html +0 -0
  58. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html +0 -0
  59. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/labels.html.jinja +0 -0
  60. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/language.html +0 -0
  61. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/language.html.jinja +0 -0
  62. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html +0 -0
  63. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/en.html.jinja +0 -0
  64. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html +0 -0
  65. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja +0 -0
  66. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html +0 -0
  67. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja +0 -0
  68. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/module.html +0 -0
  69. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/signature.html +0 -0
  70. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html +0 -0
  71. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/attributes.html.jinja +0 -0
  72. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html +0 -0
  73. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/classes.html.jinja +0 -0
  74. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html +0 -0
  75. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/functions.html.jinja +0 -0
  76. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html +0 -0
  77. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary/modules.html.jinja +0 -0
  78. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html +0 -0
  79. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/_base/summary.html.jinja +0 -0
  80. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/attribute.html +0 -0
  81. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/attribute.html.jinja +0 -0
  82. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/children.html +0 -0
  83. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/children.html.jinja +0 -0
  84. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/class.html +0 -0
  85. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/class.html.jinja +0 -0
  86. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html +0 -0
  87. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/admonition.html.jinja +0 -0
  88. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html +0 -0
  89. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/attributes.html.jinja +0 -0
  90. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html +0 -0
  91. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/classes.html.jinja +0 -0
  92. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html +0 -0
  93. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/examples.html.jinja +0 -0
  94. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html +0 -0
  95. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/functions.html.jinja +0 -0
  96. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html +0 -0
  97. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/modules.html.jinja +0 -0
  98. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html +0 -0
  99. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/other_parameters.html.jinja +0 -0
  100. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html +0 -0
  101. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/parameters.html.jinja +0 -0
  102. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html +0 -0
  103. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/raises.html.jinja +0 -0
  104. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html +0 -0
  105. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/receives.html.jinja +0 -0
  106. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html +0 -0
  107. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/returns.html.jinja +0 -0
  108. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html +0 -0
  109. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/warns.html.jinja +0 -0
  110. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html +0 -0
  111. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring/yields.html.jinja +0 -0
  112. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring.html +0 -0
  113. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/docstring.html.jinja +0 -0
  114. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/expression.html +0 -0
  115. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/expression.html.jinja +0 -0
  116. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/function.html +0 -0
  117. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/function.html.jinja +0 -0
  118. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/labels.html +0 -0
  119. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/labels.html.jinja +0 -0
  120. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/language.html +0 -0
  121. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/language.html.jinja +0 -0
  122. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/en.html +0 -0
  123. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/en.html.jinja +0 -0
  124. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html +0 -0
  125. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/ja.html.jinja +0 -0
  126. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html +0 -0
  127. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/languages/zh.html.jinja +0 -0
  128. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/module.html +0 -0
  129. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/module.html.jinja +0 -0
  130. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/signature.html +0 -0
  131. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/signature.html.jinja +0 -0
  132. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/style.css +0 -0
  133. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html +0 -0
  134. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/attributes.html.jinja +0 -0
  135. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html +0 -0
  136. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/classes.html.jinja +0 -0
  137. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html +0 -0
  138. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/functions.html.jinja +0 -0
  139. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html +0 -0
  140. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary/modules.html.jinja +0 -0
  141. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary.html +0 -0
  142. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/material/summary.html.jinja +0 -0
  143. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/attributes.html +0 -0
  144. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/other_parameters.html +0 -0
  145. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/parameters.html +0 -0
  146. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/raises.html +0 -0
  147. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/receives.html +0 -0
  148. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/returns.html +0 -0
  149. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/warns.html +0 -0
  150. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/docstring/yields.html +0 -0
  151. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html +0 -0
  152. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/language.html.jinja +0 -0
  153. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html +0 -0
  154. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html.jinja +0 -0
  155. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html +0 -0
  156. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja +0 -0
  157. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html +0 -0
  158. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja +0 -0
  159. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html +0 -0
  160. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html.jinja +0 -0
  161. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html +0 -0
  162. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html.jinja +0 -0
  163. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html +0 -0
  164. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/parameters.html.jinja +0 -0
  165. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html +0 -0
  166. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/raises.html.jinja +0 -0
  167. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html +0 -0
  168. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/receives.html.jinja +0 -0
  169. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html +0 -0
  170. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/returns.html.jinja +0 -0
  171. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html +0 -0
  172. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/warns.html.jinja +0 -0
  173. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html +0 -0
  174. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/docstring/yields.html.jinja +0 -0
  175. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html +0 -0
  176. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/language.html.jinja +0 -0
  177. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html +0 -0
  178. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/en.html.jinja +0 -0
  179. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html +0 -0
  180. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja +0 -0
  181. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html +0 -0
  182. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja +0 -0
  183. {mkdocstrings_python-1.10.4 → mkdocstrings_python-1.10.6}/src/mkdocstrings_handlers/python/templates/readthedocs/style.css +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mkdocstrings-python
3
- Version: 1.10.4
3
+ Version: 1.10.6
4
4
  Summary: A Python handler for mkdocstrings.
5
5
  Author-Email: =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= <dev@pawamoy.fr>
6
6
  License: ISC
@@ -29,7 +29,7 @@ Project-URL: Gitter, https://gitter.im/mkdocstrings/python
29
29
  Project-URL: Funding, https://github.com/sponsors/pawamoy
30
30
  Requires-Python: >=3.8
31
31
  Requires-Dist: mkdocstrings>=0.25
32
- Requires-Dist: griffe>=0.47
32
+ Requires-Dist: griffe>=0.48
33
33
  Description-Content-Type: text/markdown
34
34
 
35
35
  <h1 align="center">mkdocstrings-python</h1>
@@ -33,9 +33,9 @@ classifiers = [
33
33
  ]
34
34
  dependencies = [
35
35
  "mkdocstrings>=0.25",
36
- "griffe>=0.47",
36
+ "griffe>=0.48",
37
37
  ]
38
- version = "1.10.4"
38
+ version = "1.10.6"
39
39
 
40
40
  [project.license]
41
41
  text = "ISC"
@@ -12,12 +12,15 @@ from contextlib import suppress
12
12
  from pathlib import Path
13
13
  from typing import TYPE_CHECKING, Any, BinaryIO, ClassVar, Iterator, Mapping, Sequence
14
14
 
15
- from griffe.collections import LinesCollection, ModulesCollection
16
- from griffe.docstrings.parsers import Parser
17
- from griffe.exceptions import AliasResolutionError
18
- from griffe.extensions import load_extensions
19
- from griffe.loader import GriffeLoader
20
- from griffe.logger import patch_loggers
15
+ from griffe import (
16
+ AliasResolutionError,
17
+ GriffeLoader,
18
+ LinesCollection,
19
+ ModulesCollection,
20
+ Parser,
21
+ load_extensions,
22
+ patch_logger,
23
+ )
21
24
  from mkdocstrings.extension import PluginError
22
25
  from mkdocstrings.handlers.base import BaseHandler, CollectionError, CollectorItem
23
26
  from mkdocstrings.inventory import Inventory
@@ -47,7 +50,7 @@ else:
47
50
 
48
51
  logger = get_logger(__name__)
49
52
 
50
- patch_loggers(get_logger)
53
+ patch_logger(get_logger)
51
54
 
52
55
 
53
56
  class PythonHandler(BaseHandler):
@@ -162,7 +165,7 @@ class PythonHandler(BaseHandler):
162
165
 
163
166
  Attributes: Docstrings options:
164
167
  docstring_style (str): The docstring style to use: `google`, `numpy`, `sphinx`, or `None`. Default: `"google"`.
165
- docstring_options (dict): The options for the docstring parser. See parsers under [`griffe.docstrings`][].
168
+ docstring_options (dict): The options for the docstring parser. See [docstring parsers](https://mkdocstrings.github.io/griffe/reference/docstrings/) and their options in Griffe docs.
166
169
  docstring_section_style (str): The style used to render docstring sections. Options: `table`, `list`, `spacy`. Default: `"table"`.
167
170
  merge_init_into_class (bool): Whether to merge the `__init__` method into the class' signature and docstring. Default: `False`.
168
171
  show_if_no_docstring (bool): Show the object heading even if it has no docstring or children with docstrings. Default: `False`.
@@ -12,19 +12,20 @@ from functools import lru_cache, partial
12
12
  from pathlib import Path
13
13
  from typing import TYPE_CHECKING, Any, Callable, Match, Pattern, Sequence
14
14
 
15
- from griffe.dataclasses import Alias, Object
16
- from griffe.docstrings.dataclasses import (
15
+ from griffe import (
16
+ Alias,
17
17
  DocstringSectionAttributes,
18
18
  DocstringSectionClasses,
19
19
  DocstringSectionFunctions,
20
20
  DocstringSectionModules,
21
+ Object,
21
22
  )
22
23
  from jinja2 import TemplateNotFound, pass_context, pass_environment
23
24
  from markupsafe import Markup
24
25
  from mkdocstrings.loggers import get_logger
25
26
 
26
27
  if TYPE_CHECKING:
27
- from griffe.dataclasses import Attribute, Class, Function, Module
28
+ from griffe import Attribute, Class, Function, Module
28
29
  from jinja2 import Environment, Template
29
30
  from jinja2.runtime import Context
30
31
  from mkdocstrings.handlers.base import CollectorItem
@@ -364,11 +365,9 @@ def _keep_object(name: str, filters: Sequence[tuple[Pattern, bool]]) -> bool:
364
365
  if regex.search(name):
365
366
  keep = not exclude
366
367
  if keep is None:
367
- if rules == {False}:
368
- # only included stuff, no match = reject
369
- return False
370
- # only excluded stuff, or included and excluded stuff, no match = keep
371
- return True
368
+ # When we only include stuff, no match = reject.
369
+ # When we only exclude stuff, or include and exclude stuff, no match = keep.
370
+ return rules != {False}
372
371
  return keep
373
372
 
374
373
 
@@ -4,7 +4,7 @@ This template renders a Python attribute (or variable).
4
4
  This can be a module attribute or a class attribute.
5
5
 
6
6
  Context:
7
- attribute (griffe.dataclasses.Attribute): The attribute to render.
7
+ attribute (griffe.Attribute): The attribute to render.
8
8
  root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
9
9
  heading_level (int): The HTML heading level to use.
10
10
  config (dict): The configuration options.
@@ -4,13 +4,13 @@ This template iterates on members of a given object and renders them.
4
4
  It can group members by category (attributes, classes, functions, modules) or render them in a flat list.
5
5
 
6
6
  Context:
7
- obj (griffe.dataclasses.Object): The object to render.
7
+ obj (griffe.Object): The object to render.
8
8
  config (dict): The configuration options.
9
9
  root_members (bool): Whether the object is the root object.
10
10
  heading_level (int): The HTML heading level to use.
11
11
  -#}
12
12
 
13
- {% if obj.members %}
13
+ {% if obj.all_members %}
14
14
  {% block logs scoped %}
15
15
  {#- Logging block.
16
16
 
@@ -49,7 +49,7 @@ Context:
49
49
  {% endif %}
50
50
  {% with heading_level = heading_level + extra_level %}
51
51
  {% for attribute in attributes|order_members(config.members_order, members_list) %}
52
- {% if members_list is not none or not attribute.is_imported %}
52
+ {% if members_list is not none or (not attribute.is_imported or attribute.is_public) %}
53
53
  {% include attribute|get_template with context %}
54
54
  {% endif %}
55
55
  {% endfor %}
@@ -69,7 +69,7 @@ Context:
69
69
  {% endif %}
70
70
  {% with heading_level = heading_level + extra_level %}
71
71
  {% for class in classes|order_members(config.members_order, members_list) %}
72
- {% if members_list is not none or not class.is_imported %}
72
+ {% if members_list is not none or (not class.is_imported or class.is_public) %}
73
73
  {% include class|get_template with context %}
74
74
  {% endif %}
75
75
  {% endfor %}
@@ -90,7 +90,7 @@ Context:
90
90
  {% with heading_level = heading_level + extra_level %}
91
91
  {% for function in functions|order_members(config.members_order, members_list) %}
92
92
  {% if not (obj.kind.value == "class" and function.name == "__init__" and config.merge_init_into_class) %}
93
- {% if members_list is not none or not function.is_imported %}
93
+ {% if members_list is not none or (not function.is_imported or function.is_public) %}
94
94
  {% include function|get_template with context %}
95
95
  {% endif %}
96
96
  {% endif %}
@@ -112,7 +112,7 @@ Context:
112
112
  {% endif %}
113
113
  {% with heading_level = heading_level + extra_level %}
114
114
  {% for module in modules|order_members(config.members_order.alphabetical, members_list) %}
115
- {% if members_list is not none or not module.is_alias %}
115
+ {% if members_list is not none or (not module.is_alias or module.is_public) %}
116
116
  {% include module|get_template with context %}
117
117
  {% endif %}
118
118
  {% endfor %}
@@ -3,7 +3,7 @@
3
3
  This template renders a Python class.
4
4
 
5
5
  Context:
6
- class (griffe.dataclasses.Class): The class to render.
6
+ class (griffe.Class): The class to render.
7
7
  root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
8
8
  heading_level (int): The HTML heading level to use.
9
9
  config (dict): The configuration options.
@@ -3,7 +3,7 @@
3
3
  This template renders admonitions using the `details` HTML element.
4
4
 
5
5
  Context:
6
- section (griffe.docstrings.dataclasses.DocstringSectionAdmonition): The section to render.
6
+ section (griffe.DocstringSectionAdmonition): The section to render.
7
7
  -#}
8
8
 
9
9
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented attributes in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented classes in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented examples.
4
4
  It alternates between rendering text and code examples.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented functions in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented modules in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented other parameters in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented parameters in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented exceptions in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented received values (generators) in the f
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented returned values in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented warnings in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented yielded values (generators) in the fo
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -5,7 +5,7 @@ Griffe parses docstrings into a list of sections, each with a `kind` and a `valu
5
5
  This template can then iterate on these sections and render them according to the configuration.
6
6
 
7
7
  Context:
8
- docstring_sections (list[griffe.docstrings.dataclasses.DocstringSection]): The list of docstring sections.
8
+ docstring_sections (list[griffe.DocstringSection]): The list of docstring sections.
9
9
  config (dict): The configuration dictionary.
10
10
  heading_level (int): The heading level to use for Markdown conversion.
11
11
  html_id (str): The HTML ID to use for Markdown conversion.
@@ -17,7 +17,7 @@ which is a tree-like structure representing a Python expression.
17
17
  This macro outputs a cross-reference to the given name.
18
18
 
19
19
  Parameters:
20
- name (griffe.expressions.ExprName): The name to cross-reference.
20
+ name (griffe.ExprName): The name to cross-reference.
21
21
  annotation_path (str): Either "brief", "source", or "full".
22
22
 
23
23
  Returns:
@@ -48,7 +48,7 @@ which is a tree-like structure representing a Python expression.
48
48
  {#- Render an expression.
49
49
 
50
50
  Parameters:
51
- expression (griffe.expressions.Expr): The expression to render.
51
+ expression (griffe.Expr): The expression to render.
52
52
  annotations_path (str): Either "brief", "source", or "full".
53
53
 
54
54
  Returns:
@@ -3,7 +3,7 @@
3
3
  This template renders a Python function or method.
4
4
 
5
5
  Context:
6
- function (griffe.dataclasses.Function): The function to render.
6
+ function (griffe.Function): The function to render.
7
7
  root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
8
8
  heading_level (int): The HTML heading level to use.
9
9
  config (dict): The configuration options.
@@ -3,7 +3,7 @@
3
3
  This template renders a Python module.
4
4
 
5
5
  Context:
6
- module (griffe.dataclasses.Module): The module to render.
6
+ module (griffe.Module): The module to render.
7
7
  root (bool): Whether this is the root object, injected with `:::` in a Markdown page.
8
8
  heading_level (int): The HTML heading level to use.
9
9
  config (dict): The configuration options.
@@ -5,7 +5,7 @@ It iterates over the parameters of the function to rebuild the signature.
5
5
  The signature is the list of parameters of a function or method, including their names, default values, and annotations.
6
6
 
7
7
  Context:
8
- function (griffe.dataclasses.Function): The function or method to render.
8
+ function (griffe.Function): The function or method to render.
9
9
  config (dict): The configuration options.
10
10
  -#}
11
11
 
@@ -4,7 +4,7 @@ This template renders a list of documented attributes in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented other parameters in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented parameters in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented exceptions in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented received values (generators) in the f
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented returned values in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented warnings in the format
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}
@@ -4,7 +4,7 @@ This template renders a list of documented yielded values (generators) in the fo
4
4
  specified with the [`docstring_section_style`][] configuration option.
5
5
 
6
6
  Context:
7
- section (griffe.docstrings.dataclasses.DocstringSectionAttributes): The section to render.
7
+ section (griffe.DocstringSectionAttributes): The section to render.
8
8
  -#}
9
9
 
10
10
  {% block logs scoped %}