Update doc

This commit is contained in:
elapouya 2018-12-05 09:24:25 +01:00
parent cd89aa33aa
commit 25825a79f1

View File

@ -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
-----