mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
api docs (#2240)
* 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:
@@ -1,3 +0,0 @@
|
||||
::: textual.widgets.Button
|
||||
::: textual.widgets._button.ButtonVariant
|
||||
::: textual.widgets._button.InvalidButtonVariant
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Checkbox
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.DataTable
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.DirectoryTree
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Footer
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Header
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Input
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Label
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.ListItem
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.ListView
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.LoadingIndicator
|
||||
1
docs/api/logger.md
Normal file
1
docs/api/logger.md
Normal file
@@ -0,0 +1 @@
|
||||
::: textual.Logger
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Markdown
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.MarkdownViewer
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
::: textual.widgets.OptionList
|
||||
::: textual.widgets._option_list.Option
|
||||
::: textual.widgets._option_list.Separator
|
||||
@@ -1,2 +0,0 @@
|
||||
::: textual.widgets.Placeholder
|
||||
::: textual.widgets._placeholder.PlaceholderVariant
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.RadioButton
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.RadioSet
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Static
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Switch
|
||||
@@ -1,2 +0,0 @@
|
||||
::: textual.widgets.TabbedContent
|
||||
::: textual.widgets.TabPane
|
||||
@@ -1,2 +0,0 @@
|
||||
::: textual.widgets.Tab
|
||||
::: textual.widgets.Tabs
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.TextLog
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets._toggle_button.ToggleButton
|
||||
@@ -1,4 +0,0 @@
|
||||
::: textual.widgets.Tree
|
||||
::: textual.widgets._tree.TreeNode
|
||||
::: textual.widgets._tree.NodeID
|
||||
::: textual.widgets._tree.TreeDataType
|
||||
@@ -1 +0,0 @@
|
||||
::: textual.widgets.Welcome
|
||||
@@ -1 +1,2 @@
|
||||
|
||||
::: textual.work
|
||||
|
||||
Reference in New Issue
Block a user