aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-25 19:11:25 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:00 -0300
commit610fc659e802c05e14ec4e905f06a19b5306ce2a (patch)
treeaa3b48047c06e78dad419ee5607a4a1017cdfd00 /doc/_templates
parenta7263b23e001b5281119edd3c5d9f49513503afb (diff)
Added some QML tutorials to the documentation.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index c9d9c591f..07654fca5 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -49,5 +49,10 @@
content in Qt applications</span></p>
</td></tr>
</table>
+
+ <h2>Tutorials and examples</h2>
+
+ <p>A collection of <a href="{{ pathto("tutorials/index") }}">tutorials</a> and "walkthrough" guides are provided with PySide to help new users get started with PySide development. These documents were ported from C++ to Python and cover a range of topics, from basic use of widgets to step-by-step <a href="{{ pathto("tutorials/index") }}">tutorials</a> that show how an application is put together.</p>
+
</div>
{% endblock %}