spacetx / starfish

starfish: unified pipelines for image-based transcriptomics
https://spacetx-starfish.readthedocs.io/en/latest/
MIT License
228 stars 68 forks source link

Fixing Pypi long description not loading #2029

Closed shachafl closed 2 weeks ago

shachafl commented 2 weeks ago

Project description on PyPI (https://pypi.org/project/starfish/) is not able to load README.rst

image

I had to fix various issues with the README.rst file: 1) Used rst-lint (https://pypi.org/project/restructuredtext-lint/) 2) Replaced travis-ci badge and link with github actions. 3) HTML doesn't support the image scale attribute => replaced with height and width (https://docutils.sourceforge.io/docs/ref/rst/directives.html#image)

shachafl commented 2 weeks ago

This closes #2028