aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-21 15:12:34 -0200
committerLuciano Miguel Wolf <luciano.wolf@indt.org.br>2009-10-21 16:26:44 -0300
commitd1af6dc97bbf18577c7a3c4e7a505d1596473cd9 (patch)
treec3461171ce9756700b1ebc1414643ee05cc5efb0 /doc/_templates/index.html
parent17a82a3123c8f0d21aa4e32e295f729d862e65f4 (diff)
Added pysidedocs theme to the generatorrunner documentation.
Diffstat (limited to 'doc/_templates/index.html')
-rw-r--r--doc/_templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 296aae27d..7bb17efdd 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -1,6 +1,7 @@
{% extends "layout.html" %}
{% set title = 'Overview' %}
{% block body %}
+<div class="section">
<h1>BoostPythonGenerator {{ version }}</h1>
<p>BoostPythonGenerator is a tool that eases the development of Python bindings for Qt-based
@@ -28,5 +29,5 @@
<span class="linkdescr">for a complete overview</span></p>
</td></tr>
</table>
-
+</div>
{% endblock %}