Jørgen Cederberg

Results 48 comments of Jørgen Cederberg

Thanks for the update. I'll try to get time to look at the issue more in depth. However, time is limited at the moment.

Thanks for the report. I'll try to look at it soon

The site [https://bwanamarko.alwaysdata.net/matlabdomain](https://bwanamarko.alwaysdata.net/matlabdomain/) was maintained by the original author of the package. I have no control of it, and therefore it is rather outdated :( We don't have any "autosummary"...

Short update. I finally had time to work on the project this weekend. Today I started looking into why the links don't work as we expect. The culprit is https://github.com/sphinx-contrib/matlabdomain/blob/b081e7c3473097ff41f4d9dc1f666cb6bdfebd3e/sphinxcontrib/matlab.py#L718...

I started working on this in a branch: https://github.com/sphinx-contrib/matlabdomain/tree/try-fix-auto-linking. @rdzman do you have time to test this? I'll be away from a computer for 3 weeks in a few days,...

Ah. Now I understand! Given ``` .. automodule:: test_data ``` Will not do anything (except parsing the MATLAB source files). If you do ``` .. automodule:: test_data :members: ``` It...

That's really nice. It's great with some inspiration on what you would like to get as output. I can't promise anything, but it seems that I will have more time...

@zouhairm with the new version `0.19.0` it should work better. It will not give you sections and tables, you could try and test if ``` .. automodule:: . :members: ```...

> Hi @joeced I have tried modifying the python autosummary ext to got it working for matlab domain. However > > * Most of the codes were copied from python...

Hi Thanks for the contribution. Can you by any chance make an automated test, akin to https://github.com/sphinx-contrib/matlabdomain/blob/master/tests/test_autodoc.py ?