Skip to content

docs: centre the README header block in all four languages - #17

Merged
Tuki-Dev-Ops merged 1 commit into
mainfrom
docs/center-align-readme-header
Jul 30, 2026
Merged

docs: centre the README header block in all four languages#17
Tuki-Dev-Ops merged 1 commit into
mainfrom
docs/center-align-readme-header

Conversation

@Tuki-Dev-Ops

Copy link
Copy Markdown
Owner

Title, language switcher, tagline and badges were left-aligned and stacked. Now
in <p align="center"> blocks — what the ecosystem expects at the top of a
README, and what makes the language switcher read as a switcher rather than as a
line of prose.

<h1 align="center">VisionSR</h1>

<p align="center">
  <b>English</b> ·
  <a href="README.ko.md">한국어</a> ·
  <a href="README.zh.md">中文</a> ·
  <a href="README.ja.md">日本語</a>
</p>

Applied identically to all four files, each bolding its own language.

Tagline gains the two things a reader wants before deciding to keep reading —
what routes the models, and which surfaces exist.

Badges gain ruff and mypy, both of which CI now enforces, so they are claims
this repository can actually back.

Badge URLs move from relative to absolute. Relative survives a fork, but these
only mean anything pointing at this repository's Actions, and absolute renders
correctly outside GitHub too.

The licence badge is no longer a link. There is no LICENSE file to link to —
pyproject.toml declares Apache-2.0 but the licence text is not in the tree. Worth
fixing separately; naming a copyright holder is not mine to guess.

Also corrects a garbled clause in the Korean noise-estimation row.

Links, anchors, HTML tag balance and character sets validated programmatically
across all four files.

🤖 Generated with Claude Code

Title, language switcher, tagline and badges were left-aligned and stacked. Now
in <p align="center"> blocks, which is what the ecosystem expects at the top of
a README and what makes the language switcher read as a switcher rather than as
a line of prose.

The tagline gains the two things a reader wants before deciding to keep reading
-- what routes the models, and which surfaces exist -- and the badges gain ruff
and mypy, both of which CI now enforces.

Badge URLs move from relative to absolute. Relative paths survive a fork, but
these are only meaningful pointing at this repository's Actions in the first
place, and absolute renders correctly outside GitHub too.

The licence badge is no longer a link: there is no LICENSE file to link to.
pyproject declares Apache-2.0 but the licence text is not in the tree, which is
worth fixing separately -- naming a copyright holder is not mine to guess.

Also corrects a garbled clause in the Korean noise-estimation row.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Tuki-Dev-Ops
Tuki-Dev-Ops merged commit 31f6337 into main Jul 30, 2026
15 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