diff options
author | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:11:27 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:11:27 +0000 |
commit | 4c84fab26a2ac402c3f91e4f1c678fa004777a29 (patch) | |
tree | ea3373177e7803346c020b3856d0bb12ff906741 /doc/numpy.scipy.org/_theme/scipy/layout.html | |
parent | fbbedf048a3ad65a33f74e63d810428717a08785 (diff) | |
download | numpy-4c84fab26a2ac402c3f91e4f1c678fa004777a29.tar.gz |
mv theme to _theme
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 %} |