What's an example of a beautifully documented Python library?
@gagliardi_vale Textual is quite nice (unsurprisingly): https://textual.textualize.io/
and its companion library rich is not bad either - maybe not quite as beautiful, but very clean and readable and useful: https://rich.readthedocs.io/en/latest/index.html
Honestly, I don't think I've come across any library whose documentation "maxes out" on beautiful IMO, but those two are among the best I can think of at the moment.
@gagliardi_vale The #pytest documentation is also pretty decent, come to think of it: https://docs.pytest.org/en/stable/