5
Default template for the "index" page.
7
:copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
8
:license: BSD, see LICENSE for details.
10
{% extends "layout.html" %}
11
{% set title = _('Overview') %}
13
<h1>{{ docstitle|e }}</h1>
16
{% block description %}the documentation for {{ project|e }}
17
{{ release|e }}{% if last_updated %}, last updated {{ last_updated|e }}{% endif %}{% endblock %}.
20
<p><strong>{{ _('Indices and tables:') }}</strong></p>
21
<table class="contentstable" align="center"><tr>
23
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">{{ _('Complete Table of Contents') }}</a><br>
24
<span class="linkdescr">{{ _('lists all sections and subsections') }}</span></p>
25
<p class="biglink"><a class="biglink" href="{{ pathto("search") }}">{{ _('Search Page') }}</a><br>
26
<span class="linkdescr">{{ _('search this documentation') }}</span></p>
28
<p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">{{ _('Global Module Index') }}</a><br>
29
<span class="linkdescr">{{ _('quick access to all modules') }}</span></p>
30
<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">{{ _('General Index') }}</a><br>
31
<span class="linkdescr">{{ _('all functions, classes, terms') }}</span></p>