-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Many pages in the Shiny for Python function reference contain tables that summarize attributes, methods, etc. These tables look like they have errors and typos because of the way they are implemented. For example, this table appears in the documentation of App
.

The tables show the beginning of the documentation for each item in the table. If a user clicks through they can find the complete documentation. However, the table truncates the documentation without indicating it is doing so. To the viewer, it looks like the sentences in the table end abruptly, as if the author was careless or had made a typo. The truncation also looks inconsistent: it doesn't happen uniformly at the end of a line. I suggest appending a ...
to the end of truncated sentences.