summaryrefslogtreecommitdiff
path: root/doc/numpy.scipy.org/theme/scipy
diff options
context:
space:
mode:
Diffstat (limited to 'doc/numpy.scipy.org/theme/scipy')
-rw-r--r--doc/numpy.scipy.org/theme/scipy/layout.html10
-rw-r--r--doc/numpy.scipy.org/theme/scipy/static/numpy_logo.pngbin0 -> 8565 bytes
-rw-r--r--doc/numpy.scipy.org/theme/scipy/static/scipy.css13
3 files changed, 17 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 %}
diff --git a/doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png b/doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png
new file mode 100644
index 000000000..5ed48c094
--- /dev/null
+++ b/doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png
Binary files differ
diff --git a/doc/numpy.scipy.org/theme/scipy/static/scipy.css b/doc/numpy.scipy.org/theme/scipy/static/scipy.css
index bcc8e0ec1..377c45955 100644
--- a/doc/numpy.scipy.org/theme/scipy/static/scipy.css
+++ b/doc/numpy.scipy.org/theme/scipy/static/scipy.css
@@ -4,6 +4,15 @@
* Spacing fixes
*/
+
+div.body {
+ width: 90%;
+}
+
+div.bodywrapper {
+ width: 100%;
+}
+
div.body p, div.body dd, div.body li {
line-height: 125%;
}
@@ -77,6 +86,10 @@ body {
border: none;
}
+div.sphinxsidebar {
+ display: none;
+}
+
div.sphinxsidebar h3 {
color: rgb(0,102,204);
}