mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #982 from Textualize/abs-readme-links
Abs readme links
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,6 @@
|
|||||||
# Textual
|
# Textual
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Textual is a Python framework for creating interactive applications that run in your terminal.
|
Textual is a Python framework for creating interactive applications that run in your terminal.
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ Run the following command to see a little of what Textual can do:
|
|||||||
python -m textual
|
python -m textual
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ The Textual repository comes with a number of examples you can experiment with o
|
|||||||
<summary> 🎬 Code browser </summary>
|
<summary> 🎬 Code browser </summary>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
This is the [code_browser.py](./examples/code_browser.py) example which clocks in at 61 lines (*including* docstrings and blank lines).
|
This is the [code_browser.py](https://github.com/Textualize/textual/blob/abs-readme-links/examples/code_browser.py) example which clocks in at 61 lines (*including* docstrings and blank lines).
|
||||||
|
|
||||||
https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b996-c47b19ee2f49.mov
|
https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b996-c47b19ee2f49.mov
|
||||||
|
|
||||||
@@ -74,9 +74,9 @@ https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b9
|
|||||||
<summary> 📷 Calculator </summary>
|
<summary> 📷 Calculator </summary>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
This is [calculator.py](./examples/calculator.py) which demonstrates Textual grid layouts.
|
This is [calculator.py](https://github.com/Textualize/textual/blob/abs-readme-links/examples/calculator.py) which demonstrates Textual grid layouts.
|
||||||
|
|
||||||

|

|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
@@ -88,11 +88,11 @@ This is [calculator.py](./examples/calculator.py) which demonstrates Textual gri
|
|||||||
|
|
||||||
### Light theme
|
### Light theme
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Dark theme
|
### Dark theme
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user