doc: lowercase image filenames, use the new SO3 logo, drop unused images#276
Merged
Conversation
- Lowercase the mixed-case image filenames (SO3_logo.png -> so3_logo.png) and rename the hostname-derived JTAG CI screenshot to so3_ci_jtag.png; update every reference (index.rst, README.md, conf.py, so3_jtag_rpi4.rst). - Use the new so3_logo_dark_text.png as the single header logo in index.rst and README (drop the README light/dark <picture>: both old variants were light-background logos, so the switch only served to show the OLD logo in dark theme). The logo was present on disk but never committed -- now tracked. - Remove unused images: SO3_Architecture.png, JTAG_connector.svg, the old so3_with_text_dark.png (superseded by the new logo) and the redundant SO3_with_text.png, plus the untracked stale so3_Architecture.png duplicate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Housekeeping in
doc/source/img/.Lowercase filenames (+ references updated)
SO3_logo.png->so3_logo.png(conf.pyhtml_logo)SO3_with_text_dark.pnghandling (see below)rick_rick-ThinkPad-P50___-reds-so3-ci-jtag_217.png->so3_ci_jtag.png(so3_jtag_rpi4.rst)After this there are no mixed-case image filenames left.
Logo
so3_logo_dark_text.pngas the single header logo inindex.rstand
README.md. The README previously wrapped the logo in a<picture>/<source media="dark">that pointed at the oldso3_with_text_dark.png, so the dark GitHub theme showed the old logo. Bothold variants were light-background logos, so the switch served no real
purpose — collapsed to a single
<img>with the new logo (transparent, readsfine on both themes). The logo file was present on disk but had never been
committed; it is now tracked.
Removed unused images
SO3_Architecture.pngand the untracked staleso3_Architecture.pngduplicate (
export_png.shonly emits the lowercaseso3_architecture.png).JTAG_connector.svg(unreferenced).SO3_with_text.pngandso3_with_text_dark.png(superseded by the new logo).Docs build clean (
sphinx-build), no broken image references.