Skip to content

Images not rendered on PyPI #1626

@Devanshu24

Description

@Devanshu24

📚 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

<img src="assets/logo/ignite_logo_mixed.svg" width=512>

Just a suggestion, please ignore if it is unnecessary :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions