example result file urls updated

This commit is contained in:
Nicolas 2025-03-28 13:44:54 +01:00
parent 67c48776ac
commit ee90920ae6
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ doc.to_pdf('test.pdf')
## Example outputs
The following documents are generated by tests/test_rendering_example_doc.py:
- HTML: [test_html_render.html](tests/out/test_html_render.html)
- PDF: [test_latex_render.pdf](tests/out/test_latex_render.pdf)
- HTML: [test_html_render.html](https://html-preview.github.io/?url=https://github.com/Nonannet/pyladoc/blob/main/tests/out/test_html_render.html)
- PDF: [test_latex_render.pdf](https://raw.githubusercontent.com/Nonannet/pyladoc/refs/heads/main/tests/out/test_latex_render.pdf)
## Contributing
Contributions are welcome, please open an issue or submit a pull request on GitHub.