mirror of
https://github.com/rio-labs/rio.git
synced 2026-04-25 21:58:32 -05:00
tiny docs tweaks
This commit is contained in:
@@ -188,9 +188,8 @@ class FastapiServer(fastapi.FastAPI, AbstractAppServer):
|
||||
summary=None,
|
||||
description=app_.description,
|
||||
openapi_url=None,
|
||||
# openapi_url="/openapi.json" if debug_mode else None,
|
||||
# docs_url="/docs" if debug_mode else None,
|
||||
# redoc_url="/redoc" if debug_mode else None,
|
||||
docs_url=None,
|
||||
redoc_url=None,
|
||||
lifespan=type(self)._lifespan,
|
||||
)
|
||||
AbstractAppServer.__init__(
|
||||
|
||||
@@ -217,12 +217,11 @@ def _indices_to_rectangle(
|
||||
@t.final
|
||||
class Table(FundamentalComponent):
|
||||
"""
|
||||
Display & input for tabular data.
|
||||
Display for tabular data.
|
||||
|
||||
Tables are a way to display data in a grid, with rows and columns. They are
|
||||
very useful for displaying data that is naturally tabular, such as
|
||||
spreadsheets, databases, or CSV files. Tables can be sorted by clicking on
|
||||
the column headers.
|
||||
well suited for displaying data that is naturally tabular, such as
|
||||
spreadsheets, databases, or CSV files.
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
Reference in New Issue
Block a user