Closed shachafl closed 2 weeks ago
Project description on PyPI (https://pypi.org/project/starfish/) is not able to load README.rst
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)
This closes #2028
Project description on PyPI (https://pypi.org/project/starfish/) is not able to load README.rst
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)