-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make logo adapt to dark mode; add source code links to documentation #113
Conversation
gamatos
commented
Nov 8, 2023
- Make logo adapt to dark mode (it currently partly blends into the dark background)
- Add source code links to the API in the documentation. These links take the user directly to the range of lines where the function is defined in the source file in the GitHub repository.
9375fa3
to
3396230
Compare
f197253
to
a2985fc
Compare
Adjust page width CSS
a2985fc
to
cd515d7
Compare
Documentation generated by the CI action is all good ✅ |
@@ -62,3 +66,24 @@ | |||
"collapse_navigation": False, | |||
"prev_next_buttons_location": "None", | |||
} | |||
|
|||
|
|||
def linkcode_resolve(domain, info): |
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.
Can you say a few words for what this function is used for?
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 point! I'll add a comment explaining what it does
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.
Done!
720468f
to
0092a36
Compare