Add project logo (README, docs, PyPI) - #7
Merged
Merged
Conversation
- docs/assets/logo.png: PNG rendered from imgs/logo.svg (kept as source). Placed under docs/ so it is committed (the .gitignore blocks *.png except under docs/) and served by mkdocs. - README.md: centered logo header via an absolute raw.githubusercontent URL so it renders on the PyPI project page (PyPI blocks SVG and does not resolve relative paths). - mkdocs.yml: set theme.logo and favicon; docs/index.md gains a home hero. mkdocs build --strict green; logo copied into site/assets and referenced by the header, favicon, and home page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds the project logo across all three surfaces ahead of the first release.
docs/assets/logo.png— rendered fromimgs/logo.svg(kept as source). Underdocs/so it is committed (the.gitignoreblocks*.pngexcept underdocs/) and served by mkdocs.raw.githubusercontent.comURL, so it renders on the PyPI page (PyPI blocks SVG and won't resolve relative paths).theme.logo+favicon;docs/index.mdgains a home hero.mkdocs build --strictgreen; the logo is copied intosite/assetsand referenced by the header, favicon, and home page. Code is untouched.🤖 Generated with Claude Code