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 | |
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')
-rw-r--r-- | doc/numpy.scipy.org/theme/scipy/layout.html | 10 | ||||
-rw-r--r-- | doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png | bin | 0 -> 8565 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/theme/scipy/static/scipy.css | 13 |
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>| </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 %} diff --git a/doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png b/doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png Binary files differnew file mode 100644 index 000000000..5ed48c094 --- /dev/null +++ b/doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png 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); } |