{#This file is normally inherited from the version defined by our docs theme (Furo). However, that file includes in-line styling which isn't allowed by our website's Content Security Policy (CSP). To resolve this issue, we copied this file from Furo version "2022.12.7".#} {% extends "page.html" %} {% block htmltitle -%} {{ indextitle|striptags|e }} - {{ docstitle|striptags|e }} {% endblock htmltitle -%} {% block scripts -%} {{ super() }} {%- if not embedded and collapse_index %} {%- endif -%} {%- endblock scripts %} {% block content %}

{{ indextitle }}

{%- for (letter, entries) in content -%} {{ letter }} {%- if not loop.last %} | {% endif -%} {%- endfor -%}
{%- set groupid = idgen() %} {%- for letter, entries in content %} {%- for (name, grouptype, page, anchor, extra, qualifier, description) in entries %} {%- endfor %} {%- endfor %}
 
{{ letter }}
{% 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 content %}