diff options
author | Robert Kern <robert.kern@gmail.com> | 2009-08-22 23:55:59 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2009-08-22 23:55:59 +0000 |
commit | b70e2aba6aa29f26bd1a75a9fc3f86c6d077ddb9 (patch) | |
tree | 00a1a033db8177fad49c7b9d606d825d66670116 /doc/numpy.scipy.org/theme/scipy/layout.html | |
parent | f26788cc6ed876ccb0cdbdc3b71742e0f964446a (diff) | |
download | numpy-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.html | 10 |
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>| </li> - <li><a href="{{ pathto('search') }}">search</a>| </li> - <li><a href="{{ pathto('contents') }}">documentation </a> »</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 %} |