{% extends "layout.html" %} {% set title = 'Global Module Index' %} {% block extrahead %} {% if collapse_modindex %} {% endif %} {% endblock %} {% block body %}

Global Module Index

{% if builder == 'web' and freqentries %}

Most popular modules:

{%- for module in freqentries %} {{ module.name|e }} {%- endfor %}
{% endif %} {% if builder == 'web' %}
Show modules only available on these platforms:
{% for pl in platforms -%} {% endfor %}
{% endif %} {%- for letter in letters %} {{ letter }} {% if not loop.last %}| {% endif %} {%- endfor %}
{%- for modname, collapse, cgroup, indent, fname, synops, pform, dep in modindexentries %} {%- if not modname -%} {%- else -%} {%- endif -%} {% endfor %}
 
{{ 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 }}
{% endblock %}