sphinx-contrib / matlabdomain

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

Autodoc MATLAB and Python code together. #95

Closed joeced closed 5 years ago

joeced commented 5 years ago

Fixes #63

By using a DocumenterBridge and registering the auto-directives to the domain we can document both MATLAB and Python code together in the same document.