Update doc

This commit is contained in:
Eric Lapouyade 2020-04-29 14:41:27 +02:00
parent 581717e5ee
commit 01fd27df11
2 changed files with 11 additions and 0 deletions

View File

@ -30,3 +30,12 @@ Documentation
-------------
Please, `read the doc <http://docxtpl.readthedocs.org>`_
Other projects
--------------
Have a look at some of my other projects :
- `python-textops3 <https://github.com/elapouya/python-textops3>`_ : Chainable text operations
- `django-robohash-svg <https://github.com/elapouya/django-robohash-svg>`_ : Create svg robots avatars

View File

@ -111,6 +111,8 @@ One can use *ENTER* or *SHIFT+ENTER* to split a text like below, then use ``{%-`
**IMPORTANT :** Use an unbreakable space (*CTRL+SHIFT+SPACE*) when a space is wanted at line beginning or ending.
**IMPORTANT 2 :** ``{%- xxx -%}`` tags must be alone in a line : do not add some text before or after on the same line.
Display variables
.................