doc updates
This commit is contained in:
@@ -164,14 +164,24 @@ python 01_simple_page_rendering.py
|
||||
python 08_pagination_demo.py # NEW: Multi-page documents
|
||||
```
|
||||
|
||||
**All new examples include comprehensive test coverage!** See [NEW_EXAMPLES_AND_TESTS_SUMMARY.md](docs/NEW_EXAMPLES_AND_TESTS_SUMMARY.md) for details.
|
||||
**All new examples include comprehensive test coverage!** Run tests with:
|
||||
```bash
|
||||
python -m pytest tests/examples/ -v # 30 tests, all passing ✅
|
||||
```
|
||||
|
||||
**Coverage Impact:** The new examples fill critical documentation gaps:
|
||||
- **PageBreak:** 0% → 100% (had NO examples before)
|
||||
- **LinkText:** 14% → 100% (all 4 link types demonstrated)
|
||||
- **FormFields:** 14% → 100% (all 14 field types demonstrated)
|
||||
|
||||
See **[examples/README.md](examples/README.md)** for detailed documentation.
|
||||
|
||||
## Documentation
|
||||
|
||||
- **[ARCHITECTURE.md](ARCHITECTURE.md)** - Detailed explanation of Abstract/Concrete architecture
|
||||
- **[examples/README.md](examples/README.md)** - Complete guide to all examples
|
||||
- **[ARCHITECTURE.md](ARCHITECTURE.md)** - Abstract/Concrete architecture guide
|
||||
- **[examples/README.md](examples/README.md)** - Complete examples guide with tests
|
||||
- **[docs/images/README.md](docs/images/README.md)** - Visual documentation index
|
||||
- **[pyWebLayout/layout/README_EREADER_API.md](pyWebLayout/layout/README_EREADER_API.md)** - EbookReader API reference
|
||||
- **API Reference** - See docstrings in source code
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user