diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-10-04 20:54:43 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-10-04 20:54:43 +0200 |
commit | 816adf97406ce3a6d2aa3059e6b84de6791b0ee3 (patch) | |
tree | 1320a9ea88187c8f5989154ceeaa0774e2de92d0 /doc/numpy.scipy.org/_theme/scipy/static | |
parent | a1c795349e01fc3f6aa302f8d4c788e9a7bcec5f (diff) | |
download | numpy-816adf97406ce3a6d2aa3059e6b84de6791b0ee3.tar.gz |
DOC: remove numpy.scipy.org -- it's now in a separate repository
Diffstat (limited to 'doc/numpy.scipy.org/_theme/scipy/static')
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/favicon.ico | bin | 10134 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png | bin | 14348 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png | bin | 12903 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/images/download.png | bin | 10813 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.png | bin | 32122 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png | bin | 5544 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/logo.gif | bin | 2933 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png | bin | 8565 -> 0 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/scipy.css | 207 |
9 files changed, 0 insertions, 207 deletions
diff --git a/doc/numpy.scipy.org/_theme/scipy/static/favicon.ico b/doc/numpy.scipy.org/_theme/scipy/static/favicon.ico Binary files differdeleted file mode 100644 index d7ae6012a..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/favicon.ico +++ /dev/null diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png b/doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png Binary files differdeleted file mode 100644 index 68810148a..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/images/bugs.png +++ /dev/null diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png b/doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png Binary files differdeleted file mode 100644 index 7f9a03856..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/images/documentation.png +++ /dev/null diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/download.png b/doc/numpy.scipy.org/_theme/scipy/static/images/download.png Binary files differdeleted file mode 100644 index a50baf8a2..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/images/download.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index a1a5d7ef5..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/images/feed-icon.png +++ /dev/null diff --git a/doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png b/doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png Binary files differdeleted file mode 100644 index 23995e73a..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/images/tutorial.png +++ /dev/null diff --git a/doc/numpy.scipy.org/_theme/scipy/static/logo.gif b/doc/numpy.scipy.org/_theme/scipy/static/logo.gif Binary files differdeleted file mode 100644 index ab2e3ac33..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/logo.gif +++ /dev/null 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 differdeleted file mode 100644 index 5ed48c094..000000000 --- a/doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png +++ /dev/null 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; -} |