-
Notifications
You must be signed in to change notification settings - Fork 5
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 placeholder gears as logo #120
Conversation
Hello @lilyminium! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-06-23 17:11:17 UTC |
This reverts commit 909b821.
@orbeckst is this what you were thinking? I could also drop the question mark in the placeholder if that's simpler! |
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.
Looking great. I’d leave the template with question mark in, just as you have it.
Once you’re done with the logo here, can you also add the official MDAkit logo to the branding repo?
(I’m not 100% sure if we should put the empty template into branding as well — it might become confusing. Perhaps have a separate repo for free templates???)
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.
Approving, although with the one comment re: removing commented out test lines.
tests/test_options.py
Outdated
@@ -39,8 +39,8 @@ def test_official_mda_theme(self, tmpdir): | |||
|
|||
text = conf.read_text() | |||
assert '"mda_official": True,' in text | |||
assert "html_logo" not in text | |||
assert "html_favicon" not in text | |||
# assert "html_logo" not in text |
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.
maybe worth removing these if they are no longer useful?
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.
Thank you -- done!
Adds the logo to MDAKits
Changes made in this Pull Request:
PR Checklist