From 2b0a05ee32a28659b7358685bbe86b6bc20124d9 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 21 Nov 2011 21:50:40 -0800 Subject: Update stanzabase docs --- docs/_templates/defindex.html | 35 -------------------- docs/_templates/indexcontent.html | 61 ---------------------------------- docs/_templates/layout.html | 69 --------------------------------------- 3 files changed, 165 deletions(-) delete mode 100644 docs/_templates/defindex.html delete mode 100644 docs/_templates/indexcontent.html delete mode 100644 docs/_templates/layout.html (limited to 'docs/_templates') 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 %} -

{{ 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:') }}

- - -
- - - - - -
- {% endblock %} -{% endblock %} diff --git a/docs/_templates/indexcontent.html b/docs/_templates/indexcontent.html deleted file mode 100644 index d5e17cd6..00000000 --- a/docs/_templates/indexcontent.html +++ /dev/null @@ -1,61 +0,0 @@ -{% extends "defindex.html" %} -{% block tables %} -

Parts of the documentation:

- - -
- - - - - - - - - - - - - -
- -

Indices and tables:

- - -
- - - - - - -
- -

Meta information:

- - -
- - - - - -
-{% endblock %} diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html deleted file mode 100644 index a5dd7c82..00000000 --- a/docs/_templates/layout.html +++ /dev/null @@ -1,69 +0,0 @@ -{# - haiku/layout.html - ~~~~~~~~~~~~~~~~~ - - Sphinx layout template for the haiku theme. - - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{% extends "basic/layout.html" %} -{% set script_files = script_files + ['_static/theme_extras.js'] %} -{% set css_files = css_files + ['_static/print.css'] %} - -{# do not display relbars #} -{% block relbar1 %}{% endblock %} -{% block relbar2 %}{% endblock %} - -{% macro nav() %} -

- {%- block haikurel1 %} - {%- endblock %} - {%- if prev %} - «  {{ prev.title }} -   ::   - {%- endif %} - {{ _('Contents') }} - {%- if next %} -   ::   - {{ next.title }}  » - {%- endif %} - {%- block haikurel2 %} - {%- endblock %} -

-{% endmacro %} - -{% block content %} -
- {%- block haikuheader %} - {%- if theme_full_logo != "false" %} - - - - {%- else %} - {%- if logo -%} - - {%- endif -%} -

- {{ project|e }} -

-

{{ shorttitle|e }}

- {%- endif %} - {%- endblock %} -
-
- {{ nav() }} -
-
- {#{%- if display_toc %} -
-

Table Of Contents

- {{ toc }} -
- {%- endif %}#} - {% block body %}{% endblock %} -
-
- {{ nav() }} -
-{% endblock %} -- cgit v1.2.3