update to introduction

This commit is contained in:
Will McGugan
2023-01-10 16:07:33 +00:00
parent 4c75d1cb48
commit 43915b9415

View File

@@ -3,7 +3,12 @@
Welcome to the [Textual](https://github.com/Textualize/textual) framework documentation. Built with ❤️ by [Textualize.io](https://www.textualize.io)
<hr>
## In a hurry?
[Get started](./getting_started.md){ .md-button .md-button--primary } or jump straight to [Tutorial](./tutorial.md){ .md-button .md-button--primary }
## What is Textual?
Textual is a framework for building applications that run within your terminal. Text User Interfaces (TUIs) have a number of advantages over web and desktop apps.
@@ -57,8 +62,6 @@ Textual is a framework for building applications that run within your terminal.
</div>
<hr>
```{.textual path="examples/calculator.py" columns=100 lines=41 press="3,.,1,4,5,9,2,_,_,_,_,_,_,_,_"}
```
@@ -79,5 +82,3 @@ Textual is a framework for building applications that run within your terminal.
```{.textual path="docs/examples/app/widgets01.py"}
```