From ee90920ae68f3beabcb57d7b5f18c75c5a0f9b2c Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 28 Mar 2025 13:44:54 +0100 Subject: [PATCH] example result file urls updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68e35a8..535d6b8 100644 --- a/README.md +++ b/README.md @@ -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.