Commit graph

4 commits

Author SHA1 Message Date
Will McGugan
54cec67bd8 titles 2024-07-17 17:16:40 +01:00
Rodrigo Girão Serrão
fbe1c416a4
Hide some members from the public docs. (#3080)
* Hide some members from the public docs.

See relevant issue: #3076.
Some methods need to be implemented to make the widget work but the user doesn't really care about them. For that matter, we can hide them from the public documentation.

* Use private handler to hide from docs.

Related comments: https://github.com/Textualize/textual/pull/3080#issuecomment-1671129733
2023-08-15 16:53:14 +01:00
Dave Pearson
8d2336a02e
Increase the coverage of API documentation
See #1364 -- rather than pull in specific classes, this pulls in every
publicly-documented item (function, class, type, "constant", etc) that can
be found in each of the modules.

This should help improve the linkage of types within the documentation.
2023-02-28 12:27:22 +00:00
Will McGugan
a46eda2fa0 Added blog 2022-11-06 15:41:12 +00:00
Renamed from docs/reference/widget.md (Browse further)