aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
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 %}