summaryrefslogtreecommitdiff
path: root/doc/numpy.scipy.org/theme/scipy/layout.html
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2009-08-22 23:55:59 +0000
committerRobert Kern <robert.kern@gmail.com>2009-08-22 23:55:59 +0000
commitb70e2aba6aa29f26bd1a75a9fc3f86c6d077ddb9 (patch)
tree00a1a033db8177fad49c7b9d606d825d66670116 /doc/numpy.scipy.org/theme/scipy/layout.html
parentf26788cc6ed876ccb0cdbdc3b71742e0f964446a (diff)
downloadnumpy-b70e2aba6aa29f26bd1a75a9fc3f86c6d077ddb9.tar.gz
DOC: numpy.scipy.org reST thanks to Kyle Mandli.
Diffstat (limited to 'doc/numpy.scipy.org/theme/scipy/layout.html')
-rw-r--r--doc/numpy.scipy.org/theme/scipy/layout.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/numpy.scipy.org/theme/scipy/layout.html b/doc/numpy.scipy.org/theme/scipy/layout.html
index e8f4dac3c..927088ce5 100644
--- a/doc/numpy.scipy.org/theme/scipy/layout.html
+++ b/doc/numpy.scipy.org/theme/scipy/layout.html
@@ -1,18 +1,16 @@
{% extends "sphinxdoc/layout.html" %}
{% block rootrellink %}
- <li><a href="{{ pathto('index') }}">home</a>|&nbsp;</li>
- <li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
- <li><a href="{{ pathto('contents') }}">documentation </a> &raquo;</li>
{% endblock %}
{% block relbar1 %}
<div class="top-logo-header">
-<a href="{{ pathto('index') }}"><img src="{{ pathto("_static/logo.gif", 1) }}" border="0" alt="sampledoc"/></a>
+<a href="{{ pathto('index') }}"><img src="{{ pathto("_static/numpy_logo.png", 1) }}" border="0" alt="NumPy Homepage"/></a>
</div>
-{{ super() }}
{% endblock %}
+{% block relbar2 %}{% endblock %}
+
{# put the sidebar before the body #}
-{% block sidebar1 %}{{ sidebar() }}{% endblock %}
+{% block sidebar1 %}{% endblock %}
{% block sidebar2 %}{% endblock %}