mkdocstrings-python 1.10.2__py3-none-any.whl → 1.10.3__py3-none-any.whl

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.
@@ -157,7 +157,7 @@ Context:
157
157
  {{ init.relative_filepath }}
158
158
  {%- endif -%}
159
159
  </code></summary>
160
- {{ init.source|highlight(language="python", linestart=init.lineno, linenums=True) }}
160
+ {{ init.source|highlight(language="python", linestart=init.lineno or 0, linenums=True) }}
161
161
  </details>
162
162
  {% endwith %}
163
163
  {% endif %}
@@ -170,7 +170,7 @@ Context:
170
170
  {{ class.relative_filepath }}
171
171
  {%- endif -%}
172
172
  </code></summary>
173
- {{ class.source|highlight(language="python", linestart=class.lineno, linenums=True) }}
173
+ {{ class.source|highlight(language="python", linestart=class.lineno or 0, linenums=True) }}
174
174
  </details>
175
175
  {% endif %}
176
176
  {% endif %}
@@ -133,7 +133,7 @@ Context:
133
133
  {{ function.relative_filepath }}
134
134
  {%- endif -%}
135
135
  </code></summary>
136
- {{ function.source|highlight(language="python", linestart=function.lineno, linenums=True) }}
136
+ {{ function.source|highlight(language="python", linestart=function.lineno or 0, linenums=True) }}
137
137
  </details>
138
138
  {% endif %}
139
139
  {% endblock source %}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mkdocstrings-python
3
- Version: 1.10.2
3
+ Version: 1.10.3
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
@@ -8,7 +8,7 @@ mkdocstrings_handlers/python/templates/material/_base/attribute.html.jinja,sha25
8
8
  mkdocstrings_handlers/python/templates/material/_base/children.html,sha256=mOafkSlphFQJLWfrYrIMFVRGi2yjdtN6iJh8bPt7uRI,424
9
9
  mkdocstrings_handlers/python/templates/material/_base/children.html.jinja,sha256=7alb8fg2oiQmdCCMrn6FtNIT1ncDx_BtTA9qH0LIw50,6399
10
10
  mkdocstrings_handlers/python/templates/material/_base/class.html,sha256=x0M8Wjk7TC9cgnstMoukLVQvxZUEMFjQA0VJQPEAC9Y,415
11
- mkdocstrings_handlers/python/templates/material/_base/class.html.jinja,sha256=iVK7cjQXMCE4Tf6YLZJ0wbgEADrdOVuXz8BZdlJaX4Y,7231
11
+ mkdocstrings_handlers/python/templates/material/_base/class.html.jinja,sha256=lkEExDnNqFbyjG0EsJoygU9ZrrSGAk3KT8uVcqo6_Ok,7241
12
12
  mkdocstrings_handlers/python/templates/material/_base/docstring.html,sha256=9gDeMzbEUGfOBklwvriH5HMfcotOcaXUvlgLC9klTi8,427
13
13
  mkdocstrings_handlers/python/templates/material/_base/docstring.html.jinja,sha256=Js6GCcTFoDZ61lKt6k1XpOJ6QsKKFzDEr1RGDhXDa40,2997
14
14
  mkdocstrings_handlers/python/templates/material/_base/docstring/admonition.html,sha256=yShTX2BBdYlOGCj-Hb1NIAeWldLGE_toMDIOn1OYdPs,460
@@ -40,7 +40,7 @@ mkdocstrings_handlers/python/templates/material/_base/docstring/yields.html.jinj
40
40
  mkdocstrings_handlers/python/templates/material/_base/expression.html,sha256=JU-ScDWoFk0m6x0Dx50LKN9yW7RzTWj4VYcJYEIQ144,430
41
41
  mkdocstrings_handlers/python/templates/material/_base/expression.html.jinja,sha256=x5Ylg1H3h4NWSgYF-eLTUllxCBlYgD7aq-7ZzAgdgpA,3100
42
42
  mkdocstrings_handlers/python/templates/material/_base/function.html,sha256=tFpXIt5sIhjXjTCXhtYZ4cGpbgdbaIdbm8HdP9Pccik,424
43
- mkdocstrings_handlers/python/templates/material/_base/function.html.jinja,sha256=DdpP3Mp2ar9xDV1nNYZuTrhe7WRVonyHJtISEq7vB9Y,5245
43
+ mkdocstrings_handlers/python/templates/material/_base/function.html.jinja,sha256=VMpa7wzBQjcJJa69VfykHcgAc2M57KiOT61icBYiECo,5250
44
44
  mkdocstrings_handlers/python/templates/material/_base/labels.html,sha256=SJGvRoTYj9AImTRRn-SP4nGAdpfz-ai4gGgHGxMOJK8,418
45
45
  mkdocstrings_handlers/python/templates/material/_base/labels.html.jinja,sha256=xGgvyJCTx4-uxqUzz1cX2_hszNSdgH5P8T4qVc7Rbvw,790
46
46
  mkdocstrings_handlers/python/templates/material/_base/language.html,sha256=Qvw8RvhTvKk3-OobTEOyWsh5yE3WbIWW4meoR4X_5fY,424
@@ -177,7 +177,7 @@ mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja,sha25
177
177
  mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html,sha256=OuvrkorxuL0gKZNYneann1bwd1Z2i5bBY7SbC496HDw,46
178
178
  mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja,sha256=OuvrkorxuL0gKZNYneann1bwd1Z2i5bBY7SbC496HDw,46
179
179
  mkdocstrings_handlers/python/templates/readthedocs/style.css,sha256=Ds8vF1rSxc2B0c4P10osx4cqXHWMntcSCxmRfX-nfzw,971
180
- mkdocstrings_python-1.10.2.dist-info/METADATA,sha256=DTFmblBBubbExVfPwplDtK5ZKZS92yrnCuw8c1nm8WM,5507
181
- mkdocstrings_python-1.10.2.dist-info/WHEEL,sha256=vnE8JVcI2Wz7GRKorsPArnBdnW2SWKWGow5gu5tHlRU,90
182
- mkdocstrings_python-1.10.2.dist-info/licenses/LICENSE,sha256=JGb4pdPEM8TTjjhr-uNCO7oXkiVrwG5Pz0JamcjNF_s,754
183
- mkdocstrings_python-1.10.2.dist-info/RECORD,,
180
+ mkdocstrings_python-1.10.3.dist-info/METADATA,sha256=Tm25xAR8ggNDrZc1-VD4NMnSFQdcsQqAWCRSTdWJAQw,5507
181
+ mkdocstrings_python-1.10.3.dist-info/WHEEL,sha256=vnE8JVcI2Wz7GRKorsPArnBdnW2SWKWGow5gu5tHlRU,90
182
+ mkdocstrings_python-1.10.3.dist-info/licenses/LICENSE,sha256=JGb4pdPEM8TTjjhr-uNCO7oXkiVrwG5Pz0JamcjNF_s,754
183
+ mkdocstrings_python-1.10.3.dist-info/RECORD,,