summaryrefslogtreecommitdiff
path: root/doc/numpy.scipy.org/_theme
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2010-10-04 20:54:43 +0200
committerPauli Virtanen <pav@iki.fi>2010-10-04 20:54:43 +0200
commit816adf97406ce3a6d2aa3059e6b84de6791b0ee3 (patch)
tree1320a9ea88187c8f5989154ceeaa0774e2de92d0 /doc/numpy.scipy.org/_theme
parenta1c795349e01fc3f6aa302f8d4c788e9a7bcec5f (diff)
downloadnumpy-816adf97406ce3a6d2aa3059e6b84de6791b0ee3.tar.gz
DOC: remove numpy.scipy.org -- it's now in a separate repository
Diffstat (limited to 'doc/numpy.scipy.org/_theme')
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/index.html79
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/layout.html16
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/favicon.icobin10134 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/images/bugs.pngbin14348 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/images/documentation.pngbin12903 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/images/download.pngbin10813 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.pngbin32122 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.pngbin5544 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/logo.gifbin2933 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.pngbin8565 -> 0 bytes
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/scipy.css207
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/theme.conf4
12 files changed, 0 insertions, 306 deletions
diff --git a/doc/numpy.scipy.org/_theme/scipy/index.html b/doc/numpy.scipy.org/_theme/scipy/index.html
deleted file mode 100644
index 1a71ea1ab..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/index.html
+++ /dev/null
@@ -1,79 +0,0 @@
-{% extends "!layout.html" %}
-{% set title = 'Scientific Computing Tools For Python' %}
-
-{% block body %}
-
-<table>
-
- <tr>
- <td style="border-style: none;">
- <a href="http://new.scipy.org/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="http://new.scipy.org/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="http://new.scipy.org/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="http://new.scipy.org/download.html">Download</a></small></strong></td>
- <td style="border: medium none; text-align: center;"><strong><small><a href="http://new.scipy.org/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="http://new.scipy.org/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>
- <ul class="simple">
- <li>a powerful N-dimensional array object</li>
- <li>sophisticated (broadcasting) functions</li>
- <li>tools for integrating C/C++ and Fortran code</li>
- <li>useful linear algebra, Fourier transform, and random number capabilities.</li>
- </ul>
- <p>Besides its obvious scientific uses, NumPy can also be used as an efficient
- multi-dimensional container of generic data. Arbitrary data-types can be
- defined. This allows NumPy to seamlessly and speedily integrate with a wide
- variety of databases.</p>
- <p>Numpy is licensed under the <a class="reference external" href="license.html">BSD license</a>,
- enabling reuse with few restrictions.</p>
-
- <div class="section" id="getting-started">
- <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h1>
- <ul class="simple">
- <li><a class="reference external" href="http://www.scipy.org/Download">Getting Numpy</a></li>
- <li><a class="reference external" href="http://www.scipy.org/Installing_SciPy">Installing NumPy and SciPy</a></li>
- <li><a class="reference external" href="http://docs.scipy.org/doc/">NumPy and SciPy documentation page</a></li>
- <li><a class="reference external" href="http://www.scipy.org/Tentative_NumPy_Tutorial">NumPy Tutorial</a></li>
- <li><a class="reference external" href="http://www.scipy.org/NumPy_for_Matlab_Users">NumPy for MATLAB© Users</a></li>
- <li><a class="reference external" href="http://www.scipy.org/Numpy_Functions_by_Category">NumPy functions by category</a></li>
- <li><a class="reference external" href="http://www.scipy.org/Mailing_Lists">NumPy Mailing List</a></li>
- </ul>
- </div>
-
- <div class="section" id="more-information">
- <h1>More Information<a class="headerlink" href="#more-information" title="Permalink to this headline">¶</a></h1>
- <ul class="simple">
- <li><a class="reference external" href="http://sourceforge.net/projects/numpy/">NumPy Sourceforge Home Page</a></li>
- <li><a class="reference external" href="http://www.scipy.org/">SciPy Home Page</a></li>
- <li><a class="reference external" href="http://www.scipy.org/Topical_Software#head-7153b42ac4ea517c7d99ec4f4453555b2302a1f8">Interfacing with compiled code</a></li>
- <li><a class="reference external" href="old_array_packages.html"><em>Older python array packages</em></a></li>
- </ul>
- </div>
-
-<div style="padding-top: 40px;" align=center>
- <script type="text/javascript" src="http://www.ohloh.net/p/4894/widgets/project_partner_badge.js"></script>
-</div>
-
-{% endblock %}
diff --git a/doc/numpy.scipy.org/_theme/scipy/layout.html b/doc/numpy.scipy.org/_theme/scipy/layout.html
deleted file mode 100644
index 75da3963d..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/layout.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "sphinxdoc/layout.html" %}
-
-{% block rootrellink %}
-{% endblock %}
-
-{% block relbar1 %}
-<div class="top-logo-header">
-<a href="{{ pathto('index') }}"><img src="{{ pathto("_static/numpy_logo.png", 1) }}" border="0" alt="NumPy Homepage"/></a>
-</div>
-{% endblock %}
-
-{% block relbar2 %} {% endblock %}
-
-{# put the sidebar before the body #}
-{% block sidebar1 %}{% endblock %}
-{% block sidebar2 %}{% endblock %}
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/favicon.ico b/doc/numpy.scipy.org/_theme/scipy/static/favicon.ico
deleted file mode 100644
index d7ae6012a..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png b/doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png
deleted file mode 100644
index 68810148a..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png
+++ /dev/null
Binary files differ
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png b/doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png
deleted file mode 100644
index 7f9a03856..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png
+++ /dev/null
Binary files differ
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/download.png b/doc/numpy.scipy.org/_theme/scipy/static/images/download.png
deleted file mode 100644
index a50baf8a2..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/images/download.png
+++ /dev/null
Binary files differ
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.png b/doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.png
deleted file mode 100644
index a1a5d7ef5..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.png
+++ /dev/null
Binary files differ
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png b/doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png
deleted file mode 100644
index 23995e73a..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png
+++ /dev/null
Binary files differ
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/logo.gif b/doc/numpy.scipy.org/_theme/scipy/static/logo.gif
deleted file mode 100644
index ab2e3ac33..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/logo.gif
+++ /dev/null
Binary files differ
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png b/doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png
deleted file mode 100644
index 5ed48c094..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png
+++ /dev/null
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
deleted file mode 100644
index f818c6f14..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/static/scipy.css
+++ /dev/null
@@ -1,207 +0,0 @@
-@import "sphinxdoc.css";
-
-/**
- * Spacing fixes
- */
-
-
-div.body {
- width: 90%;
-}
-
-div.bodywrapper {
- width: 100%;
-}
-
-div.documentwrapper {
- border-left: 1px solid #ccc;
- border-right: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
-}
-
-div.body p, div.body dd, div.body li {
- line-height: 125%;
-}
-
-ul.simple {
- margin-top: 0;
- margin-bottom: 0;
- padding-top: 0;
- padding-bottom: 0;
-}
-
-/* spacing around blockquoted fields in parameters/attributes/returns */
-td.field-body > blockquote {
- margin-top: 0.1em;
- margin-bottom: 0.5em;
-}
-
-/* spacing around example code */
-div.highlight > pre {
- padding: 2px 5px 2px 5px;
-}
-
-/* spacing in see also definition lists */
-dl.last > dd {
- margin-top: 1px;
- margin-bottom: 5px;
- margin-left: 30px;
-}
-
-/**
- * Hide dummy toctrees
- */
-
-ul {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-bottom: 0;
-}
-ul li {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-bottom: 0;
-}
-ul li a.reference {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-bottom: 0;
-}
-
-/**
- * Make high-level subsections easier to distinguish from top-level ones
- */
-div.body h3 {
- background-color: transparent;
-}
-
-div.body h4 {
- border: none;
- background-color: transparent;
-}
-
-/**
- * Scipy colors
- */
-
-body {
- background-color: rgb(100,135,220);
- border: none;
-}
-
-div.sphinxsidebar {
- display: none;
-}
-
-div.sphinxsidebar h3 {
- color: rgb(0,102,204);
-}
-
-div.sphinxsidebar h4 {
- color: rgb(0,82,194);
-}
-
-div.sphinxsidebar p {
- color: black;
-}
-
-div.sphinxsidebar ul.want-points {
- list-style: disc;
-}
-
-.field-list th {
- color: rgb(0,102,204);
-}
-
-/**
- * Extra admonitions
- */
-
-div.tip {
- background-color: #ffffe4;
- border: 1px solid #ee6;
-}
-
-div.plot-output {
- clear-after: both;
-}
-
-div.plot-output .figure {
- float: left;
- text-align: center;
- margin-bottom: 0;
- padding-bottom: 0;
-}
-
-div.plot-output .caption {
- margin-top: 2;
- padding-top: 0;
-}
-
-div.plot-output p.admonition-title {
- display: none;
-}
-
-div.plot-output:after {
- content: "";
- display: block;
- height: 0;
- clear: both;
-}
-
-
-/*
-div.admonition-example {
- background-color: #e4ffe4;
- border: 1px solid #ccc;
-}*/
-
-
-/**
- * Styling for field lists
- */
-
-table.field-list th {
- border-left: 1px solid #aaa !important;
- padding-left: 5px;
-}
-
-table.field-list {
- border-collapse: separate;
- border-spacing: 10px;
-}
-
-/**
- * Styling for footnotes
- */
-
-table.footnote td, table.footnote th {
- border: none;
-}
-
-/**
- * Top header logo and colors
- */
-body div.top-logo-header {
- text-align: left;
- background-color: #a2bae8;
- border-bottom: 8px solid #003399;
- margin-top: 10px;
- border-top: 1px solid #bbb;
-}
-
-/**
- * Footer colors
- */
-body div.footer {
- background-color: #6487dc;
- border: none;
- color: white;
- text-align: center;
-}
-body div.footer a {
- color: white;
-}
diff --git a/doc/numpy.scipy.org/_theme/scipy/theme.conf b/doc/numpy.scipy.org/_theme/scipy/theme.conf
deleted file mode 100644
index e2f5ed848..000000000
--- a/doc/numpy.scipy.org/_theme/scipy/theme.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[theme]
-inherit = sphinxdoc
-stylesheet = scipy.css
-pygments_css = friendly