Ray Zimmerman

Results 101 comments of Ray Zimmerman

> I actually have some code where I made my own "mat:autosummary" directive which might be a good starting point. I for one would be very interested in seeing this...

Ran into this one again. With auto-linking turned on I have a workaround for methods, as `mymethod()` gets automatically converted into ``:meth:`mymethod() ` ``. But for properties, I still don't...

Just wanted to add a quick note here while I'm thinking about it, since I ran into this issue again. It should be possible to link to the proper method...

Thanks @joeced, I understand the "little free time" constraint, so I appreciate your work on this project and any attention you can spare. I've attached a minimal example ([classdef-min-ex.zip](https://github.com/sphinx-contrib/matlabdomain/files/9145003/classdef-min-ex.zip)) of...

Currently, my highest priority blocker is item 1 in [my previous comment](https://github.com/sphinx-contrib/matlabdomain/issues/140#issuecomment-1189600036), i.e. getting `:members:` to output separate lists of properties and methods with headings. I'm totally unfamiliar with the...

I'm not really familiar with the process Sphinx goes through when it produces HTML output, including the relationships between `autodoc`, `autosummary`, `matlabdomain` and core Sphinx functionality. But let me see...

Thanks @joeced. I'm considering diving in to see if I can find a way to address some of the other issues I raised above. Is there any chance you'd be...

First, thanks for #159, #171, #173, and #176 which together provide significant progress toward the goal of being able to write the help in my Matlab files in a way...

I totally understand the limited time, so no pressure. And I very much appreciate your work on all of this. The only thing that is time-critical for me is that...