Creditsยค
This project owes its existence to the incredible mkdocstrings
and its primary handler mkdocstrings-python
. The MATLAB handler has been very much a re-implementation of the python handler, adapted where necessary for 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 maxx, which in turn requires Tree-sitter and its MATLAB parser. These libraries enable the parsing of MATLAB source code with exceptional speed and accuracy.