| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #3590 +/- ##
=======================================
Coverage 73.22% 73.23%
=======================================
Files 226 226
Lines 21000 21010 +10
=======================================
+ Hits 15378 15386 +8
- Misses 5622 5624 +2 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @Cadair, this is long overdue!
@keflavich - I hold off merging to give you a chance to have a look, but overall I would say we merge and fix in follow-up if any issue pops up
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
|
Build preview is on the RTD status check here: https://astroquery--3590.org.readthedocs.build/en/3590/ That logo customisation isn't in the new theme. We could add a svg of it to the logo spot in the sidebar? |
Sorry, something went wrong.
|
ahh, this reminds me to circle back to the actual logo question. As for the colouring, I would agree that it would be nice to keep the customization even if it's just via an svg; the current theme is very very much astropy and I don't actually want to loose the branding of astroquery. |
Sorry, something went wrong.
|
(I don't mind the top bar, but actually do mind that it only says astropy ) |
Sorry, something went wrong.
|
ditto, I'd like to keep astroquery branding, so please hold off on merging this until we have created the svg logo. Can we do that trivially from the old theme? |
Sorry, something went wrong.
we agreed to do some tweaks before merging, so I'm flipping this status to red to make sure we don't accidentally merge.
There was a problem hiding this comment.
OK, let's hold off until we figure out how to make the astroquery branding more prominent than the top level heading's astropy one.
Sorry, something went wrong.
|
We could do something like this on photutils:
Put a logo up on the left sidebar? |
Sorry, something went wrong.
|
can try this. If it works, where do we put it? <?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340 60" role="img" aria-label="astroquery:docs">
<title>astroquery:docs</title>
<style>
.logo { font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; font-size: 44px; }
.a1 { font-weight: 600; fill: currentColor; }
.a2 { font-weight: 300; fill: #EC5810; }
.a3 { font-weight: 300; fill: currentColor; }
</style>
<text x="0" y="46" class="logo"><tspan class="a1">astro</tspan><tspan class="a2">query</tspan><tspan class="a3">:docs</tspan></text>
</svg>
Putting the logo below is... fine, I guess? But I like the docs as they are now, I don't like arbitrary change. |
Sorry, something went wrong.
|
(I haven't played with the above at all; the font families are just ai-gen, but they're close to what we have now: "Lato", "proxima-nova", "Helvetica Neue", "Arial", sans-serif;. I don't know if the mac stuff is relevant) |
Sorry, something went wrong.
|
Do you want to keep the :docs or do you want to make a more general astroquery logo? I can probably easily edit the astropy svgs to make whatever we want. |
Sorry, something went wrong.
Sorry, something went wrong.
|
the last thing you posted is good - if we can have that sitting in the top left, I'm happy enough, I spose. |
Sorry, something went wrong.
|
Ok, see last commit. I added it to the top of the index page as well. |
Sorry, something went wrong.
|
https://astroquery--3590.org.readthedocs.build/en/3590/ Thanks for adding that @Cadair . I still don't love the aesthetics right now.... there's redundant labeling all around. I like astroquery's current more minimal look. |
Sorry, something went wrong.
|
oh man, you don't have the font for that logo installed 🙈 I should add it to the CSS. It is included in the CSS, so why isn't it using it for the svg?? So remove it from the index page and just leave it in the sidebar? |
Sorry, something went wrong.
yeah I think so argh, fonts. |
Sorry, something went wrong.
|
How about now? I don't know what's up with the fonts? |
Sorry, something went wrong.
unfortunately we'll need to move on from that, we even have a (or more) many years old issue(s) for that. At some point Clara was about to change stuff but she also went nuclear with mixing theme changes with content rather than doing piecemeal so it couldn't be merged. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR migrates this repo to use the new astropy-unified sphinx theme.
For more information about this project see astropy/astropy-project#522