-
-
Notifications
You must be signed in to change notification settings - Fork 692
Images not rendered on PyPI #1626
Copy link
Copy link
Closed
Labels
Description
📚 Documentation
The logo and other assets on the project README.md are not rendered on the PyPI page of pytorch-ignite
This is because PyPI does not read the repo for the images, and we'll have to use external links for the image. (reference here)
We could use the https://raw.githubusercontent.com/* counterparts for the assets instead of specifying the path
By specifying the path, I mean the following
Line 5 in 6753b19
| <img src="assets/logo/ignite_logo_mixed.svg" width=512> |
Just a suggestion, please ignore if it is unnecessary :)
Reactions are currently unavailable