diff options
author | Lance Stout <lancestout@gmail.com> | 2011-11-21 21:50:40 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-11-21 21:51:19 -0800 |
commit | 2b0a05ee32a28659b7358685bbe86b6bc20124d9 (patch) | |
tree | 2a2a24c5bde3fa3404402683b340985f00bd1645 /docs/_templates/defindex.html | |
parent | bc2d0ee9a88de9abb151fe399777c1914f9c5e92 (diff) | |
download | slixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.tar.gz slixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.tar.bz2 slixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.tar.xz slixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.zip |
Update stanzabase docs
Diffstat (limited to 'docs/_templates/defindex.html')
-rw-r--r-- | docs/_templates/defindex.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/_templates/defindex.html b/docs/_templates/defindex.html deleted file mode 100644 index ce8d3af6..00000000 --- a/docs/_templates/defindex.html +++ /dev/null @@ -1,35 +0,0 @@ -{# - basic/defindex.html - ~~~~~~~~~~~~~~~~~~~ - - Default template for the "index" page. - - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{% extends "layout.html" %} -{% set title = _('Overview') %} -{% block body %} - <h1>{{ docstitle|e }}</h1> - <p> - Welcome! This is - {% block description %}the documentation for {{ project|e }} - {{ release|e }}{% if last_updated %}, last updated {{ last_updated|e }}{% endif %}{% endblock %}. - </p> - {% block tables %} - <p><strong>{{ _('Indices and tables:') }}</strong></p> - <table class="contentstable" align="center"><tr> - <td width="50%"> - <p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">{{ _('Complete Table of Contents') }}</a><br> - <span class="linkdescr">{{ _('lists all sections and subsections') }}</span></p> - <p class="biglink"><a class="biglink" href="{{ pathto("search") }}">{{ _('Search Page') }}</a><br> - <span class="linkdescr">{{ _('search this documentation') }}</span></p> - </td><td width="50%"> - <p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">{{ _('Global Module Index') }}</a><br> - <span class="linkdescr">{{ _('quick access to all modules') }}</span></p> - <p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">{{ _('General Index') }}</a><br> - <span class="linkdescr">{{ _('all functions, classes, terms') }}</span></p> - </td></tr> - </table> - {% endblock %} -{% endblock %} |