{# This file is part of quark-sphinx-theme. Copyright (c) 2016 Felix Krull Released under the terms of the BSD license; see LICENSE. Based on code from the Sphinx project (http://sphinx-doc.org). Copyright 2007-2016 by the Sphinx team. Originally released under the terms of the BSD license. #} {% extends 'basic/domainindex.html' %} {% block body %} {%- set groupid = idgen() %}

{{ indextitle }}

{%- for (letter, entries) in content %} {{ letter }} {%- if not loop.last %} | {% endif %} {%- endfor %}
{%- for letter, entries in content %} elements so we move the id. -#} {{ letter }} {%- for (name, grouptype, page, anchor, extra, qualifier, description) in entries %} {%- endfor %} {%- endfor %}
 
{#- QTextBrowser can't jump to
{% if grouptype == 1 -%} {%- endif %} {% if grouptype == 2 %}   {% endif %} {% if page %}{% endif -%} {{ name|e }} {%- if page %}{% endif %} {%- if extra %} ({{ extra|e }}){% endif -%} {% if qualifier %}{{ qualifier|e }}:{% endif %} {{ description|e }}
{% endblock %}