diff options
author | Jarrod Millman <millman@berkeley.edu> | 2009-12-29 20:24:10 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2009-12-29 20:24:10 +0000 |
commit | 7894a07c67b60821c837d9d36880081690e72867 (patch) | |
tree | d024fc9841bd9df985e40b1108ebdbeaa7646ac2 /doc/numpy.scipy.org | |
parent | 218a9a010e205c6e71c51f89a7b264a193c95c21 (diff) | |
download | numpy-7894a07c67b60821c837d9d36880081690e72867.tar.gz |
adding scipy icon bar to top of the page
Diffstat (limited to 'doc/numpy.scipy.org')
-rw-r--r-- | doc/numpy.scipy.org/source/_static/favicon.ico | bin | 0 -> 10134 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/source/_static/images/bugs.png | bin | 0 -> 14348 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/source/_static/images/documentation.png | bin | 0 -> 12903 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/source/_static/images/download.png | bin | 0 -> 10813 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/source/_static/images/feed-icon.png | bin | 0 -> 32122 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/source/_static/images/tutorial.png | bin | 0 -> 5544 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 1 | ||||
-rw-r--r-- | doc/numpy.scipy.org/theme/scipy/index.html | 31 |
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 Binary files differnew file mode 100644 index 000000000..d7ae6012a --- /dev/null +++ b/doc/numpy.scipy.org/source/_static/favicon.ico diff --git a/doc/numpy.scipy.org/source/_static/images/bugs.png b/doc/numpy.scipy.org/source/_static/images/bugs.png Binary files differnew file mode 100644 index 000000000..68810148a --- /dev/null +++ b/doc/numpy.scipy.org/source/_static/images/bugs.png diff --git a/doc/numpy.scipy.org/source/_static/images/documentation.png b/doc/numpy.scipy.org/source/_static/images/documentation.png Binary files differnew file mode 100644 index 000000000..7f9a03856 --- /dev/null +++ b/doc/numpy.scipy.org/source/_static/images/documentation.png diff --git a/doc/numpy.scipy.org/source/_static/images/download.png b/doc/numpy.scipy.org/source/_static/images/download.png Binary files differnew file mode 100644 index 000000000..a50baf8a2 --- /dev/null +++ b/doc/numpy.scipy.org/source/_static/images/download.png diff --git a/doc/numpy.scipy.org/source/_static/images/feed-icon.png b/doc/numpy.scipy.org/source/_static/images/feed-icon.png Binary files differnew file mode 100644 index 000000000..a1a5d7ef5 --- /dev/null +++ b/doc/numpy.scipy.org/source/_static/images/feed-icon.png diff --git a/doc/numpy.scipy.org/source/_static/images/tutorial.png b/doc/numpy.scipy.org/source/_static/images/tutorial.png Binary files differnew file mode 100644 index 000000000..23995e73a --- /dev/null +++ b/doc/numpy.scipy.org/source/_static/images/tutorial.png 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> |