honey-team / ufpy

Ufpy (Useful Python) - package for Python with some useful features
https://honey-team.github.io/ufpy-website
MIT License
3 stars 3 forks source link

Bug fix README logos #56

Closed bleudev closed 2 weeks ago

bleudev commented 2 weeks ago

Description (optional)

On PyPi there wasn't ufpy logo. Now this bug may be solved.

TO-DO list (optional)

Issue you want to close (optional)

Summary by Sourcery

Fix the display of logos in the README by updating image URLs to absolute paths to ensure they appear correctly on PyPi.

Bug Fixes:

sourcery-ai[bot] commented 2 weeks ago

Reviewer's Guide by Sourcery

This pull request fixes a bug in the README.md file where the project logo was not displaying correctly on PyPi. The changes update the image source URLs to use absolute paths pointing to the raw GitHub content, ensuring the logos are visible on external platforms.

File-Level Changes

Change Details Files
Update image source URLs in README.md to use absolute paths
  • Replace relative paths with absolute GitHub raw content URLs for the dark mode logo
  • Replace relative paths with absolute GitHub raw content URLs for the light mode logo
  • Update the fallback image source to use an absolute GitHub raw content URL
README.md

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.