-
Notifications
You must be signed in to change notification settings - Fork 68
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
[ENH,DOC,TST] use doctest and sphinx gallery to test/display examples #450
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #450 +/- ##
==========================================
- Coverage 75.73% 75.46% -0.27%
==========================================
Files 65 65
Lines 3820 3779 -41
==========================================
- Hits 2893 2852 -41
Misses 927 927
Continue to review full report at Codecov.
|
Cool! Ready for review? Looks like I need to fix something in the pull request docks check |
not yet! I switched to running github actions locally to stop the madness! |
@jdkent whatever happened to this old PR? Can you rebase master and see if tests pass? |
yeah, i can do that, but I feel like there was some blocker that resulted in me not being being able to finish. |
That's probably right. |
related to #445.
This pull request begins to add doctest to the relevant inline examples and attempts to use sphinx-gallery to build examples (most of the examples require API keys causing them to fail...).