Closed
Conversation
This allows Sphinx-Gallery to be build by a direct call to sphinx-build, specifying the sources directory and the build output directory. There is no more the constrain to launch the build from the makefile is the sources directory. - Correct relative path when embedding links - Correct path during build - Summary of failing examples to work on relative path builds - Update tests - Update docs clean and build configs - Figure test for mayavi
New modules - execute blocks - save images - write rst review image test Load Agg in execute_blocks.py because tests load order is alphabetic Correct rendering of traceback in rst files Fix orphan repetition
This was referenced Jan 17, 2017
Member
|
Is it already working for SimpleITK doc? I would be interested to look at the output. |
Author
|
I have put it up here: https://chsasank.github.io/sitk-docs/auto_examples/index.html |
Member
Thanks! |
Amended based on better commit from @Titan-C
0c1f0d4 to
49d4f11
Compare
Contributor
|
@chsasank this PR has a pretty challenging rebase problem now. I'll close this PR but feel free to open a new one if you can get to it. Hopefully it's easier in the context of our recent refactoring! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A follow up to #196. I've had to cherry pick my commits to fix the commit history of my branch.
I'm copying text from #196 and closing it.
Following discussion #194, I've made a working version with support for multiple languages. In the process, I've done quite a bit of refactoring.
I also
_to function names.Please have a look at the implementation and give me your feedback.
Right now, I've written only lua parser, adding other languages shouldn't be hard at this point.
TODO: