-
-
Notifications
You must be signed in to change notification settings - Fork 17
Adding citing sunpy to navbar #284
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
Conversation
src/sunpy_sphinx_theme/__init__.py
Outdated
@@ -58,6 +58,7 @@ def default_navbar(): | |||
("Get Help", "help/", 2), | |||
("Contribute", "contribute/", 2), | |||
("Blog", "blog/", 2), | |||
("Citing SunPy", "https://docs.sunpy.org/en/stable/citation.html", 3), |
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.
I'm a little reluctant to add more stuff to the very top level of the navbar, there's a practical limit to the number of things we can have before the nav bar starts looking wrong on certain screen widths.
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.
i totally get that - but I think having it prominent across the templates would be good?
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.
or any other suggestion about where to put it?
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.
We could move affiliated packages under about?!
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.
hmm i dont know, its also good to have that on the landing page with an easy button?
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.
does adding "Citing SunPy" here go beyond the practical limit ? i think its worthy here no?
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.
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.
We can attempt to fix this bug rather than work around it with less things of course.
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.
ugh yeah thats gross.
Fixes sunpy/sunpy.org#438 and adds an easy link to cite sunpy to the navbar