Update Spanish book cover#5
Merged
Merged
Conversation
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s visible branding to consistently use the Spanish edition cover image across GitHub (README) and the Jupyter Book landing page, aligning the presentation with the translated edition.
Changes:
- Add the Spanish cover image to
README.mdusing a local path (jb/_static/think_python_3e_es.png). - Update the Jupyter Book landing page (
jb/index.md) to reference the local Spanish cover asset instead of the upstream English cover URL. - Add descriptive
alttext for accessibility on the book landing page image.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Displays the Spanish cover on the repository landing page using the local static asset. |
| jb/index.md | Switches the landing page cover image from a remote URL to the local Spanish cover asset with alt text. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This updates the project to use the Spanish cover so the book presentation clearly reflects the translated edition.
The new cover asset is stored with the Jupyter Book static files, the book landing page now references it locally, and the README displays the same Spanish cover for consistency.