buildframework/helium/external/python/lib/2.5/Sphinx-0.5.1-py2.5.egg/sphinx/templates/defindex.html
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 180 e02a83d4c571
child 592 3215c239276a
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
     1 {% extends "layout.html" %}
       
     2 {% set title = _('Overview') %}
       
     3 {% block body %}
       
     4   <h1>{{ docstitle|e }}</h1>
       
     5   <p>
       
     6     Welcome! This is
       
     7     {% block description %}the documentation for {{ project|e }}
       
     8     {{ release|e }}{% if last_updated %}, last updated {{ last_updated|e }}{% endif %}{% endblock %}.
       
     9   </p>
       
    10   {% block tables %}
       
    11   <p><strong>{{ _('Indices and tables:') }}</strong></p>
       
    12   <table class="contentstable" align="center"><tr>
       
    13     <td width="50%">
       
    14       <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">{{ _('Complete Table of Contents') }}</a><br>
       
    15          <span class="linkdescr">{{ _('lists all sections and subsections') }}</span></p>
       
    16       <p class="biglink"><a class="biglink" href="{{ pathto("search") }}">{{ _('Search Page') }}</a><br>
       
    17          <span class="linkdescr">{{ _('search this documentation') }}</span></p>
       
    18     </td><td width="50%">
       
    19       <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">{{ _('Global Module Index') }}</a><br>
       
    20          <span class="linkdescr">{{ _('quick access to all modules') }}</span></p>
       
    21       <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">{{ _('General Index') }}</a><br>
       
    22          <span class="linkdescr">{{ _('all functions, classes, terms') }}</span></p>
       
    23     </td></tr>
       
    24   </table>
       
    25   {% endblock %}
       
    26 {% endblock %}