-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Migration to sphinx-gallery #8247
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
b918016
DOC starting the migration to sphinx
NelleV b110b1f
DOC Set up sphinx-gallery in parallel of our own gallery
NelleV ba6d268
DOC added sphinx-gallery as a requirement
NelleV c908f98
DOC Added readme files to include examples in SG
NelleV c61c856
DOC SG doesn't support parallel builds yet
NelleV eaaf182
DOC lines, bars and markers is now full SG
NelleV 4f92501
DOC examples/statistics is fully SG
NelleV 40eab47
DOC pie and polar charts is now full SG
NelleV 9738124
DOC subplots, axes and figures are now full SG
NelleV 8f8d316
DOC added ticks and spines to sphinx-gallery
NelleV 55a5840
DOC image, contours and fields are fully SG compatible
NelleV 9bf91a8
DOC showcase are fully SG compatible
NelleV f50ab00
DOC text, labels and annotations are fully SG compatible
NelleV 7c79b12
DOC tick and spines is now full SG compatible
NelleV 1ed25aa
DOC shapes and collections is now fully SG compatible
NelleV 8bc4597
DOC mplot3d is fully SG-compatible
NelleV d5583f8
DOC The gallery is now built with sphinx-gallery
NelleV 8f5f185
DOC all plots in the gallery now produce images
NelleV 9d805a1
DOC API is now fully SG-compatible
NelleV 4a13444
DOC linking to auto_examples when possible
NelleV 8b764e7
DOC FIX nitpicks in the conf file
NelleV File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC SG doesn't support parallel builds yet
- Loading branch information
commit c61c856f2f37292d5f37c4db7ef0f02c5fbd5c1d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Does parallel build not work?
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.
No, but ironically, the parallel build doesn't change the run time :D
We can easily activate the flags in sphinx-gallery to make it parallel-safe, but considering there is no gain at all, I haven't created the PR yet.
Actually making the code parallel requires more work, but should be doable.
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.
I I have definitely seen good speed up on building the docs (as they are now) but have found you need to use ~2x the number of workers compared to the number of core.