aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-05-03 17:24:55 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-05-03 17:24:55 -0300
commitab1cfe757ef719ded786f2d4d1e6a06132e1f228 (patch)
tree6b7423497ea9e1b728d6b4aae291e61cd1533de6 /doc/_templates/index.html
parent425fd9ef6e65aa1c951e761d33ef1cbcd3571c22 (diff)
parent29ad9f3baf3540a82c008d66373e7e8534aff5a6 (diff)
Merge branch 'websiteupdate'
Diffstat (limited to 'doc/_templates/index.html')
-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/>