diff options
Diffstat (limited to 'doc/numpy.scipy.org/_theme/scipy/layout.html')
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/layout.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/numpy.scipy.org/_theme/scipy/layout.html b/doc/numpy.scipy.org/_theme/scipy/layout.html new file mode 100644 index 000000000..75da3963d --- /dev/null +++ b/doc/numpy.scipy.org/_theme/scipy/layout.html @@ -0,0 +1,16 @@ +{% extends "sphinxdoc/layout.html" %} + +{% block rootrellink %} +{% endblock %} + +{% block relbar1 %} +<div class="top-logo-header"> +<a href="{{ pathto('index') }}"><img src="{{ pathto("_static/numpy_logo.png", 1) }}" border="0" alt="NumPy Homepage"/></a> +</div> +{% endblock %} + +{% block relbar2 %} {% endblock %} + +{# put the sidebar before the body #} +{% block sidebar1 %}{% endblock %} +{% block sidebar2 %}{% endblock %} |