aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/_themes/pysidedocs/modindex.html8
-rw-r--r--doc/_themes/pysidedocs/static/minus.pngbin0 -> 199 bytes
-rw-r--r--doc/_themes/pysidedocs/static/plus.pngbin0 -> 199 bytes
3 files changed, 3 insertions, 5 deletions
diff --git a/doc/_themes/pysidedocs/modindex.html b/doc/_themes/pysidedocs/modindex.html
index 0392edc80..b00a4401f 100644
--- a/doc/_themes/pysidedocs/modindex.html
+++ b/doc/_themes/pysidedocs/modindex.html
@@ -9,7 +9,7 @@
{% endif %}
{% endblock %}
{% block body %}
-
+<div class="section">
<h1 id="global-module-index">{{ _('Global Module Index') }}</h1>
{%- for letter in letters %}
@@ -17,11 +17,9 @@
{%- endfor %}
<hr/>
- <table width="100%" class="indextable" cellspacing="0" cellpadding="2">
+ <table class="indextable" cellspacing="0" cellpadding="2">
{%- for modname, collapse, cgroup, indent, fname, synops, pform, dep, stripped in modindexentries %}
{%- if not modname -%}
- <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
- <tr class="cap"><td></td><td><a name="cap-{{ fname }}"><strong>{{ fname }}</strong></a></td><td></td></tr>
{%- else -%}
<tr{% if indent %} class="cg-{{ cgroup }}"{% endif %}>
<td>{% if collapse -%}
@@ -38,5 +36,5 @@
{%- endif -%}
{% endfor %}
</table>
-
+</section>
{% endblock %}
diff --git a/doc/_themes/pysidedocs/static/minus.png b/doc/_themes/pysidedocs/static/minus.png
new file mode 100644
index 000000000..da1c5620d
--- /dev/null
+++ b/doc/_themes/pysidedocs/static/minus.png
Binary files differ
diff --git a/doc/_themes/pysidedocs/static/plus.png b/doc/_themes/pysidedocs/static/plus.png
new file mode 100644
index 000000000..b3cb37425
--- /dev/null
+++ b/doc/_themes/pysidedocs/static/plus.png
Binary files differ