{% extends "layout.html" %} {% set title = _('Global Module Index') %} {% block extrahead %} {{ super() }} {% if builder != 'htmlhelp' and collapse_modindex %} {% endif %} {% endblock %} {% block body %}
{{ _('Most popular modules:') }}
{{ fname }} | ||
{% if collapse -%} {%- endif %} | {% if indent %} {% endif %} {% if fname %}{% endif -%} {{ modname|e }} {%- if fname %}{% endif %} {%- if pform[0] %} ({{ pform|join(', ') }}){% endif -%} | {% if dep %}{{ _('Deprecated')}}:{% endif %} {{ synops|e }} |