aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-04-29 15:14:05 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-05-03 17:21:33 -0300
commit29ad9f3baf3540a82c008d66373e7e8534aff5a6 (patch)
tree7650843f33e9d518179cd029e2047883492832db /doc/_templates
parent55e4336840093a118da89602b43b91f36a115344 (diff)
Update shiboken documentation.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 09486d7ee..cdbdee9b7 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -4,7 +4,7 @@
<div class="section">
<h1>{{ project }} {{ version }}</h1>
- <p>{{ project }} is a plugin for Generator Runner, this generator generates CPython code instead of boost::python code as BoostPythonGenerator does.</p>
+ <p>{{ project }} is a plugin (front-end) for Generator Runner. It generates CPython code instead of boost::python code as BoostPythonGenerator does. This way the overall size of PySide bindings can be drastically reduced.</p>
<h2>Documentation</h2>
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
@@ -13,6 +13,8 @@
<span class="linkdescr">for a complete overview</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("faq") }}">FAQ</a><br/>
<span class="linkdescr">answers for frequent asked questions</span></p>
+ <p class="biglink"><a class="biglink" href="{{ pathto("tutorial/introduction") }}">Tutorial</a><br/>
+ <span class="linkdescr">start here</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("commandlineoptions") }}">Command line options</a><br/>
<span class="linkdescr">explains the few flags used to change {{ project }} behaviour</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("typesystemvariables") }}">Type System Variables</a><br/>