-
Notifications
You must be signed in to change notification settings - Fork 9
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
subpages in the doc #278
subpages in the doc #278
Conversation
WOW @philippemiron !!! |
It looks awesome. |
I think we should be able to create a special |
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.
Awesome, thank you. Two critical warnings had to do with wavelet.py docstrings formatting. They're gone now. The remaining warnings don't seem two concerning to me, they all seem to have to do with double definition of functions, one of them being autogenerated by Sphinx. Let's figure out where to put chunk diagram in a future PR. I built and tested the docs locally and the autosummaries work and look great.
What else need to be done to merge this? |
@philippemiron please merge if ready. |
I played (way too long..) with autosummary this evening. It does generate a doc similar to
scipy
much easier to browse. Only thing I haven't try yet to include the figure afterchunk
.There are also a lot of warnings when building the docs and I believe it's due to the way we import in
__init__.py
that conflicts with the::recursive::
option.