summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/indexsidebar.html21
-rw-r--r--doc/_templates/layout.html15
-rw-r--r--doc/_templates/localtoc.html36
3 files changed, 0 insertions, 72 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
deleted file mode 100644
index 12bf335..0000000
--- a/doc/_templates/indexsidebar.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<h3>Download</h3>
-{% if version.endswith('(hg)') %}
-<p>This documentation is for version <b>{{ version }}</b>, which is
- not released yet.</p>
-<p>You can use it from the
- <a href="http://code.google.com/p/pytox/source/checkout">Mercurial repo</a> or look for
- released versions in the <a href="http://pypi.python.org/pypi/tox">Python
- Package Index</a>.</p>
-{% else %}
-<p>Current: <b>{{ version }}</b>
-[<a href="{{ pathto('changelog') }}">Changes</a>]</p>
-<p>
-<a href="http://pypi.python.org/pypi/tox">tox on PyPI</a>
-</p>
-<pre>pip install tox</pre>
-{% endif %}
-
-<h3>Questions? Suggestions?</h3>
-
-<p>Checkout <a href="{{ pathto('support') }}">support channels</a>
-</p>
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
deleted file mode 100644
index 1892483..0000000
--- a/doc/_templates/layout.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "!layout.html" %}
-
-
-{% block footer %}
-{{ super() }}
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-17241637-3");
-pageTracker._trackPageview();
-} catch(err) {}</script>
-{% endblock %}
diff --git a/doc/_templates/localtoc.html b/doc/_templates/localtoc.html
deleted file mode 100644
index 5976c4b..0000000
--- a/doc/_templates/localtoc.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-{%- if pagename != "search" %}
-<div id="searchbox" style="display: none">
- <form class="search" action="{{ pathto('search') }}" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="{{ _('Search') }}" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
-{%- endif %}
-
-<h3>quicklinks</h3>
-<div style="text-align: left; font-size: 100%; vertical-align: middle;">
-<table>
-<tr>
-<td>
- <a href="{{ pathto('index') }}">home</a>
-</td><td>
- <a href="{{ pathto('examples') }}">examples</a>
-</td></tr><tr><td>
- <a href="{{ pathto('install') }}">install</a>
-</td><td>
- <a href="{{ pathto('changelog') }}">changelog</a>
-</td></tr><tr><td>
- <a href="{{ pathto('config') }}">config</a>
-</td><td>
- <a href="https://bitbucket.org/hpk42/tox/issues?status=new&status=open">issues[bb]</a>
-</td></tr><tr><td>
- <a href="{{ pathto('support') }}">support</a>
-</td><td>
-</td></tr></table>
-</div>
-{% extends "basic/localtoc.html" %}
-