-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] Run more examples as part of the doc generation #8851
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
Conversation
FYI on my laptop running the additional examples takes about 2 minutes. Since the CircleCI build is about 40 minutes, this is not a big deal. |
sphinx-gallery seems to have issues running examples that make use of |
Also I would be in favour of ignoring the flake8 errors (which is why Travis is red) to keep this PR as simple as possible. |
@glemaitre if you have some time to look at this one, that would be great ! |
ok |
LGTM. Below, a TODO list which might be moved to another issue/PR with the PEP8 issues. TODO in either another PR or this one:
|
See #8864 for a fix for the CircleCI failure |
e696e68
to
cef745b
Compare
Also fix errors of existing examples
cef745b
to
fb18955
Compare
OK CIs are green, I am going to merge this one. |
@lesteve I'm gonna change the two examples that I mentioned above |
Fix the simplest part of #8849. Also fix some errors of existing examples.