diff options
author | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:11:27 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2010-01-16 03:11:27 +0000 |
commit | 4c84fab26a2ac402c3f91e4f1c678fa004777a29 (patch) | |
tree | ea3373177e7803346c020b3856d0bb12ff906741 /doc/numpy.scipy.org | |
parent | fbbedf048a3ad65a33f74e63d810428717a08785 (diff) | |
download | numpy-4c84fab26a2ac402c3f91e4f1c678fa004777a29.tar.gz |
mv theme to _theme
Diffstat (limited to 'doc/numpy.scipy.org')
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/index.html (renamed from doc/numpy.scipy.org/theme/scipy/index.html) | 0 | ||||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/layout.html (renamed from doc/numpy.scipy.org/theme/scipy/layout.html) | 0 | ||||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/logo.gif (renamed from doc/numpy.scipy.org/theme/scipy/static/logo.gif) | bin | 2933 -> 2933 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png (renamed from doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png) | bin | 8565 -> 8565 bytes | |||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/scipy.css (renamed from doc/numpy.scipy.org/theme/scipy/static/scipy.css) | 0 | ||||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/theme.conf (renamed from doc/numpy.scipy.org/theme/scipy/theme.conf) | 0 | ||||
-rw-r--r-- | doc/numpy.scipy.org/source/conf.py | 2 |
7 files changed, 1 insertions, 1 deletions
diff --git a/doc/numpy.scipy.org/theme/scipy/index.html b/doc/numpy.scipy.org/_theme/scipy/index.html index 75d61d05d..75d61d05d 100644 --- a/doc/numpy.scipy.org/theme/scipy/index.html +++ b/doc/numpy.scipy.org/_theme/scipy/index.html diff --git a/doc/numpy.scipy.org/theme/scipy/layout.html b/doc/numpy.scipy.org/_theme/scipy/layout.html index 75da3963d..75da3963d 100644 --- a/doc/numpy.scipy.org/theme/scipy/layout.html +++ b/doc/numpy.scipy.org/_theme/scipy/layout.html diff --git a/doc/numpy.scipy.org/theme/scipy/static/logo.gif b/doc/numpy.scipy.org/_theme/scipy/static/logo.gif Binary files differindex ab2e3ac33..ab2e3ac33 100644 --- a/doc/numpy.scipy.org/theme/scipy/static/logo.gif +++ b/doc/numpy.scipy.org/_theme/scipy/static/logo.gif 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 differindex 5ed48c094..5ed48c094 100644 --- a/doc/numpy.scipy.org/theme/scipy/static/numpy_logo.png +++ b/doc/numpy.scipy.org/_theme/scipy/static/numpy_logo.png diff --git a/doc/numpy.scipy.org/theme/scipy/static/scipy.css b/doc/numpy.scipy.org/_theme/scipy/static/scipy.css index 377c45955..377c45955 100644 --- a/doc/numpy.scipy.org/theme/scipy/static/scipy.css +++ b/doc/numpy.scipy.org/_theme/scipy/static/scipy.css diff --git a/doc/numpy.scipy.org/theme/scipy/theme.conf b/doc/numpy.scipy.org/_theme/scipy/theme.conf index e2f5ed848..e2f5ed848 100644 --- a/doc/numpy.scipy.org/theme/scipy/theme.conf +++ b/doc/numpy.scipy.org/_theme/scipy/theme.conf 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 # "<project> v<release> documentation". |