-
-
Notifications
You must be signed in to change notification settings - Fork 655
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 :)