mkdocstrings-matlab 0.9.3__tar.gz → 0.9.4__tar.gz
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-0.9.3 → mkdocstrings_matlab-0.9.4}/CHANGELOG.md +11 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/PKG-INFO +2 -2
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/pyproject.toml +2 -2
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.github/CODEOWNERS +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.github/workflows/docs.yaml +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.github/workflows/qualify.yaml +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.github/workflows/release.yaml +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.github/workflows/update-templates.yaml +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.gitignore +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.python-version +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.vscode/launch.json +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.vscode/settings.json +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/LICENSE +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/README.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/api.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/changelog.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/credits.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/debug.py +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/img/preview_dark.png +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/img/preview_light.png +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/index.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/license.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/logo.png +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/logo.svg +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/overrides/main.html +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/overrides/partials/toc-item.html +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/+submodule/Contents.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/+submodule/subfunction.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/aClass.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/do_something.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/module.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/readme.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/BaseClass.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/Contents.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/ThisClass.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/mymembers.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/this_function.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/classA.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/classB.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/mynamespace.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/myscript.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/readme.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/typed_function.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+undocumented/ClassWithoutDocstring.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+undocumented/function_with_docstring.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+undocumented/function_without_docstring.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+undocumented/undocumented.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/Class.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/OtherClass.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/Thing.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/do_output.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/do_something.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/do_varargin.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/myClass.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/myParent.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/myfunction.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/print_hello.m +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/stylesheets/extra.css +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/docstrings.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/general.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/headings.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/members.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/signatures.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/docstrings/google.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/docstrings/numpy.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/docstrings/sphinx.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/index.md +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/logo.svg +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/mkdocs.yml +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/renovate.json +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/requirements.lock +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/scripts/copy_and_update_python_templates.py +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/__init__.py +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/collect.py +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/enums.py +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/handler.py +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/models.py +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/py.typed +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/children.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/docstring/namespaces.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/docstring/properties.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/folder.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/namespace.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/property.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/script.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/style.css +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/summary/namespaces.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/summary/properties.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/templates/material/summary.html.jinja +0 -0
- {mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/treesitter.py +0 -0
@@ -1,6 +1,17 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
3
|
|
4
|
+
## v0.9.4 (2025-02-01)
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
- **deps**: Update dependency tree-sitter-matlab to v1.0.4
|
9
|
+
([#69](https://github.com/watermarkhu/mkdocstrings-matlab/pull/69),
|
10
|
+
[`e589881`](https://github.com/watermarkhu/mkdocstrings-matlab/commit/e5898818ab7a7da1fd8e583dcc4f490b81e8e610))
|
11
|
+
|
12
|
+
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
13
|
+
|
14
|
+
|
4
15
|
## v0.9.3 (2025-01-29)
|
5
16
|
|
6
17
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mkdocstrings-matlab
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.4
|
4
4
|
Summary: A MATLAB handler for mkdocstrings
|
5
5
|
Author-email: Mark Hu <watermarkhu@gmail.com>
|
6
6
|
License: MIT
|
@@ -24,7 +24,7 @@ Requires-Python: >=3.10
|
|
24
24
|
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
|
-
Requires-Dist: tree-sitter-matlab==1.0.
|
27
|
+
Requires-Dist: tree-sitter-matlab==1.0.4
|
28
28
|
Requires-Dist: tree-sitter==0.24.0
|
29
29
|
Description-Content-Type: text/markdown
|
30
30
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "mkdocstrings-matlab"
|
3
|
-
version = "0.9.
|
3
|
+
version = "0.9.4"
|
4
4
|
description = "A MATLAB handler for mkdocstrings"
|
5
5
|
authors = [
|
6
6
|
{ name = "Mark Hu", email = "watermarkhu@gmail.com" }
|
@@ -13,7 +13,7 @@ dependencies = [
|
|
13
13
|
"mkdocstrings-python==1.13.0",
|
14
14
|
"charset-normalizer==3.4.1",
|
15
15
|
"tree-sitter==0.24.0",
|
16
|
-
"tree-sitter-matlab==1.0.
|
16
|
+
"tree-sitter-matlab==1.0.4",
|
17
17
|
]
|
18
18
|
classifiers = [
|
19
19
|
"Development Status :: 4 - Beta",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/.github/workflows/update-templates.yaml
RENAMED
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
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/overrides/partials/toc-item.html
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/+submodule/Contents.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+module/do_something.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/BaseClass.m
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/ThisClass.m
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/mymembers.md
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mymembers/this_function.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/mynamespace.md
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/myscript.m
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/readme.md
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+mynamespace/typed_function.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/snippets/+undocumented/undocumented.md
RENAMED
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.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/docstrings.md
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/headings.md
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/docs/usage/configuration/signatures.md
RENAMED
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.9.3 → mkdocstrings_matlab-0.9.4}/scripts/copy_and_update_python_templates.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/__init__.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/collect.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/enums.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/handler.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/src/mkdocstrings_handlers/matlab/models.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.9.3 → mkdocstrings_matlab-0.9.4}/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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|