added intro text to doc index
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 5 May 2008 15:08:34 +0000 (17:08 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 5 May 2008 15:08:34 +0000 (17:08 +0200)
--HG--
branch : trunk

docs/conf.py
docs/index.rst

index 91e1ca419e32851ffb416116a88d62f867ab027c..3bd30e1191c9686f4416c6efbb8506f587272c0f 100644 (file)
@@ -124,7 +124,7 @@ latex_paper_size = 'a4'
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class [howto/manual]).
 latex_documents = [
-  ('index', 'Jinja2.tex', 'Jinja2 Documentation', 'Armin Ronacher', 'manual'),
+  ('index', 'Jinja2.tex', 'Jinja2 Documentation', 'Armin Ronacher', 'manual', 'toctree_only'),
 ]
 
 # Additional stuff for the LaTeX preamble.
index db5c1b5ba8a39f3b86549140c4fd88201ac4d3b7..a6c8bf88794cd1291e49f3e3823fd15918fbe7c9 100644 (file)
@@ -1,7 +1,9 @@
 Jinja2 Documentation
 ====================
 
-Welcome in the Jinja2 documentation.
+This is the documentation for the Jinja2 general purpose templating language.
+Jinja2 is a library for Python 2.4 and onwards that is designed to be flexible,
+fast and secure.
 
 .. toctree::
    :maxdepth: 2