{% extends "layout.html" %} {% comment %} basic/domainindex.html ~~~~~~~~~~~~~~~~~~~~~~ Template for domain indices (module index, ...). :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. {% endcomment %} {% block title %}{{indextitle}}{% endblock %} {% block extrahead %} {{ block.super }} {% if not embedded and collapse_index %} {% endif %} {% endblock %} {% block body %}

{{ indextitle }}

{% for letter, entries in content %} {{ letter }} {% if not loop.last %} | {% endif %} {% endfor %}
{% endblock %}