Skip to content

Creditsยค

This project owes its existence to the incredible mkdocstrings, its primary extension mkdocstrings-python, and griffe. These tools handle the templating of parsed content into HTML elements using Jinja templates, allowing much of the code and documentation to be reused and adapted for mkdocstrings-matlab. Special thanks to @paramoy for his efforts.

Moreover, mkdocstrings itself extends mkdocs and mkdocs-material, which form the foundation of the entire mkdoc* suite of documentation tools.

Finally, the parsing of MATLAB docstrings is powered by Tree-sitter and its MATLAB parser. These libraries enable the parsing of MATLAB source code with exceptional speed and accuracy.