-
Notifications
You must be signed in to change notification settings - Fork 84
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
Enhance ordering of tutorials in sphinx gallery #1399
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1399 +/- ##
==========================================
- Coverage 77.31% 77.26% -0.05%
==========================================
Files 37 37
Lines 2715 2714 -1
Branches 450 450
==========================================
- Hits 2099 2097 -2
Misses 535 535
- Partials 81 82 +1
Continue to review full report at Codecov.
|
@rly this is ready for review |
@oruebel Is this ready to merge? If so, please Squash and Merge. Thanks |
Motivation
Sphinx gallery currently sorts tutorials within a section based on file size. This order is not very intuitive.
Changes in this PR
Checklist
flake8
from the source directory.