From 4c84fab26a2ac402c3f91e4f1c678fa004777a29 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 16 Jan 2010 03:11:27 +0000 Subject: mv theme to _theme --- doc/numpy.scipy.org/_theme/scipy/layout.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/numpy.scipy.org/_theme/scipy/layout.html (limited to 'doc/numpy.scipy.org/_theme/scipy/layout.html') 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 %} +
+NumPy Homepage +
+{% endblock %} + +{% block relbar2 %} {% endblock %} + +{# put the sidebar before the body #} +{% block sidebar1 %}{% endblock %} +{% block sidebar2 %}{% endblock %} -- cgit v1.2.1