mkdocstrings-matlab 0.9.0__py3-none-any.whl → 0.9.2__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.
@@ -193,7 +193,7 @@ class MatlabHandler(BaseHandler):
193
193
  config_path = None
194
194
  full_paths = []
195
195
  else:
196
- config_path = Path(config_file_path).parent
196
+ config_path = Path(config_file_path).resolve().parent
197
197
  full_paths = [(config_path / path).resolve() for path in paths]
198
198
 
199
199
  if pathIds := [str(path) for path in full_paths if not path.is_dir()]:
@@ -27,9 +27,9 @@ code.doc-symbol-property::after {
27
27
 
28
28
  code.doc-symbol-script {
29
29
  color: #d0bf3d;
30
- background-color: #fff8a87b;
30
+ background-color: #96862f27;
31
31
  }
32
32
 
33
33
  code.doc-symbol-script::after {
34
- content: "prog";
34
+ content: "script";
35
35
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mkdocstrings-matlab
3
- Version: 0.9.0
3
+ Version: 0.9.2
4
4
  Summary: A MATLAB handler for mkdocstrings
5
5
  Author-email: Mark Hu <watermarkhu@gmail.com>
6
6
  License: MIT
@@ -25,7 +25,7 @@ Requires-Dist: charset-normalizer==3.4.1
25
25
  Requires-Dist: mkdocstrings-python==1.13.0
26
26
  Requires-Dist: mkdocstrings==0.27.0
27
27
  Requires-Dist: tree-sitter-matlab==1.0.3
28
- Requires-Dist: tree-sitter==0.23.2
28
+ Requires-Dist: tree-sitter==0.24.0
29
29
  Description-Content-Type: text/markdown
30
30
 
31
31
  <!-- --8<-- [start:header] -->
@@ -1,7 +1,7 @@
1
1
  mkdocstrings_handlers/matlab/__init__.py,sha256=w5R9cGtqeJF0GUP_Jc_ad8FnS4FpbutnmHvzVRlohPM,1124
2
2
  mkdocstrings_handlers/matlab/collect.py,sha256=6GkAwKor11Hm9QvKr6cKSHuylpoMF4Y3c8_myKiYOdE,29677
3
3
  mkdocstrings_handlers/matlab/enums.py,sha256=Lzc8MLar-uMoKplT5LxF1lXNBfjHc9MCTe2b0mJMc10,1540
4
- mkdocstrings_handlers/matlab/handler.py,sha256=kHyBrHTvZJBXVgondNcbjyeRna0pMmfCnIDVk7ru3oQ,19708
4
+ mkdocstrings_handlers/matlab/handler.py,sha256=5EK559dDElhNI9owKmia72Nl02MBULUaa1Dd-zCCeSE,19718
5
5
  mkdocstrings_handlers/matlab/models.py,sha256=2kMF7dyg5nPAzJt9G48IVtNAAq8K6xyKCBDDZHOBtUQ,19614
6
6
  mkdocstrings_handlers/matlab/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  mkdocstrings_handlers/matlab/treesitter.py,sha256=mpYNAoIU_nxvyisYLYzXllKjWKUKu0pkk8_e3RqVNaE,22284
@@ -10,13 +10,13 @@ mkdocstrings_handlers/matlab/templates/material/folder.html.jinja,sha256=cWgaQH4
10
10
  mkdocstrings_handlers/matlab/templates/material/namespace.html.jinja,sha256=a7Ya3YuN3hNEvqb_aG5Yr3QCuFYv6UhX5B26Gx2-tUQ,4099
11
11
  mkdocstrings_handlers/matlab/templates/material/property.html.jinja,sha256=anYCQM6AcyGgEApDC97TqzWlgVNtc1I_Ys1xyvUXye0,4396
12
12
  mkdocstrings_handlers/matlab/templates/material/script.html.jinja,sha256=6bl-F1zDgBwgRaL76SFa_zyjKgyooofde6Vnq56DKso,4746
13
- mkdocstrings_handlers/matlab/templates/material/style.css,sha256=AEfdevJN_nXXwjFsgoWUeZuYj4-BwY0RnckILd34wG4,688
13
+ mkdocstrings_handlers/matlab/templates/material/style.css,sha256=nCtnnMjJyDp6u2dZMRs4DIDTjmRdlS9oM2YdSMluVh0,690
14
14
  mkdocstrings_handlers/matlab/templates/material/summary.html.jinja,sha256=hVbQGxbMWd6fl01afbg0LhfYCJD1IRPmmCdcDBxU650,735
15
15
  mkdocstrings_handlers/matlab/templates/material/docstring/namespaces.html.jinja,sha256=jLtPxNNfZFO3-Ozy0eHqxHvKmlPCODML_5xt8SJr8UE,3165
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.0.dist-info/METADATA,sha256=2HhQklYDcm9Mevsg9umK4v-Cn2FgRLIo7U7OGsDnGJE,4736
20
- mkdocstrings_matlab-0.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- mkdocstrings_matlab-0.9.0.dist-info/licenses/LICENSE,sha256=TZQpwBuA3KLH56--XDAY2Qwo9gGdxeTITYhMOylmYhg,743
22
- mkdocstrings_matlab-0.9.0.dist-info/RECORD,,
19
+ mkdocstrings_matlab-0.9.2.dist-info/METADATA,sha256=SdLNXsZtVC8_di9fnoqH1PmSLYVKaaMrcCvpjzx0WcA,4736
20
+ mkdocstrings_matlab-0.9.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ mkdocstrings_matlab-0.9.2.dist-info/licenses/LICENSE,sha256=TZQpwBuA3KLH56--XDAY2Qwo9gGdxeTITYhMOylmYhg,743
22
+ mkdocstrings_matlab-0.9.2.dist-info/RECORD,,