update doc

This commit is contained in:
Eric Lapouyade 2015-05-13 17:46:59 +02:00
parent 74ea93bf9d
commit f9a6c5a9ac
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ Now you can use python-docx-template to generate as many word documents you want
Documentation
-------------
Please, read `http://docxtpl.readthedocs.org`_
Please, `read the doc <http://docxtpl.readthedocs.org>`_

View File

@ -65,7 +65,7 @@ In order to manage paragraphs, table rows, runs, special syntax has to be used :
{%r jinja2_tag %} for runs
By using these tags, python-docx-template will take care to put the real jinja2 tags at the right place into the document's xml source code.
In addition, these tags also tells python-docx-template to remove the paragraph, table row or run where are located the begin and ending tags.
In addition, these tags also tells python-docx-template to remove the paragraph, table row or run where are located the begin and ending tags and only takes care about what is in between.
Display variables
.................