{% extends "layout.html" %} {% comment %} basic/genindex.html ~~~~~~~~~~~~~~~~~~~ Template for an "all-in-one" index. :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. {% endcomment %} {% block title %}Index{% endblock %} {% block body %}
|
{% endfor %}
{% for key, dummy in genindexentries %} {{key}} {% if not loop.last %}| {% endif %} {% endfor %}
{% endif %} {{ block.super }} {% endblock %}