-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matlab autosummary #211
base: master
Are you sure you want to change the base?
Matlab autosummary #211
Conversation
* Add autosummary feature in mat_autosummary.py file *.Add an test example in tests folder
@@ -0,0 +1,8 @@ | |||
.. autosummary:: | |||
:toctree: generated/ | |||
:template: matmodule.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there documentation somewhere on when matmodule.rst, matclass.rst, or matbase.rst should be used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matmodule.rst, matclass.rst, matbase.rst are used as default template file for modules classes and others. It could be omitted. And users could create their own template files.
I add a simple explaination in the file.
Would suggest adding this feature into the overall docs as part of the PR so that this feature is documented on the default docs page, rather than just in the test folder |
Revise template loader.
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 ? |
I can potentially help with this, but don't want to step on any toes... |
The code might be redundant. The summary table is not completed.
Any comments and suggestions are very welcome!