From 9d31cea2eeda30eb043cde879bc52a024e2378b7 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Fri, 19 Sep 2025 09:46:55 +0800 Subject: [PATCH 1/2] docs: update readme (add dependency links) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6b1807f..85d3489 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ Introduction This package uses 2 major packages : -- python-docx for reading, writing and creating sub documents -- jinja2 for managing tags inserted into the template docx +- [python-docx](https://github.com/python-openxml/python-docx) for reading, writing and creating sub documents +- [jinja2](https://github.com/pallets/jinja) for managing tags inserted into the template docx python-docx-template has been created because python-docx is powerful for creating documents but not for modifying them. From 6e019611c398db769cb5ace12d3bf62e151f2716 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Fri, 19 Sep 2025 19:38:42 +0800 Subject: [PATCH 2/2] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 85d3489..ad0ce47 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ Introduction This package uses 2 major packages : -- [python-docx](https://github.com/python-openxml/python-docx) for reading, writing and creating sub documents -- [jinja2](https://github.com/pallets/jinja) for managing tags inserted into the template docx +- `python-docx `_ for reading, writing and creating sub documents +- `jinja2 `_ for managing tags inserted into the template docx python-docx-template has been created because python-docx is powerful for creating documents but not for modifying them.