Image of example output added in the readme

This commit is contained in:
Nicolas 2025-04-15 10:37:09 +02:00
parent 413be9b625
commit dda979487f
2 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,11 @@ composition and element sizes on fixed size pages without manual intervention
is a hard problem where LaTeX is superior. is a hard problem where LaTeX is superior.
## Example outputs ## Example outputs
- HTML: [test_html_render1.html](https://html-preview.github.io/?url=https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.html)
- PDF: [test_latex_render1.pdf](https://raw.githubusercontent.com/Nonannet/pyladoc/refs/heads/main/tests/out/test_latex_render1.pdf) ![example output](docs/output_example.png)
- HTML: [test_html_render1.html](https://html-preview.github.io/?url=https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.html) ([code](https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.html))
- PDF: [test_latex_render1.pdf](https://raw.githubusercontent.com/Nonannet/pyladoc/refs/heads/main/tests/out/test_latex_render1.pdf) ([code](https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render1.tex))
The documents are generated by the script [tests/test_rendering_example1_doc.py](tests/test_rendering_example1_doc.py). The documents are generated by the script [tests/test_rendering_example1_doc.py](tests/test_rendering_example1_doc.py).

BIN
docs/output_example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB