sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
http://sphinxcontrib-matlabdomain.readthedocs.io/
Other
70 stars 46 forks source link

[WIP] Work on writing a parser using the textmate grammar backend. #253

Closed apozharski closed 4 months ago

apozharski commented 4 months ago

Currently includes support for:

Things left to do:

joeced commented 4 months ago

Please install pre-commit, which will among others run black formatter. Set up a virtual environment and then run:

pip install -r dev-requirements.txt
pre-commit install