From 4e4353b2ce1c1eebe0e50d64f0df6a2d2900db91 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 6 Feb 2023 16:04:52 +0000 Subject: [PATCH] Remove the dictionary example from the front page of the docs Sometimes, when building the docs, this would end up being a bit of an "empty" example in that the time taken to get the result back from the API would be so long that the output would be of the request just in progress. So we've decided to drop this from the front page. --- docs/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4d1c05832..1ce69322d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -81,10 +81,6 @@ Build sophisticated user interfaces with a simple Python API. Run your apps in t ``` -```{.textual path="docs/examples/events/dictionary.py" columns="100" lines="30" press="tab,_,t,e,x,t,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_"} -``` - - ```{.textual path="docs/examples/guide/layout/combining_layouts.py" columns="100", lines="30"} ```