Jørgen Cederberg
Jørgen Cederberg
sphinxcontrib-matlabdomain 0.19.0 pre-release Hi I'm the main author and maintainer of the `sphinxcontrib-matlabdomain` Python package. I just finished a major update of the extension and added a new configuration option:...
Would it be possible to add a new docstring section ``properties`` as an alias for ``attributes``. This would help write MATLAB docstrings more easily with https://github.com/sphinx-contrib/matlabdomain. Also see https://github.com/sphinx-contrib/matlabdomain/issues/105
We failed to parse this correctly ``` classdef ConanInterface < handle properties(Abstract, SetAccess=protected) remotes; active_remote; conan_home; remotes_json; db_file; settings_file; end methods(Abstract) % Support functions generateConanfile(dir, package_info) full_package_info = getFullPackageInfo(build_info, package_info)...
Currently `enumeration` in classes are ignored.
Originally reported by: **Lev Givon (Bitbucket: [lebedov](https://bitbucket.org/lebedov), GitHub: [lebedov](https://github.com/lebedov))** ---------------------------------------- I'm trying to generate docs for a toolbox of MATLAB functions, but it doesn't seem that autosummary can find the...
Originally reported by: **Mark Mikofski (Bitbucket: [bwanamarko](https://bitbucket.org/bwanamarko), GitHub: Unknown)** ---------------------------------------- Currently, if method defined in separate file, then it's attributes are defined in the classdef. Need to capture the name...
I've authored and maintained `sphninxcontrib-matlabdomain` for the past 7 years. It's been exiting, challenging, but very rewarding to use it at work and see other people and projects using it....