posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.42k stars 48 forks source link

Add absolute URLs to README to improve PyPI summary #373

Closed rich-iannone closed 3 weeks ago

rich-iannone commented 3 weeks ago

This modifies the links to images in the README. Previously we used relative links to graphics assets in the repo to specify image locations. Since PyPI copies the README, the images are broken with every re-publication of the project description (at every release). These changes should ensure that the rendered page will display images, since the relative links have been changed to absolute links.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.77%. Comparing base (b6aa4f8) to head (5539f64).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #373 +/- ## ======================================= Coverage 86.77% 86.77% ======================================= Files 42 42 Lines 4546 4546 ======================================= Hits 3945 3945 Misses 601 601 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.