Skip to content

Commit 5726771

Browse files
authored
doc: Add links to MATLAB handler
PR-789: #789
1 parent 85f4479 commit 5726771

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Come have a chat or ask questions on our [Gitter channel](https://gitter.im/mkdo
2525
[C](https://mkdocstrings.github.io/c/),
2626
[Crystal](https://mkdocstrings.github.io/crystal/),
2727
[Python](https://mkdocstrings.github.io/python/),
28+
[MATLAB](https://watermarkhu.nl/mkdocstrings-matlab/),
2829
[TypeScript](https://mkdocstrings.github.io/typescript/), and
2930
[VBA](https://pypi.org/project/mkdocstrings-vba/) languages,
3031
as well as for [shell scripts/libraries](https://mkdocstrings.github.io/shell/).

docs/usage/handlers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A handler is what makes it possible to collect and render documentation for a pa
88
- [Crystal](https://mkdocstrings.github.io/crystal/){ .external }
99
- [Python](https://mkdocstrings.github.io/python/){ .external }
1010
- [Python (Legacy)](https://mkdocstrings.github.io/python-legacy/){ .external }
11+
- [MATLAB](https://watermarkhu.nl/mkdocstrings-matlab/){ .external }
1112
- [Shell](https://mkdocstrings.github.io/shell/){ .external }
1213
- [TypeScript](https://mkdocstrings.github.io/typescript/){ .external }
1314
- [VBA](https://pypi.org/project/mkdocstrings-vba/){ .external }

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ nav:
2828
- Crystal: https://mkdocstrings.github.io/crystal/
2929
- Python: https://mkdocstrings.github.io/python/
3030
- Python (Legacy): https://mkdocstrings.github.io/python-legacy/
31+
- MATLAB: https://watermarkhu.nl/mkdocstrings-matlab/
3132
- Shell: https://mkdocstrings.github.io/shell/
3233
- TypeScript: https://mkdocstrings.github.io/typescript/
3334
- VBA: https://pypi.org/project/mkdocstrings-vba

0 commit comments

Comments
 (0)