diff --git a/docs/guide/CSS.md b/docs/guide/CSS.md index 684f7d372..f656f0121 100644 --- a/docs/guide/CSS.md +++ b/docs/guide/CSS.md @@ -391,3 +391,7 @@ Button:hover { background: blue !important; } ``` + +## CSS Variables + +TODO: Variables diff --git a/docs/guide/actions.md b/docs/guide/actions.md index 1060a658b..03e8cb174 100644 --- a/docs/guide/actions.md +++ b/docs/guide/actions.md @@ -1 +1,3 @@ # Actions + +TODO: Actions docs diff --git a/docs/guide/events.md b/docs/guide/events.md index 7ad07b04c..1eea90333 100644 --- a/docs/guide/events.md +++ b/docs/guide/events.md @@ -1,5 +1,7 @@ ## Events +TODO: events docs + - What are events - Handling events - Auto calling base classes diff --git a/docs/guide/layout.md b/docs/guide/layout.md index c04fea024..051f303ee 100644 --- a/docs/guide/layout.md +++ b/docs/guide/layout.md @@ -2,6 +2,8 @@ In textual the *layout* defines how widgets will be arranged (or *layed out*) on the screen. Textual supports a number of layouts which can be set either via a widgets `styles` object or via CSS. +TODO: layout docs + ## Vertical A vertical layout will place new widgets below previous widgets, starting from the top of the screen. diff --git a/docs/guide/reactivity.md b/docs/guide/reactivity.md index ff6dc0496..b9918c259 100644 --- a/docs/guide/reactivity.md +++ b/docs/guide/reactivity.md @@ -1,5 +1,7 @@ # Reactivity +TODO: Reactivity docs + - What is reactivity - Reactive variables - Demo diff --git a/docs/guide/screens.md b/docs/guide/screens.md index 4627a5652..688684a43 100644 --- a/docs/guide/screens.md +++ b/docs/guide/screens.md @@ -1,5 +1,7 @@ # Screens +TODO: Screens docs + - Explanation of screens - Screens API - Install screen diff --git a/docs/guide/styles.md b/docs/guide/styles.md index dddf88929..b54ad51a8 100644 --- a/docs/guide/styles.md +++ b/docs/guide/styles.md @@ -1,5 +1,7 @@ # Styles +TODO: Styles docs + - What are styles - Styles object on widgets / app - Setting styles via CSS diff --git a/docs/guide/widgets.md b/docs/guide/widgets.md index f469dcedf..b566f1750 100644 --- a/docs/guide/widgets.md +++ b/docs/guide/widgets.md @@ -1,5 +1,7 @@ # Widgets +TODO: Widgets docs + - What is a widget - Defining a basic widget - Base classes Widget or Static diff --git a/docs/index.md b/docs/index.md index b0b2bcb1d..02cf08e75 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,16 +59,10 @@ Textual is a framework for building applications that run within your terminal.
+```{.textual path="docs/examples/demo.py" columns=100 lines=48} - - -=== "Example 1" - - ```{.textual path="docs/examples/demo.py" columns=100 lines=48} - - ``` - -=== "Example 2" +``` +TODO: Add more example screenshots