summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2009-12-29 20:24:10 +0000
committerJarrod Millman <millman@berkeley.edu>2009-12-29 20:24:10 +0000
commit7894a07c67b60821c837d9d36880081690e72867 (patch)
treed024fc9841bd9df985e40b1108ebdbeaa7646ac2 /doc
parent218a9a010e205c6e71c51f89a7b264a193c95c21 (diff)
downloadnumpy-7894a07c67b60821c837d9d36880081690e72867.tar.gz
adding scipy icon bar to top of the page
Diffstat (limited to 'doc')
-rw-r--r--doc/numpy.scipy.org/source/_static/favicon.icobin0 -> 10134 bytes
-rw-r--r--doc/numpy.scipy.org/source/_static/images/bugs.pngbin0 -> 14348 bytes
-rw-r--r--doc/numpy.scipy.org/source/_static/images/documentation.pngbin0 -> 12903 bytes
-rw-r--r--doc/numpy.scipy.org/source/_static/images/download.pngbin0 -> 10813 bytes
-rw-r--r--doc/numpy.scipy.org/source/_static/images/feed-icon.pngbin0 -> 32122 bytes
-rw-r--r--doc/numpy.scipy.org/source/_static/images/tutorial.pngbin0 -> 5544 bytes
-rw-r--r--doc/numpy.scipy.org/source/conf.py1
-rw-r--r--doc/numpy.scipy.org/theme/scipy/index.html31
8 files changed, 32 insertions, 0 deletions
diff --git a/doc/numpy.scipy.org/source/_static/favicon.ico b/doc/numpy.scipy.org/source/_static/favicon.ico
new file mode 100644
index 000000000..d7ae6012a
--- /dev/null
+++ b/doc/numpy.scipy.org/source/_static/favicon.ico
Binary files differ
diff --git a/doc/numpy.scipy.org/source/_static/images/bugs.png b/doc/numpy.scipy.org/source/_static/images/bugs.png
new file mode 100644
index 000000000..68810148a
--- /dev/null
+++ b/doc/numpy.scipy.org/source/_static/images/bugs.png
Binary files differ
diff --git a/doc/numpy.scipy.org/source/_static/images/documentation.png b/doc/numpy.scipy.org/source/_static/images/documentation.png
new file mode 100644
index 000000000..7f9a03856
--- /dev/null
+++ b/doc/numpy.scipy.org/source/_static/images/documentation.png
Binary files differ
diff --git a/doc/numpy.scipy.org/source/_static/images/download.png b/doc/numpy.scipy.org/source/_static/images/download.png
new file mode 100644
index 000000000..a50baf8a2
--- /dev/null
+++ b/doc/numpy.scipy.org/source/_static/images/download.png
Binary files differ
diff --git a/doc/numpy.scipy.org/source/_static/images/feed-icon.png b/doc/numpy.scipy.org/source/_static/images/feed-icon.png
new file mode 100644
index 000000000..a1a5d7ef5
--- /dev/null
+++ b/doc/numpy.scipy.org/source/_static/images/feed-icon.png
Binary files differ
diff --git a/doc/numpy.scipy.org/source/_static/images/tutorial.png b/doc/numpy.scipy.org/source/_static/images/tutorial.png
new file mode 100644
index 000000000..23995e73a
--- /dev/null
+++ b/doc/numpy.scipy.org/source/_static/images/tutorial.png
Binary files differ
diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py
index e3f531f27..a2601176f 100644
--- a/doc/numpy.scipy.org/source/conf.py
+++ b/doc/numpy.scipy.org/source/conf.py
@@ -121,6 +121,7 @@ html_title = "Numpy"
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['static']
+html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
diff --git a/doc/numpy.scipy.org/theme/scipy/index.html b/doc/numpy.scipy.org/theme/scipy/index.html
index e8bbfb6ff..52fbe4898 100644
--- a/doc/numpy.scipy.org/theme/scipy/index.html
+++ b/doc/numpy.scipy.org/theme/scipy/index.html
@@ -2,6 +2,37 @@
{% set title = 'Scientific Computing Tools For Python' %}
{% block body %}
+
+<table>
+
+ <tr>
+ <td style="border-style: none;">
+ <a href="download.html">
+ <img alt="Download" src="_static/images/download.png" title="Download" height="80" style="display: block; margin-left: auto; margin-right: auto;"/></a> </td>
+ <td style="border: medium none ;">
+ <a href="getting-started.html">
+ <img alt="Getting Started" src="_static/images/tutorial.png" title="Getting Started" height="80" style="display: block; margin-left: auto; margin-right: auto;"/></a> </td>
+ <td style="border: medium none ;">
+ <a href="http://docs.scipy.org">
+ <img alt="Documentation" src="_static/images/documentation.png" title="Documentation" height="80" style="display: block; margin-left: auto; margin-right: auto;"/></a> </td>
+ <td style="border: medium none ;">
+ <a href="bug-report.html">
+ <img alt="Bug Report" src="_static/images/bugs.png" title="Bug Report" height="80" style="display: block; margin-left: auto; margin-right: auto;"/></a> </td>
+ <td style="border: medium none ;">
+ <a href="http://planet.scipy.org">
+ <img alt="Blog" src="_static/images/feed-icon.png" title="Blog" height="80" style="display: block; margin-left: auto; margin-right: auto;"/></a> </td>
+ </tr>
+
+ <tr>
+ <td style="border: medium none; text-align: center;"><strong><small><a href="download.html">Download</a></small></strong></td>
+ <td style="border: medium none; text-align: center;"><strong><small><a href="getting-started.html">Getting Started</a></small></strong></td>
+ <td style="border: medium none; text-align: center;"><strong><small><a href="http://docs.scipy.org">Documentation</a></small></strong></td>
+ <td style="border: medium none; text-align: center;"><strong><small><a href="bug-report.html">Report Bugs</a></small></strong></td>
+ <td style="border: medium none; text-align: center;"><strong><small><a href="http://planet.scipy.org">Read the Blog</a></small></strong></td>
+ </tr>
+
+</table>
+
<p>NumPy is the fundamental package needed for scientific computing with Python.
It contains among other things:</p>