mkdocstrings-matlab 0.3.2__tar.gz → 0.3.3__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/PKG-INFO +4 -3
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/pyproject.toml +4 -3
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/.gitignore +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/.python-version +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/.vscode/launch.json +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/.vscode/settings.json +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/LICENSE +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/README.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/index.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/license.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/logo.png +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/stylesheets/extra.css +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/usage/docstrings/google.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/usage/docstrings/numpy.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/usage/docstrings/sphinx.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/docs/usage/index.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/logo.png +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/mkdocs.yml +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/requirements.lock +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocs_material_matlab/__init__.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocs_material_matlab/css/style.css +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocs_material_matlab/mkdocs_material_matlab.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/__init__.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/collect.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/enums.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/handler.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/models.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/py.typed +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/treesitter.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/debug.py +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/docs/api.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/docs/index.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/docs/namespace.md +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/mkdocs.yml +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/+myNamespace/+subpackage/nested.m +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/+myNamespace/@myClass/customMethod.m +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/+myNamespace/@myClass/myClass.m +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/+myNamespace/namespacefunction.m +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/AbstractFramework.m +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/DocumentationFramework.m +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/myfunction.m +0 -0
- {mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mkdocstrings-matlab
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.3
|
4
4
|
Summary: A MATLAB handler for mkdocstrings
|
5
5
|
Author-email: Mark Hu <watermarkhu@gmail.com>
|
6
6
|
License: ISC
|
@@ -23,8 +23,9 @@ Classifier: Typing :: Typed
|
|
23
23
|
Requires-Python: >=3.10
|
24
24
|
Requires-Dist: charset-normalizer>=3.3.2
|
25
25
|
Requires-Dist: griffe>=1.5.1
|
26
|
-
Requires-Dist: mkdocs
|
27
|
-
Requires-Dist: mkdocstrings
|
26
|
+
Requires-Dist: mkdocs==1.6.1
|
27
|
+
Requires-Dist: mkdocstrings-python==1.10.9
|
28
|
+
Requires-Dist: mkdocstrings==0.27.0
|
28
29
|
Requires-Dist: tree-sitter-matlab>=1.0.2
|
29
30
|
Requires-Dist: tree-sitter>=0.23.2
|
30
31
|
Description-Content-Type: text/markdown
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "mkdocstrings-matlab"
|
3
|
-
version = "0.3.
|
3
|
+
version = "0.3.3"
|
4
4
|
description = "A MATLAB handler for mkdocstrings"
|
5
5
|
authors = [
|
6
6
|
{ name = "Mark Hu", email = "watermarkhu@gmail.com" }
|
@@ -9,8 +9,9 @@ license = { text = "ISC" }
|
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.10"
|
11
11
|
dependencies = [
|
12
|
-
"mkdocs
|
13
|
-
"mkdocstrings
|
12
|
+
"mkdocs==1.6.1",
|
13
|
+
"mkdocstrings==0.27.0",
|
14
|
+
"mkdocstrings-python==1.10.9", # Later versions will currently break
|
14
15
|
"charset-normalizer>=3.3.2",
|
15
16
|
"griffe>=1.5.1",
|
16
17
|
"tree-sitter>=0.23.2",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocs_material_matlab/__init__.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocs_material_matlab/css/style.css
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/__init__.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/collect.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/enums.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/handler.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/models.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/src/mkdocstrings_handlers/matlab/py.typed
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/+myNamespace/+subpackage/nested.m
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/+myNamespace/@myClass/myClass.m
RENAMED
File without changes
|
{mkdocstrings_matlab-0.3.2 → mkdocstrings_matlab-0.3.3}/test/src/+myNamespace/namespacefunction.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|