Skip to content

doc: lowercase image filenames, use the new SO3 logo, drop unused images#276

Merged
daniel-rossier merged 1 commit into
mainfrom
doc/img-cleanup
Jul 9, 2026
Merged

doc: lowercase image filenames, use the new SO3 logo, drop unused images#276
daniel-rossier merged 1 commit into
mainfrom
doc/img-cleanup

Conversation

@daniel-rossier

Copy link
Copy Markdown
Contributor

Housekeeping in doc/source/img/.

Lowercase filenames (+ references updated)

  • SO3_logo.png -> so3_logo.png (conf.py html_logo)
  • SO3_with_text_dark.png handling (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

  • Use the new so3_logo_dark_text.png as the single header logo in index.rst
    and README.md. The README previously wrapped the logo in a
    <picture>/<source media="dark"> that pointed at the old
    so3_with_text_dark.png, so the dark GitHub theme showed the old logo. Both
    old variants were light-background logos, so the switch served no real
    purpose — collapsed to a single <img> with the new logo (transparent, reads
    fine on both themes). The logo file was present on disk but had never been
    committed; it is now tracked.

Removed unused images

  • SO3_Architecture.png and the untracked stale so3_Architecture.png
    duplicate (export_png.sh only emits the lowercase so3_architecture.png).
  • JTAG_connector.svg (unreferenced).
  • SO3_with_text.png and so3_with_text_dark.png (superseded by the new logo).

Docs build clean (sphinx-build), no broken image references.

- 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.
@daniel-rossier daniel-rossier merged commit c600171 into main Jul 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant