From 4c84fab26a2ac402c3f91e4f1c678fa004777a29 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 16 Jan 2010 03:11:27 +0000 Subject: mv theme to _theme --- doc/numpy.scipy.org/_theme/scipy/index.html | 77 ++++++++ doc/numpy.scipy.org/_theme/scipy/layout.html | 16 ++ doc/numpy.scipy.org/_theme/scipy/static/logo.gif | Bin 0 -> 2933 bytes .../_theme/scipy/static/numpy_logo.png | Bin 0 -> 8565 bytes doc/numpy.scipy.org/_theme/scipy/static/scipy.css | 200 +++++++++++++++++++++ doc/numpy.scipy.org/_theme/scipy/theme.conf | 4 + doc/numpy.scipy.org/source/conf.py | 2 +- doc/numpy.scipy.org/theme/scipy/index.html | 77 -------- doc/numpy.scipy.org/theme/scipy/layout.html | 16 -- 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 | 200 --------------------- doc/numpy.scipy.org/theme/scipy/theme.conf | 4 - 13 files changed, 298 insertions(+), 298 deletions(-) create mode 100644 doc/numpy.scipy.org/_theme/scipy/index.html create mode 100644 doc/numpy.scipy.org/_theme/scipy/layout.html create mode 100644 doc/numpy.scipy.org/_theme/scipy/static/logo.gif create mode 100644 doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png create mode 100644 doc/numpy.scipy.org/_theme/scipy/static/scipy.css create mode 100644 doc/numpy.scipy.org/_theme/scipy/theme.conf 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/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') diff --git a/doc/numpy.scipy.org/_theme/scipy/index.html b/doc/numpy.scipy.org/_theme/scipy/index.html new file mode 100644 index 000000000..75d61d05d --- /dev/null +++ b/doc/numpy.scipy.org/_theme/scipy/index.html @@ -0,0 +1,77 @@ +{% 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.

+ +
+

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 new file mode 100644 index 000000000..75da3963d --- /dev/null +++ b/doc/numpy.scipy.org/_theme/scipy/layout.html @@ -0,0 +1,16 @@ +{% 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/logo.gif b/doc/numpy.scipy.org/_theme/scipy/static/logo.gif new file mode 100644 index 000000000..ab2e3ac33 Binary files /dev/null and b/doc/numpy.scipy.org/_theme/scipy/static/logo.gif 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 new file mode 100644 index 000000000..5ed48c094 Binary files /dev/null and b/doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png differ diff --git a/doc/numpy.scipy.org/_theme/scipy/static/scipy.css b/doc/numpy.scipy.org/_theme/scipy/static/scipy.css new file mode 100644 index 000000000..377c45955 --- /dev/null +++ b/doc/numpy.scipy.org/_theme/scipy/static/scipy.css @@ -0,0 +1,200 @@ +@import "sphinxdoc.css"; + +/** + * Spacing fixes + */ + + +div.body { + width: 90%; +} + +div.bodywrapper { + width: 100%; +} + +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: #8CAAE6; + border-bottom: 8px solid #003399; + border-top: 10px solid #6487dc; +} + +/** + * 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 new file mode 100644 index 000000000..e2f5ed848 --- /dev/null +++ b/doc/numpy.scipy.org/_theme/scipy/theme.conf @@ -0,0 +1,4 @@ +[theme] +inherit = sphinxdoc +stylesheet = scipy.css +pygments_css = friendly diff --git a/doc/numpy.scipy.org/source/conf.py b/doc/numpy.scipy.org/source/conf.py index a2601176f..6bdb142d7 100644 --- a/doc/numpy.scipy.org/source/conf.py +++ b/doc/numpy.scipy.org/source/conf.py @@ -99,7 +99,7 @@ html_theme = 'scipy' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = ["../theme"] +html_theme_path = ["../_theme"] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". 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 75d61d05d..000000000 --- a/doc/numpy.scipy.org/theme/scipy/index.html +++ /dev/null @@ -1,77 +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:

-
    -
  • a powerful N-dimensional array object
  • -
  • sophisticated (broadcasting) functions
  • -
  • tools for integrating C/C++ and Fortran code
  • -
  • useful linear algebra, Fourier transform, and random number capabilities.
  • -
-

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.

- - - - - -
- -
- -{% 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/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 377c45955..000000000 --- a/doc/numpy.scipy.org/theme/scipy/static/scipy.css +++ /dev/null @@ -1,200 +0,0 @@ -@import "sphinxdoc.css"; - -/** - * Spacing fixes - */ - - -div.body { - width: 90%; -} - -div.bodywrapper { - width: 100%; -} - -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: #8CAAE6; - border-bottom: 8px solid #003399; - border-top: 10px solid #6487dc; -} - -/** - * 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