Back to Sphinx

{{ docstitle|e }}

sphinx/themes/basic/defindex.html

9.1.0887 B
Original Source

{# Default template for the "index" page. #}{{ warn('Now base template defindex.html is deprecated.') }} {%- extends "layout.html" %} {% set title = _('Overview') %} {% block body %}

{{ docstitle|e }}

{{ _('Welcome! This is') }} {% block description %}{{ _('the documentation for') }} {{ project|e }} {{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}{% endblock %}.

{% block tables %}

{{ _('Indices and tables:') }}

|

[{{ _('Complete Table of Contents') }}]({{%20pathto()
{{ _('lists all sections and subsections') }}

[{{ _('Search Page') }}]({{%20pathto()
{{ _('search this documentation') }}

|

[{{ _('Global Module Index') }}]({{%20pathto()
{{ _('quick access to all modules') }}

[{{ _('General Index') }}]({{%20pathto()
{{ _('all functions, classes, terms') }}

|

{% endblock %} {% endblock %}