mkdocstrings-matlab 1.0.0__py3-none-any.whl → 1.0.1__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_matlab-1.0.0.dist-info → mkdocstrings_matlab-1.0.1.dist-info}/METADATA +4 -6
- {mkdocstrings_matlab-1.0.0.dist-info → mkdocstrings_matlab-1.0.1.dist-info}/RECORD +4 -4
- {mkdocstrings_matlab-1.0.0.dist-info → mkdocstrings_matlab-1.0.1.dist-info}/WHEEL +0 -0
- {mkdocstrings_matlab-1.0.0.dist-info → mkdocstrings_matlab-1.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mkdocstrings-matlab
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: A MATLAB handler for mkdocstrings
|
5
5
|
Author-email: Mark Hu <watermarkhu@gmail.com>
|
6
6
|
License: MIT
|
@@ -21,10 +21,9 @@ Classifier: Topic :: Utilities
|
|
21
21
|
Classifier: Typing :: Typed
|
22
22
|
Requires-Python: <3.14,>=3.10
|
23
23
|
Requires-Dist: charset-normalizer~=3.4
|
24
|
-
Requires-Dist: maxx~=0.2.
|
24
|
+
Requires-Dist: maxx~=0.2.4
|
25
25
|
Requires-Dist: mkdocs-autorefs~=1.4
|
26
26
|
Requires-Dist: mkdocstrings~=0.29
|
27
|
-
Requires-Dist: tree-sitter
|
28
27
|
Requires-Dist: typing-extensions>=4.0; python_version < '3.11'
|
29
28
|
Description-Content-Type: text/markdown
|
30
29
|
|
@@ -36,12 +35,11 @@ Description-Content-Type: text/markdown
|
|
36
35
|
|
37
36
|
<p align="center"><img width=300px src="logo.svg"></p>
|
38
37
|
|
39
|
-
[](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml)
|
38
|
+
[](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml)
|
40
39
|
[](https://watermarkhu.nl/mkdocstrings-matlab)
|
41
40
|
[](https://pypi.org/project/mkdocstrings-matlab/)
|
42
41
|
|
43
|
-
The MATLAB handler uses [
|
44
|
-
|
42
|
+
The MATLAB handler uses [maxx](https://github.com/watermarkhu/maxx) to collect documentation from MATLAB source code, which in turn uses [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) and its [MATLAB parser](https://github.com/acristoffers/tree-sitter-matlab).
|
45
43
|
|
46
44
|
You can install this handler by specifying it as a dependency:
|
47
45
|
|
@@ -35,7 +35,7 @@ mkdocstrings_handlers/matlab/templates/material/summary/classes.html.jinja,sha25
|
|
35
35
|
mkdocstrings_handlers/matlab/templates/material/summary/functions.html.jinja,sha256=f19-RvEkHZO4VegiQApq71nAEA27RKwQW3S2NMmKrW4,860
|
36
36
|
mkdocstrings_handlers/matlab/templates/material/summary/namespaces.html.jinja,sha256=J0aPYlktc5RY3Gax6GCZDxT5qgFDB5b3eqZZXfZOHxU,845
|
37
37
|
mkdocstrings_handlers/matlab/templates/material/summary/properties.html.jinja,sha256=0wQeDtZzfLSZPHJzLG_MVzre1NSyoSHowTwYzk0JX1c,857
|
38
|
-
mkdocstrings_matlab-1.0.
|
39
|
-
mkdocstrings_matlab-1.0.
|
40
|
-
mkdocstrings_matlab-1.0.
|
41
|
-
mkdocstrings_matlab-1.0.
|
38
|
+
mkdocstrings_matlab-1.0.1.dist-info/METADATA,sha256=B9jGXjuLIl7BrFIsXwyeUvxa-RZwl9lSgVG72c71wI8,4586
|
39
|
+
mkdocstrings_matlab-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
40
|
+
mkdocstrings_matlab-1.0.1.dist-info/licenses/LICENSE,sha256=TZQpwBuA3KLH56--XDAY2Qwo9gGdxeTITYhMOylmYhg,743
|
41
|
+
mkdocstrings_matlab-1.0.1.dist-info/RECORD,,
|
File without changes
|
{mkdocstrings_matlab-1.0.0.dist-info → mkdocstrings_matlab-1.0.1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|