sigmf / sigmf-python

Easily interact with Signal Metadata Format (SigMF) recordings.
https://sigmf.org
GNU Lesser General Public License v3.0
42 stars 16 forks source link

Fix SigMF logo rendering in PyPI documentation #43

Closed aromanielloNTIA closed 8 months ago

aromanielloNTIA commented 8 months ago

This should fix rendering on PyPI and resolve #40 by using the "raw" URL for the logo hosted on GitHub. Using the URLs https://github.com/sigmf/SigMF/blob/sigmf-v1.x/logo/sigmf_logo.png?raw=true or https://raw.githubusercontent.com/sigmf/SigMF/sigmf-v1.x/logo/sigmf_logo.png should be equivalent and also work.

A maintainer can test this change by cloning this branch, building the project, and uploading to TestPyPI.