From af18b1794a079e8d2b767fd8f21b2ee9cc56b582 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sat, 8 Nov 2025 19:25:32 +0100 Subject: [PATCH] update readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index c8167c8..972fc53 100644 --- a/README.md +++ b/README.md @@ -130,14 +130,9 @@ The `examples/` directory contains working demonstrations: - **[02_text_and_layout.py](examples/02_text_and_layout.py)** - HTML parsing and text rendering - **[03_page_layouts.py](examples/03_page_layouts.py)** - Different page configurations - **[04_table_rendering.py](examples/04_table_rendering.py)** - HTML table rendering with styling -- **[05_table_with_images.py](examples/05_table_with_images.py)** - Tables with embedded images +- **[05_html_table_with_images.py](examples/05_html_table_with_images.py)** - Tables with embedded images - **[06_functional_elements_demo.py](examples/06_functional_elements_demo.py)** - Interactive buttons and forms with callbacks -### Advanced Examples -- **[html_multipage_simple.py](examples/html_multipage_simple.py)** - Multi-page HTML rendering -- **[html_multipage_demo_final.py](examples/html_multipage_demo_final.py)** - Complete multi-page layout -- **[html_line_breaking_demo.py](examples/html_line_breaking_demo.py)** - Line breaking demonstration - Run any example: ```bash cd examples @@ -150,7 +145,6 @@ See **[examples/README.md](examples/README.md)** for detailed documentation. - **[ARCHITECTURE.md](ARCHITECTURE.md)** - Detailed explanation of Abstract/Concrete architecture - **[examples/README.md](examples/README.md)** - Complete guide to all examples -- **[examples/README_HTML_MULTIPAGE.md](examples/README_HTML_MULTIPAGE.md)** - HTML rendering guide - **API Reference** - See docstrings in source code ## License