From 25825a79f1bf46a23a119ed33d1014c3fc1e5d0e Mon Sep 17 00:00:00 2001 From: elapouya Date: Wed, 5 Dec 2018 09:24:25 +0100 Subject: [PATCH] Update doc --- docs/index.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index da09d86..8ba1078 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -313,7 +313,13 @@ Then in your template, you will be able to use :: Examples -------- -The best way to see how it works is to read examples, they are located in `tests/` directory. Templates and generated .docx files are in `tests/test_files/`. +The best way to see how it works is to read examples, they are located in `tests/` directory. +Docx test templates are in `tests/templates/`. To generate final docx files :: + + cd tests/ + python runtests.py + +Generated files are located in `tests/output` directory. Share -----