* api docs

* more docstrings

* logs

* docs shakeup

* fix notes, added intro to all apis

* Remove defaults to

* add note to events

* note

* use fira code
This commit is contained in:
Will McGugan
2023-04-08 15:35:49 +01:00
committed by GitHub
parent 5726a20e8e
commit 2244b1161e
103 changed files with 879 additions and 557 deletions

View File

@@ -1,3 +0,0 @@
::: textual.widgets.Button
::: textual.widgets._button.ButtonVariant
::: textual.widgets._button.InvalidButtonVariant

View File

@@ -1 +0,0 @@
::: textual.widgets.Checkbox

View File

@@ -1 +0,0 @@
::: textual.widgets.DataTable

View File

@@ -1 +0,0 @@
::: textual.widgets.DirectoryTree

View File

@@ -1 +0,0 @@
::: textual.widgets.Footer

View File

@@ -1 +0,0 @@
::: textual.widgets.Header

View File

@@ -1 +0,0 @@
::: textual.widgets.Input

View File

@@ -1 +0,0 @@
::: textual.widgets.Label

View File

@@ -1 +0,0 @@
::: textual.widgets.ListItem

View File

@@ -1 +0,0 @@
::: textual.widgets.ListView

View File

@@ -1 +0,0 @@
::: textual.widgets.LoadingIndicator

1
docs/api/logger.md Normal file
View File

@@ -0,0 +1 @@
::: textual.Logger

View File

@@ -1 +0,0 @@
::: textual.widgets.Markdown

View File

@@ -1 +0,0 @@
::: textual.widgets.MarkdownViewer

View File

@@ -1,5 +1 @@
A message pump is a class that processes messages.
It is a base class for the `App`, `Screen`, and `Widget` classes.
::: textual.message_pump

View File

@@ -1,3 +0,0 @@
::: textual.widgets.OptionList
::: textual.widgets._option_list.Option
::: textual.widgets._option_list.Separator

View File

@@ -1,2 +0,0 @@
::: textual.widgets.Placeholder
::: textual.widgets._placeholder.PlaceholderVariant

View File

@@ -1 +0,0 @@
::: textual.widgets.RadioButton

View File

@@ -1 +0,0 @@
::: textual.widgets.RadioSet

View File

@@ -1 +0,0 @@
::: textual.widgets.Static

View File

@@ -1 +0,0 @@
::: textual.widgets.Switch

View File

@@ -1,2 +0,0 @@
::: textual.widgets.TabbedContent
::: textual.widgets.TabPane

View File

@@ -1,2 +0,0 @@
::: textual.widgets.Tab
::: textual.widgets.Tabs

View File

@@ -1 +0,0 @@
::: textual.widgets.TextLog

View File

@@ -1 +0,0 @@
::: textual.widgets._toggle_button.ToggleButton

View File

@@ -1,4 +0,0 @@
::: textual.widgets.Tree
::: textual.widgets._tree.TreeNode
::: textual.widgets._tree.NodeID
::: textual.widgets._tree.TreeDataType

View File

@@ -1 +0,0 @@
::: textual.widgets.Welcome

View File

@@ -1 +1,2 @@
::: textual.work