{# Template for a storage-format domainindex document. :copyright: Copyright 2007-2021 by the Sphinx team (sphinx-doc/sphinx#AUTHORS) :copyright: Copyright 2021 Sphinx Confluence Builder Contributors (AUTHORS) :license: BSD-2-Clause (LICENSE) #} {%- if pagegen_notice -%}
{{ L('This page has been automatically generated.') }}

{%- else -%}
{%- endif %}
{% for (key, _) in index -%} {{ key|upper }} {% if not loop.last %}| {% endif %} {%- endfor %}

{%- for key, entries in index %} {% for (name, grouptype, page, anchor, extra, qualifier, description) in entries %} {% endfor %} {% endfor %}

{{ key|upper }}

{%- if grouptype == 2 %}

{% endif -%} {%- if page %} {{ name|e }} {%- else -%} {{ name|e }} {%- endif -%} {%- if extra %} ({{ extra|e }}){% endif -%} {%- if grouptype == 2 %}

{% endif %}
{%- if qualifier %}{{ qualifier|e }}:{% endif -%} {{ description|e }}