{# basic/modindex.html ~~~~~~~~~~~~~~~~~~~ Template for the module index. :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #} {% extends "layout.html" %} {% set title = _('Global Module Index') %} {% block extrahead %} {{ super() }} {% if not embedded and collapse_modindex %} {% endif %} {% endblock %} {% block body %}
| {{ fname }} | ||
| {% if collapse -%} {%- endif %} | {% if indent %} {% endif %} {% if fname %}{% endif -%} {{ stripped|e }}{{ modname|e }} {%- if fname %}{% endif %} {%- if pform and pform[0] %} ({{ pform|join(', ') }}){% endif -%} | {% if dep %}{{ _('Deprecated')}}:{% endif %} {{ synops|e }} |