update doc
This commit is contained in:
parent
74ea93bf9d
commit
f9a6c5a9ac
@ -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>`_
|
||||
@ -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
|
||||
.................
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user