posit-dev / great-tables

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

epic: Docstrings / documentation approach that labels experimental features #239

Open machow opened 3 months ago

machow commented 3 months ago

Currently, we are interested in pushing out features quickly. This is reflected especially in our docs, which simply push from main. This means that our docs can diverge from PyPI reality until we cut a release.

To be able to move quickly, but also set people's expectations, we should mark some features as experimental. It would be useful if people...

machow commented 3 months ago

We just put a callout in the docstring of things like fmt_nanoplot, which feels okay for now.