aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-07-29 19:19:44 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:41 -0300
commitd7710810050f10b23364ad0507596140b975082f (patch)
tree97c38d48c166f92491e1a8dcfc3a5e8f09c42632 /doc/_templates/index.html
parent609f6bc8898f0df4f789e834e2f2e5c97be9866d (diff)
Cosmetic changes on docs.
Diffstat (limited to 'doc/_templates/index.html')
-rw-r--r--doc/_templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 4c50ab32a..e1fb247ae 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -65,5 +65,11 @@
<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>
+ <h2>Other stuff</h2>
+
+ <ul>
+ <li class="toctree-l1"><a class="reference internal" href="pysideapi2.html">PySide API 2</a></li>
+ <li class="toctree-l1"><a class="reference internal" href="pysideversion.html">Getting PySide and Qt version</a></li>
+ </ul>
</div>
{% endblock %}