From 366b63552897b96a5633162925564ab85e707cb0 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 20 Feb 2024 21:52:44 +0000 Subject: [PATCH] index page --- docs/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/index.md b/docs/index.md index 16047b256..17875dc45 100644 --- a/docs/index.md +++ b/docs/index.md @@ -120,6 +120,28 @@ Build sophisticated user interfaces with a simple Python API. Run your apps in t + +--- + + +=== "Stopwatch tutorial" + +
+ + +=== "stopwatch.py" + + ```python + --8<-- "docs/examples/tutorial/stopwatch.py" + ``` + +=== "stopwatch.tcss" + + ```css + --8<-- "examples/calculator.tcss" + ``` + + ---