Added blog

This commit is contained in:
Will McGugan
2022-11-06 15:41:12 +00:00
parent ae61749a8d
commit a46eda2fa0
42 changed files with 212 additions and 109 deletions

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

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

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

@@ -0,0 +1 @@
::: textual.binding.Binding

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

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

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

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

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

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

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

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

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

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

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

@@ -0,0 +1 @@
::: textual.dom.DOMNode

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

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

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

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

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

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

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

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

3
docs/api/index.md Normal file
View File

@@ -0,0 +1,3 @@
# Reference
A reference to the Textual public APIs.

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

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

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

@@ -0,0 +1 @@
::: textual.message.Message

5
docs/api/message_pump.md Normal file
View File

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

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

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

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

@@ -0,0 +1 @@
::: textual.css.query

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

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

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

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

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

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

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

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

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

@@ -0,0 +1 @@
::: textual.widget.Widget