mkdocstrings-matlab 0.4.2__tar.gz → 0.5.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.github/workflows/docs.yaml +2 -1
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.github/workflows/release.yaml +1 -1
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/CHANGELOG.md +8 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/PKG-INFO +3 -3
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/pyproject.toml +1 -1
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/uv.lock +1 -1
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.github/CODEOWNERS +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.github/workflows/qualify.yaml +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.gitignore +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.python-version +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.vscode/launch.json +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/.vscode/settings.json +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/LICENSE +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/README.md +2 -2
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/changelog.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/credits.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/debug.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/index.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/license.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/logo.png +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/logo.svg +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/+submodule/Contents.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/+submodule/subfunction.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/aClass.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/do_something.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/module.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/readme.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/BaseClass.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/Contents.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/ThisClass.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/mymembers.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/this_function.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/classA.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/classB.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/mynamespace.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/readme.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/typed_function.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+undocumented/ClassWithoutDocstring.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+undocumented/function_with_docstring.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+undocumented/function_without_docstring.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+undocumented/undocumented.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/Class.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/OtherClass.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/Thing.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/do_output.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/do_something.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/do_varargin.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/myClass.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/myParent.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/myfunction.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/print_hello.m +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/stylesheets/extra.css +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/configuration/docstrings.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/configuration/general.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/configuration/headings.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/configuration/members.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/configuration/signatures.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/docstrings/google.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/docstrings/numpy.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/docstrings/sphinx.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/index.md +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/logo.svg +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/mkdocs.yml +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/renovate.json +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/requirements.lock +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocs_material_matlab/__init__.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocs_material_matlab/css/style.css +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocs_material_matlab/mkdocs_material_matlab.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/__init__.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/collect.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/enums.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/handler.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/models.py +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/py.typed +0 -0
- {mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/treesitter.py +0 -0
@@ -55,7 +55,8 @@ jobs:
|
|
55
55
|
env:
|
56
56
|
PUSH_DEPLOY: ${{ fromJson(inputs.push) && '--push' || '' }}
|
57
57
|
run: >
|
58
|
-
uv run mike deploy ${PUSH_DEPLOY}
|
58
|
+
uv run mike deploy ${PUSH_DEPLOY}
|
59
|
+
--update-aliases
|
59
60
|
--branch gh-pages
|
60
61
|
--alias-type symlink
|
61
62
|
${{ inputs.version }} ${{ inputs.alias }}
|
@@ -83,7 +83,7 @@ jobs:
|
|
83
83
|
id: publish-dist
|
84
84
|
uses: python-semantic-release/publish-action@v9.15.2
|
85
85
|
with:
|
86
|
-
|
86
|
+
github_token: ${{ steps.app-token.outputs.token }}
|
87
87
|
tag: ${{ steps.semantic-release.outputs.tag }}
|
88
88
|
|
89
89
|
mkdocs:
|
@@ -1,6 +1,14 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
3
|
|
4
|
+
## v0.5.0 (2025-01-03)
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
- Force minor release ([#31](https://github.com/watermarkhu/mkdocstrings-matlab/pull/31),
|
9
|
+
[`96278d0`](https://github.com/watermarkhu/mkdocstrings-matlab/commit/96278d0ff1080bbb4ac102190653c0fa1a269664))
|
10
|
+
|
11
|
+
|
4
12
|
## v0.4.2 (2025-01-03)
|
5
13
|
|
6
14
|
### Bug Fixes
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mkdocstrings-matlab
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Summary: A MATLAB handler for mkdocstrings
|
5
5
|
Author-email: Mark Hu <watermarkhu@gmail.com>
|
6
6
|
License: ISC
|
@@ -32,12 +32,12 @@ Description-Content-Type: text/markdown
|
|
32
32
|
|
33
33
|
<p align="center">A MATLAB handler for <a href="https://github.com/mkdocstrings/mkdocstrings"><i>mkdocstrings</i></a>.</p>
|
34
34
|
|
35
|
+
<p align="center"><img width=300px src="logo.svg"></p>
|
36
|
+
|
35
37
|
[![qualify](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml/badge.svg)](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml)
|
36
38
|
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://watermarkhu.nl/mkdocstrings-matlab)
|
37
39
|
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings-matlab.svg)](https://pypi.org/project/mkdocstrings-matlab/)
|
38
40
|
|
39
|
-
<p align="center"><img width=300px src="logo.svg"></p>
|
40
|
-
|
41
41
|
The MATLAB handler uses [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) and its [MATLAB parser](https://github.com/acristoffers/tree-sitter-matlab) to collect documentation from MATLAB source code. Via the python bindings the Abstract Syntax Tree (AST) of the source code is traversed to extract useful information. The imported objected are imported as custom [Griffe](https://mkdocstrings.github.io/griffe/) objects and mocked for the [python handler](https://mkdocstrings.github.io/python/).
|
42
42
|
|
43
43
|
## Installation
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
<p align="center">A MATLAB handler for <a href="https://github.com/mkdocstrings/mkdocstrings"><i>mkdocstrings</i></a>.</p>
|
4
4
|
|
5
|
+
<p align="center"><img width=300px src="logo.svg"></p>
|
6
|
+
|
5
7
|
[![qualify](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml/badge.svg)](https://github.com/watermarkhu/mkdocstrings-matlab/actions/workflows/qualify.yaml)
|
6
8
|
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://watermarkhu.nl/mkdocstrings-matlab)
|
7
9
|
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings-matlab.svg)](https://pypi.org/project/mkdocstrings-matlab/)
|
8
10
|
|
9
|
-
<p align="center"><img width=300px src="logo.svg"></p>
|
10
|
-
|
11
11
|
The MATLAB handler uses [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) and its [MATLAB parser](https://github.com/acristoffers/tree-sitter-matlab) to collect documentation from MATLAB source code. Via the python bindings the Abstract Syntax Tree (AST) of the source code is traversed to extract useful information. The imported objected are imported as custom [Griffe](https://mkdocstrings.github.io/griffe/) objects and mocked for the [python handler](https://mkdocstrings.github.io/python/).
|
12
12
|
|
13
13
|
## Installation
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/+submodule/Contents.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+module/do_something.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/BaseClass.m
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/ThisClass.m
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/mymembers.md
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mymembers/this_function.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/mynamespace.md
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/readme.md
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/snippets/+mynamespace/typed_function.m
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/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.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/configuration/docstrings.md
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/docs/usage/configuration/headings.md
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/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.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocs_material_matlab/__init__.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocs_material_matlab/css/style.css
RENAMED
File without changes
|
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/__init__.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/collect.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/enums.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/handler.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/models.py
RENAMED
File without changes
|
{mkdocstrings_matlab-0.4.2 → mkdocstrings_matlab-0.5.0}/src/mkdocstrings_handlers/matlab/py.typed
RENAMED
File without changes
|
File without changes
|