mkdocstrings-matlab 0.9.6__py3-none-any.whl → 0.9.7__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.
- mkdocstrings_handlers/matlab/handler.py +1 -4
- {mkdocstrings_matlab-0.9.6.dist-info → mkdocstrings_matlab-0.9.7.dist-info}/METADATA +1 -1
- {mkdocstrings_matlab-0.9.6.dist-info → mkdocstrings_matlab-0.9.7.dist-info}/RECORD +5 -5
- {mkdocstrings_matlab-0.9.6.dist-info → mkdocstrings_matlab-0.9.7.dist-info}/WHEEL +0 -0
- {mkdocstrings_matlab-0.9.6.dist-info → mkdocstrings_matlab-0.9.7.dist-info}/licenses/LICENSE +0 -0
@@ -377,8 +377,6 @@ def get_handler(
|
|
377
377
|
theme: str,
|
378
378
|
custom_templates: str | None = None,
|
379
379
|
config_file_path: str | None = None,
|
380
|
-
paths: list[str] | None = None,
|
381
|
-
paths_recursive: bool = False,
|
382
380
|
**config: Any,
|
383
381
|
) -> MatlabHandler:
|
384
382
|
"""
|
@@ -400,8 +398,7 @@ def get_handler(
|
|
400
398
|
theme=theme,
|
401
399
|
custom_templates=custom_templates,
|
402
400
|
config_file_path=config_file_path,
|
403
|
-
|
404
|
-
paths_recursive=paths_recursive,
|
401
|
+
**config['handler_config']
|
405
402
|
)
|
406
403
|
|
407
404
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
mkdocstrings_handlers/matlab/__init__.py,sha256=xUijnWb5VssRBUfvxK_SuS_-cVTnSSI6tk8xcg2EM6M,1125
|
2
2
|
mkdocstrings_handlers/matlab/collect.py,sha256=IexLHOnAxBpOB6J_nMTQgangS6BSRgO3iTo2ognKnbs,29651
|
3
3
|
mkdocstrings_handlers/matlab/enums.py,sha256=s3WEnR6E3_PRwchjEPcrpE6t-eRbr0uv3L16R0llzOA,1489
|
4
|
-
mkdocstrings_handlers/matlab/handler.py,sha256=
|
4
|
+
mkdocstrings_handlers/matlab/handler.py,sha256=eJ8cVxmna2UDP-hjCnq3LkmBnIRQOO8Gb6M0S_lxqSg,19890
|
5
5
|
mkdocstrings_handlers/matlab/models.py,sha256=o53sU21j-JdGVyVHgWZ8icGcligrpImJDw1CHyzwpOw,19656
|
6
6
|
mkdocstrings_handlers/matlab/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
mkdocstrings_handlers/matlab/treesitter.py,sha256=cT6bZnvrIKLCftiMT62YoT_AVeMeM6JCKKLRPre2LVo,23677
|
@@ -16,7 +16,7 @@ mkdocstrings_handlers/matlab/templates/material/docstring/namespaces.html.jinja,
|
|
16
16
|
mkdocstrings_handlers/matlab/templates/material/docstring/properties.html.jinja,sha256=9ckdYymLlB5sflwYEaEPAQLJuVWF8nezMCV5JnanXVA,4165
|
17
17
|
mkdocstrings_handlers/matlab/templates/material/summary/namespaces.html.jinja,sha256=0vVlUB6oh-A7cpXbuDLOQLxTubyb_DisdOKm062WNMs,650
|
18
18
|
mkdocstrings_handlers/matlab/templates/material/summary/properties.html.jinja,sha256=nyPaELf9qPCxJQFxK1MWYK4fPwsk5VESh9xKHLtd-XE,643
|
19
|
-
mkdocstrings_matlab-0.9.
|
20
|
-
mkdocstrings_matlab-0.9.
|
21
|
-
mkdocstrings_matlab-0.9.
|
22
|
-
mkdocstrings_matlab-0.9.
|
19
|
+
mkdocstrings_matlab-0.9.7.dist-info/METADATA,sha256=iUToEf29AsPn1mv_P25kiSTzcraA4gkVphunQe_xF38,4736
|
20
|
+
mkdocstrings_matlab-0.9.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
21
|
+
mkdocstrings_matlab-0.9.7.dist-info/licenses/LICENSE,sha256=TZQpwBuA3KLH56--XDAY2Qwo9gGdxeTITYhMOylmYhg,743
|
22
|
+
mkdocstrings_matlab-0.9.7.dist-info/RECORD,,
|
File without changes
|
{mkdocstrings_matlab-0.9.6.dist-info → mkdocstrings_matlab-0.9.7.dist-info}/licenses/LICENSE
RENAMED
File without changes
|