Update docstring.

This commit is contained in:
Christopher Ramírez 2014-07-19 00:01:13 -06:00
parent 76729fb918
commit 96f30823a7

View file

@ -6,11 +6,11 @@
"""
Secretary
Take the power of Jinja2 templates to OpenOffice and LibreOffice.
This project is a document engine which make use of LibreOffice
documents as templates and use the semantics of jinja2 to control
variable printing and control flow.
This file implements Render. Render provides an interface to render
Open Document Format (ODF) documents to be used as templates using
the jinja2 template engine. To render a template:
To render a template:
engine = Render(template_file)
result = engine.render(template_var1=...)
"""