From 816adf97406ce3a6d2aa3059e6b84de6791b0ee3 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Mon, 4 Oct 2010 20:54:43 +0200 Subject: DOC: remove numpy.scipy.org -- it's now in a separate repository --- doc/numpy.scipy.org/_theme/scipy/index.html | 79 -------- doc/numpy.scipy.org/_theme/scipy/layout.html | 16 -- .../_theme/scipy/static/favicon.ico | Bin 10134 -> 0 bytes .../_theme/scipy/static/images/bugs.png | Bin 14348 -> 0 bytes .../_theme/scipy/static/images/documentation.png | Bin 12903 -> 0 bytes .../_theme/scipy/static/images/download.png | Bin 10813 -> 0 bytes .../_theme/scipy/static/images/feed-icon.png | Bin 32122 -> 0 bytes .../_theme/scipy/static/images/tutorial.png | Bin 5544 -> 0 bytes doc/numpy.scipy.org/_theme/scipy/static/logo.gif | Bin 2933 -> 0 bytes .../_theme/scipy/static/numpy_logo.png | Bin 8565 -> 0 bytes doc/numpy.scipy.org/_theme/scipy/static/scipy.css | 207 --------------------- doc/numpy.scipy.org/_theme/scipy/theme.conf | 4 - 12 files changed, 306 deletions(-) delete mode 100644 doc/numpy.scipy.org/_theme/scipy/index.html delete mode 100644 doc/numpy.scipy.org/_theme/scipy/layout.html delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/favicon.ico delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/images/download.png delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.png delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/logo.gif delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png delete mode 100644 doc/numpy.scipy.org/_theme/scipy/static/scipy.css delete mode 100644 doc/numpy.scipy.org/_theme/scipy/theme.conf (limited to 'doc/numpy.scipy.org/_theme') 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 %} - - - - - - - - - - - - - - - - - - - -
- - Download - - Getting Started - - Documentation - - Bug Report - - Blog
DownloadGetting StartedDocumentationReport BugsRead the Blog
- - -

NumPy is the fundamental package needed for scientific computing with Python. - It contains among other things:

- -

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.

-

Numpy is licensed under the BSD license, - enabling reuse with few restrictions.

- -
-

Getting Started

- -
- -
-

More Information

- -
- -
- -
- -{% 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 %} -
-NumPy Homepage -
-{% 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/favicon.ico and /dev/null 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png and /dev/null 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png and /dev/null 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/images/download.png and /dev/null 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.png and /dev/null 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png and /dev/null 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/logo.gif and /dev/null 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 Binary files a/doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png and /dev/null 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 -- cgit v1.2.1