summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
committerChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
commitdc73d5573e6c415fd5589309875221343755fa7b (patch)
tree659efa35be8d698bc4c552ad66a92a28688d5ed2 /docs/_templates
parent8c174186edba0ab407e18cd5130d3bbb7a939416 (diff)
downloadpaste-git-fix-docs.tar.gz
Prepare docs for publishing to RTFDfix-docs
We'd like to have a stable location for documentation. The destination will be https://pythonpaste.readthedocs.io This change also tries to make sure that there are sufficient warnings throughout about the status of Paste.
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
deleted file mode 100644
index 6ae2d42..0000000
--- a/docs/_templates/layout.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block extrahead %}
-{{ super() }}
-<link rel="stylesheet" type="text/css"
- href="{{ pathto('_static/paste.css') }}">
-{% endblock %}
-
-{% block sidebartoc %}
-<h3><a href="http://pythonpaste.org/" class="invisible-link">Python Paste</a></h3>
-
-<ul>
-<li><a href="https://bitbucket.org/ianb/pastescript/issues/">Issue tracker</a></li>
-<li><a href="http://pythonpaste.org/">Paste core</a></li>
-<li><a href="http://webob.org/">WebOb</a></li>
-<li><a href="http://pythonpaste.org/deploy/">Paste Deploy</a></li>
-<li><a href="http://pythonpaste.org/script/">Paste Script</a></li>
-<li><a href="http://webtest.pythonpaste.org/">WebTest</a></li>
-<li><a href="http://pythonpaste.org/scripttest/">ScriptType</a></li>
-<li><a href="http://pythonpaste.org/initools/">INITools</a></li>
-<li><a href="http://pythonpaste.org/tempita/">Tempita</a></li>
-<li><a href="http://pythonpaste.org/waitforit/">WaitForIt</a></li>
-<li><a href="http://pythonpaste.org/wphp/">WPHP</a></li>
-<li><a href="http://pythonpaste.org/wsgifilter/">WSGIFilter</a></li>
-<li><a href="http://pythonpaste.org/wsgiproxy/">WSGIProxy</a></li>
-</ul>
-
-{{ super() }}
-{% endblock %}