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

fix: minor formatting issues in the docs #338

Closed jrycw closed 1 month ago

jrycw commented 1 month ago

This PR addresses minor formatting issues in the docs.

Additionally, I noticed that some functions lack parentheses when browsing the docs. This might be because they are categorized as attributes rather than methods during rendering. Is there a way to improve this?

image

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 83.51%. Comparing base (7eae1f2) to head (168d838).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #338 +/- ## ======================================= Coverage 83.51% 83.51% ======================================= Files 41 41 Lines 4308 4308 ======================================= Hits 3598 3598 Misses 710 710 ```

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