-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add edit page button and link to GitHub in docs #342
Conversation
Reviewer's Guide by SourceryThis pull request enhances the documentation by adding an 'Edit on GitHub' button and a GitHub link in the footer. The changes are implemented by modifying the 'docs/conf.py' file to include the necessary configurations and an embedded SVG for the GitHub icon. File-Level Changes
Tips
|
Here's the code health analysis summary for commits Analysis Summary
|
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.
Hey @tovrstra - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Tests fail due to #340 |
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.
Thanks Toon.
Just to play safe, I'll merge main into this PR and rerun tests (with the NumPy 2 fix). |
Thanks for reviewing. merging... |
One of the minor items in #204.
Based on:
I will YOLO-merge this on Friday, June 21, unless reviewed earlier
Summary by Sourcery
This pull request updates the documentation configuration to include a button for editing pages and a link to the GitHub repository, enhancing the user experience by providing easy access to the source code and the ability to contribute.