-
Notifications
You must be signed in to change notification settings - Fork 30
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
Move tutorials to top level #550
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #550 +/- ##
==========================================
- Coverage 92.35% 92.35% -0.01%
==========================================
Files 60 60
Lines 4500 4499 -1
==========================================
- Hits 4156 4155 -1
Misses 344 344 ☔ View full report in Codecov by Sentry. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
great, thank you @nwlandry
Thanks for the review, @thomasrobiglio! :D |
This PR uses nbsphinx-link to move the tutorials back to the top level so that not only can nbsphinx render the notebooks for the website, but users can easily access the notebooks as well. This PR also fixes a few small extraneous things, namely:
pkg_resources
to determine the version and the contributing guide now reflects that.