aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-17 15:28:36 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-10-17 15:28:36 -0300
commit111061c3fceb872d4efcafb65014bfd91cfd0051 (patch)
tree0ed5962bd356bb1551809b0722dc74d98a93872d /doc/_templates/index.html
parent51168e70b530c6920411680d5e6dde7aeaba164c (diff)
Added a new sphinx theme for APIExtractor documentation.
This theme should be used on all sphinx-based pyside documentation.
Diffstat (limited to 'doc/_templates/index.html')
-rw-r--r--doc/_templates/index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 00a829ccc..4aa14ede5 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>API Extractor {{ version }}</h1>
<p>API Extractor is a tool that eases the development of bindings of Qt-based libraries for high
@@ -10,17 +11,17 @@
<a href="http://labs.trolltech.com/page/Projects/QtScript/Generator">QtScriptGenerator</a> project.</p>
<h2>Documentation</h2>
- <table class="contentstable" align="center" style="margin-left: 30px"><tr>
+ <table class="contentstable"><tr>
<td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("overview") }}">Overview</a><br/>
+ <p class="biglink"><a href="{{ pathto("overview") }}">Overview</a><br/>
<span class="linkdescr">how API Extractor works</span></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("typesystem") }}">Typesystem reference</a><br/>
+ <p class="biglink"><a href="{{ pathto("typesystem") }}">Typesystem reference</a><br/>
<span class="linkdescr">reference for all typesystem tags</span></p>
</td>
<td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>
+ <p class="biglink"><a href="{{ pathto("contents") }}">Contents</a><br/>
<span class="linkdescr">for a complete overview</span></p>
</td></tr>
</table>
-
+</div>
{% endblock %}