diff --git a/requirements.txt b/requirements.txt index ff50904..12cf0e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==1.1.3 +Sphinx==1.2.1 ipython==1.1.0 matplotlib==1.3.1 # e.g., http://nltk.org/nltk3-alpha/nltk-3.0a3.tar.gz diff --git a/source/conf.py b/source/conf.py index 36d46f4..db42df4 100644 --- a/source/conf.py +++ b/source/conf.py @@ -82,7 +82,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['data/', 'vkvn-sphinx-themes-6fefb6c'] +exclude_patterns = ['data/', 'themes/'] # The reST default role (used for this markup: `text`) to use for all # documents. @@ -115,8 +115,8 @@ # a list of builtin themes. # html_theme = 'sphinxdoc' -html_theme = 'f6' -html_theme_path = ['./vkvn-sphinx-themes-6fefb6c/'] +html_theme = 'sphinxdoc' +#html_theme_path = ['./themes/'] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/source/vkvn-sphinx-themes-6fefb6c/COPYING.txt b/source/vkvn-sphinx-themes-6fefb6c/COPYING.txt deleted file mode 100644 index 206caf8..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/COPYING.txt +++ /dev/null @@ -1,15 +0,0 @@ -Copyright (c) 2011 Vimalkumar Velayudhan - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see - diff --git a/source/vkvn-sphinx-themes-6fefb6c/README.rst b/source/vkvn-sphinx-themes-6fefb6c/README.rst deleted file mode 100644 index a112101..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/README.rst +++ /dev/null @@ -1,32 +0,0 @@ -sphinx-themes -============= - -These are some themes for Python `Sphinx `_ -documentation projects. - -Preview -------- -To see how these themes look, visit http://vimalkumar.in/sphinx-themes - -Download --------- -Released versions are available from https://github.com/vkvn/sphinx-themes/downloads - -You can also download this repository as a `zip archive `_ - -Support -------- -If there are problems with any of these themes, you can file a bug report at -https://github.com/vkvn/sphinx-themes/issues - -Themes are licensed under the -`GNU General Public License `_. - - -.. raw:: html - - - - Endorse vkvn on Coderwall diff --git a/source/vkvn-sphinx-themes-6fefb6c/agni/layout.html b/source/vkvn-sphinx-themes-6fefb6c/agni/layout.html deleted file mode 100644 index c931918..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/agni/layout.html +++ /dev/null @@ -1,14 +0,0 @@ -{# - sphinxdoc/layout.html - ~~~~~~~~~~~~~~~~~~~~~ - - Sphinx layout template for the sphinxdoc theme. - - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{% extends "basic/layout.html" %} - -{# put the sidebar before the body #} -{% block sidebar1 %}{{ sidebar() }}{% endblock %} -{% block sidebar2 %}{% endblock %} diff --git a/source/vkvn-sphinx-themes-6fefb6c/agni/static/contents.png b/source/vkvn-sphinx-themes-6fefb6c/agni/static/contents.png deleted file mode 100644 index 7fb8215..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/agni/static/contents.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/agni/static/navigation.png b/source/vkvn-sphinx-themes-6fefb6c/agni/static/navigation.png deleted file mode 100644 index 1081dc1..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/agni/static/navigation.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/agni/static/sphinxdoc.css b/source/vkvn-sphinx-themes-6fefb6c/agni/static/sphinxdoc.css deleted file mode 100644 index d929bc0..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/agni/static/sphinxdoc.css +++ /dev/null @@ -1,358 +0,0 @@ -/* - * sphinxdoc.css_t - * ~~~~~~~~~~~~~~~ - * - * Sphinx stylesheet -- sphinxdoc theme. Originally created by - * Armin Ronacher for Werkzeug. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; - font-size: 14px; - letter-spacing: -0.01em; - line-height: 150%; - text-align: center; - background-color: #fff; - color: black; - padding: 0; - border: 1px solid #aaa; - margin: 0px 80px 0px 80px; - min-width: 740px; - - -moz-box-shadow: 0px 0px 7px #adadad; - -webkit-box-shadow: 0px 0px 7px #adadad; - box-shadow: 0px 0px 7px #adadad; - -} - -div.document { - background-color: white; - text-align: left; - /*background-image: url(contents.png);*/ - background-repeat: repeat-x; -} - -div.bodywrapper { - margin: 0 240px 0 0; - border-right: 1px solid #ccc; -} - -div.body { - margin: 0; - padding: 0.5em 20px 20px 20px; -} - -div.related { - color: #DEBC85; - font-size: 1em; - background: #9C0F0F; -} - -div.related ul { - /*background-image: url(navigation.png);*/ - height: 2em; - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; -} - -div.related ul li { - margin: 0; - padding: 0; - height: 2em; - float: left; -} - -div.related ul li.right { - float: right; - margin-right: 5px; -} - -div.related ul li a { - margin: 0; - padding: 0 5px 0 5px; - line-height: 1.75em; - color: white; - border-bottom: 1px dotted white; -} - -div.related ul li a:hover { - color: #fff; - border-bottom: 1px solid white; - background: none; -} - -div.sphinxsidebarwrapper { - padding: 0; -} - -div.sphinxsidebar { - margin: 0; - padding: 0.5em 15px 15px 0; - width: 210px; - float: right; - font-size: 1em; - text-align: left; -} - -div.sphinxsidebar h3, div.sphinxsidebar h4 { - margin: 1em 0 0.5em 0; - font-size: 1em; - padding: 0.1em 0 0.1em 0.5em; - color: white; - /*border: 1px solid black;*/ - background-color: #DEBC85; -} - -div.sphinxsidebar h3 a { - color: white; -} - -div.sphinxsidebar h3 a:hover { - color: #9C0F0F; -} - -div.sphinxsidebar ul { - padding-left: 1.5em; - margin-top: 7px; - padding: 0; - line-height: 130%; -} - -div.sphinxsidebar ul ul { - margin-left: 20px; -} - -div.footer { - background-color: #adadad; - color: #fff; - padding: 3px 8px 3px 0; - clear: both; - font-size: 0.8em; - text-align: right; -} - -div.footer a { - color: #eee; - text-decoration: none; -} - -div.footer a:hover { - color: #9C0F0F; -} - -/* -- body styles ----------------------------------------------------------- */ - -p { - margin: 0.8em 0 0.5em 0; -} - -a { - color: #000; - text-decoration: none; - border-bottom: 1px dotted #9C0F0F; -} - -a:hover { - color: #000; - text-decoration: none; - background: #FFF6C8; - border-bottom: 1px solid #9C0F0F; -} - -div.body a { - text-decoration: none; -} - -h1 { - margin: 0; - padding: 0.7em 0 0.3em 0; - font-size: 1.5em; - color: #9C0F0F; -} - -h2 { - margin: 1.3em 0 0.2em 0; - font-size: 1.35em; - padding: 0; -} - -h3 { - margin: 1em 0 -0.3em 0; - font-size: 1.2em; -} - -div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { - color: black!important; -} - -h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { - display: none; - margin: 0 0 0 0.3em; - padding: 0 0.2em 0 0.2em; - color: #aaa!important; -} - -h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, -h5:hover a.anchor, h6:hover a.anchor { - display: inline; -} - -h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, -h5 a.anchor:hover, h6 a.anchor:hover { - color: #777; - background-color: #eee; -} - -a.headerlink { - color: #c60f0f!important; - font-size: 1em; - margin-left: 6px; - padding: 0 4px 0 4px; - text-decoration: none!important; -} - -a.headerlink:hover { - background-color: #ccc; - color: white!important; -} - -cite, code, tt { - font-family: 'Consolas', 'Deja Vu Sans Mono', - 'Bitstream Vera Sans Mono', monospace; - font-size: 0.95em; - letter-spacing: 0.01em; -} - -tt { - background-color: #f2f2f2; - border-bottom: 1px solid #ddd; - color: #333; -} - -tt.descname, tt.descclassname, tt.xref { - border: 0; -} - -hr { - border: 1px solid #abc; - margin: 2em; -} - -a tt { - border: 0; - color: #CA7900; -} - -a tt:hover { - color: #2491CF; -} - -pre { - font-family: 'Consolas', 'Deja Vu Sans Mono', - 'Bitstream Vera Sans Mono', monospace; - font-size: 0.95em; - letter-spacing: 0.015em; - line-height: 120%; - padding: 0.5em; - border: 1px solid #ccc; - background-color: #f8f8f8; -} - -pre a { - color: inherit; - text-decoration: underline; -} - -td.linenos pre { - padding: 0.5em 0; -} - -div.quotebar { - background-color: #f8f8f8; - max-width: 250px; - float: right; - padding: 2px 7px; - border: 1px solid #ccc; -} - -div.topic { - background-color: #f8f8f8; -} - -table { - border-collapse: collapse; - margin: 0 -0.5em 0 -0.5em; -} - -table td, table th { - padding: 0.2em 0.5em 0.2em 0.5em; -} - -div.admonition, div.warning { - font-size: 0.9em; - margin: 1em 0 1em 0; - border: 1px solid #888A85; - background-color: #f7f7f7; - padding: 0; -} - -div.admonition p, div.warning p { - margin: 0.5em 1em 0.5em 1em; - padding: 0; -} - -div.admonition pre, div.warning pre { - margin: 0.4em 1em 0.4em 1em; -} - -div.admonition p.admonition-title, -div.warning p.admonition-title { - margin: 0; - padding: 0.1em 0 0.1em 0.5em; - color: white; - border-bottom: 1px solid #86989B; - font-weight: bold; - background-color: #0057AE; -} - -div.warning { - border: 1px solid #940000; -} - -div.warning p.admonition-title { - background-color: #CF0000; - border-bottom-color: #940000; -} - -div.admonition ul, div.admonition ol, -div.warning ul, div.warning ol { - margin: 0.1em 0.5em 0.5em 3em; - padding: 0; -} - -div.versioninfo { - margin: 1em 0 0 0; - border: 1px solid #ccc; - background-color: #DDEAF0; - padding: 8px; - line-height: 1.3em; - font-size: 0.9em; -} - -.viewcode-back { - font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; -} - -div.viewcode-block:target { - background-color: #f4debf; - border-top: 1px solid #ac9; - border-bottom: 1px solid #ac9; -} diff --git a/source/vkvn-sphinx-themes-6fefb6c/agni/theme.conf b/source/vkvn-sphinx-themes-6fefb6c/agni/theme.conf deleted file mode 100644 index 9a22fef..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/agni/theme.conf +++ /dev/null @@ -1,4 +0,0 @@ -[theme] -inherit = basic -stylesheet = sphinxdoc.css -pygments_style = friendly diff --git a/source/vkvn-sphinx-themes-6fefb6c/f6/NEWS.txt b/source/vkvn-sphinx-themes-6fefb6c/f6/NEWS.txt deleted file mode 100644 index 65238d9..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/f6/NEWS.txt +++ /dev/null @@ -1,7 +0,0 @@ -News -==== - -1.0 ---- -* Release date: 2012-11-01 -* Initial release diff --git a/source/vkvn-sphinx-themes-6fefb6c/f6/README.rst b/source/vkvn-sphinx-themes-6fefb6c/f6/README.rst deleted file mode 100644 index 052b24b..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/f6/README.rst +++ /dev/null @@ -1,31 +0,0 @@ -f6 theme for Python Sphinx -========================== - -f6? ---- -A light theme for Python Sphinx documentation projects. Mostly white -> #ffffff -> f6 - -Preview -------- -http://vimalkumar.in/sphinx-themes/f6 - -Download --------- -Released versions are available from http://github.com/vkvn/sphinx-themes/downloads - -Installation ------------- -#. Extract the archive. -#. Modify ``conf.py`` of an existing Sphinx project or create new project using ``sphinx-quickstart``. -#. Change the ``html_theme`` parameter to ``f6``. -#. Change the ``html_theme_path`` to the location containing the extracted archive. - -License -------- -`GNU General Public License `_ - -Credits -------- -Modified from the default Sphinx theme -- Sphinxdoc - -Background pattern from http://subtlepatterns.com diff --git a/source/vkvn-sphinx-themes-6fefb6c/f6/layout.html b/source/vkvn-sphinx-themes-6fefb6c/f6/layout.html deleted file mode 100644 index 1e79b18..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/f6/layout.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends "basic/layout.html" %} - -{%- block doctype -%} - -{%- endblock -%} - -{%- block extrahead -%} - -{%- endblock -%} - -{# put the sidebar before the body #} -{% block sidebar1 %}{{ sidebar() }}{% endblock %} -{% block sidebar2 %}{% endblock %} - -{%- block footer %} - -{%- endblock %} diff --git a/source/vkvn-sphinx-themes-6fefb6c/f6/static/brillant.png b/source/vkvn-sphinx-themes-6fefb6c/f6/static/brillant.png deleted file mode 100644 index 82cf2d4..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/f6/static/brillant.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/f6/static/f6.css b/source/vkvn-sphinx-themes-6fefb6c/f6/static/f6.css deleted file mode 100644 index 2cc0c4b..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/f6/static/f6.css +++ /dev/null @@ -1,365 +0,0 @@ -/* f6.css - * Modified from sphinxdoc.css of the sphinxdoc theme. -*/ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: 'Source Sans Pro', sans-serif; - font-size: 14px; - line-height: 150%; - text-align: center; - color: #4d4d4c; - padding: 0; - margin: 0px 80px 0px 80px; - min-width: 740px; - border: 1px solid #d6d6d6; - background: url("brilliant.png") repeat; -} - -div.document { - text-align: left; - background-repeat: repeat-x; -} - -div.bodywrapper { - margin: 0 240px 0 0; - border-right: 1px dotted #d6d6d6; -} - -div.body { - background-color: white; - margin: 0; - padding: 0.5em 20px 20px 20px; -} - -div.related { - font-size: 1em; - background-color: #efefef; - color: #4d4d4c; - padding: 5px 0px; - border-bottom: 1px solid #d6d6d6; -} - -div.related ul { - height: 2em; - margin: 2px; -} - -div.related ul li { - margin: 0; - padding: 0; - height: 2em; - float: left; -} - -div.related ul li.right { - float: right; - margin-right: 5px; -} - -div.related ul li a { - margin: 0; - padding: 2px 5px; - line-height: 2em; - text-decoration: none; - color: #4d4d4c; -} - -div.related ul li a:hover { - color: #4271ae; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} - -div.sphinxsidebarwrapper { - padding: 0; -} - -div.sphinxsidebar { - margin: 0; - padding: 0.5em 15px 15px 0; - width: 210px; - float: right; - font-size: 0.9em; - text-align: left; -} - -div.sphinxsidebar h3, div.sphinxsidebar h4 { - font-size: 1em; - padding: 0.5em 0 0.5em 0; - text-transform: uppercase; -} - -div.sphinxsidebar h3 a { - color: #4271ae; -} - -div.sphinxsidebar ul { - padding-left: 1.5em; - margin-top: 7px; - padding: 0; - line-height: 150%; - color: #4d4d4c; -} - -div.sphinxsidebar ul li { - color: #8e908c; -} - -div.sphinxsidebar ul ul { - margin-left: 1em; -} - -div.sphinxsidebar input { - border: 1px solid #efefef; - font-family: inherit; -} - -div.sphinxsidebar #searchbox input[type="submit"] { - color: white; - background-color: #4271ae; -} - -div.footer { - color: #4d4d4c; - padding: 3px 8px 3px 0; - clear: both; - font-size: 0.8em; -} - -div.footer a { - color: #4d4d4c; - text-decoration: none; - border-bottom: 1px dotted #4271ae; -} - -div.footer a:hover { - color: #4271ae; - text-decoration: none; - border-bottom: 1px dotted #4271ae; -} - -/* -- body styles ----------------------------------------------------------- */ - -p { - margin: 0.8em 0 0.5em 0; -} - -div.body a, div.sphinxsidebarwrapper a { - color: #4d4d4c; - text-decoration: none; - border-bottom: 1px dotted #4271ae; -} - -div.body a:hover, div.sphinxsidebarwrapper a:hover { - color: #4271ae; - border-bottom: 1px dotted #4271ae; -} - -h1, h2, h3, h4, h5, h6 { - font-family: "Source Sans Pro", sans-serif; - font-weight: 400; - text-shadow: #efefef 0.1em 0.1em 0.1em; -} - -h1 { - margin: 0; - padding: 0.7em 0 0.3em 0; - line-height: 1.2em; - text-shadow: #efefef 0.1em 0.1em 0.1em; -} - -h2 { - margin: 1.3em 0 0.2em 0; - padding: 0 0 10px 0; -} - -h3 { - margin: 1em 0 -0.3em 0; - padding-bottom: 5px; -} - -h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { - display: none; - margin: 0 0 0 0.3em; - padding: 0 0.2em 0 0.2em; - color: #aaa!important; -} - -h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, -h5:hover a.anchor, h6:hover a.anchor { - display: inline; -} - -h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, -h5 a.anchor:hover, h6 a.anchor:hover { - color: #777; - background-color: #eee; -} - -a.headerlink { - color: #4d4d4c!important; - font-size: 1em; - margin-left: 6px; - padding: 0 4px 0 4px; - text-decoration: none!important; -} - -a.headerlink:hover { - background-color: #efefef; - color: white!important; -} - - -cite, code, tt { - font-family: 'Source Code Pro', monospace; - font-size: 0.9em; - letter-spacing: 0.01em; - background-color: #fbfbfb; - font-style: normal; - border: 1px dotted #efefef; - border-radius: 2px; - padding: 0 2px; -} - -hr { - border: 1px solid #d6d6d6; - margin: 2em; -} - -.highlight { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} - -.highlighted { - background-color: #4271ae; - color: white; - padding: 0 0.3em; -} - -pre { - font-family: 'Source Code Pro', monospace; - font-style: normal; - font-size: 0.9em; - letter-spacing: 0.015em; - line-height: 120%; - padding: 0.7em; - white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ -} - -pre a { - color: inherit; - text-decoration: underline; -} - -td.linenos pre { - padding: 0.5em 0; -} - -div.quotebar { - background-color: #f8f8f8; - max-width: 250px; - float: right; - padding: 2px 7px; - border: 1px solid #ccc; -} - -div.topic { - background-color: #f8f8f8; -} - -table { - border-collapse: collapse; - margin: 0 -0.5em 0 -0.5em; -} - -table td, table th { - padding: 0.2em 0.5em 0.2em 0.5em; -} - -div.admonition { - font-size: 0.9em; - margin: 1em 0 1em 0; - background-color: #fdfdfd; - padding: 0; - -moz-box-shadow: 0px 8px 6px -8px #d6d6d6; - -webkit-box-shadow: 0px 8px 6px -8px #d6d6d6; - box-shadow: 0px 8px 6px -8px #d6d6d6; -} - -div.admonition p { - margin: 0.5em 1em 0.5em 1em; - padding: 0.2em; -} - -div.admonition pre { - margin: 0.4em 1em 0.4em 1em; -} - -div.admonition p.admonition-title -{ - margin: 0; - padding: 0.2em 0 0.2em 0.6em; - background-color: white; - border-bottom: 1px solid #4271ae; - font-weight: 600; - font-size: 1.2em; - color: #4271ae; - text-transform: uppercase; -} - -div.note p.admonition-title -{ - color: #4271ae; - border-bottom: 1px solid #4271ae; -} - -div.warning p.admonition-title, -div.important p.admonition-title { - color: #f5871f; - border-bottom: 1px solid #f5871f; -} - -div.hint p.admonition-title, -div.tip p.admonition-title { - color: #718c00; - border-bottom: 1px solid #718c00; -} - -div.caution p.admonition-title, -div.attention p.admonition-title, -div.danger p.admonition-title, -div.error p.admonition-title { - color: #c82829; - border-bottom: 1px solid #c82829; -} - -div.admonition ul, div.admonition ol { - margin: 0.1em 0.5em 0.5em 3em; - padding: 0; -} - -div.versioninfo { - margin: 1em 0 0 0; - border: 1px solid #eee; - background-color: #DDEAF0; - padding: 8px; - line-height: 1.3em; - font-size: 0.9em; -} - -div.viewcode-block:target { - background-color: #f4debf; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; -} diff --git a/source/vkvn-sphinx-themes-6fefb6c/f6/theme.conf b/source/vkvn-sphinx-themes-6fefb6c/f6/theme.conf deleted file mode 100644 index 5dacf68..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/f6/theme.conf +++ /dev/null @@ -1,3 +0,0 @@ -[theme] -inherit = basic -stylesheet = f6.css diff --git a/source/vkvn-sphinx-themes-6fefb6c/images/agni-1.0.png b/source/vkvn-sphinx-themes-6fefb6c/images/agni-1.0.png deleted file mode 100644 index de08bc9..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/images/agni-1.0.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/images/jal-1.0.png b/source/vkvn-sphinx-themes-6fefb6c/images/jal-1.0.png deleted file mode 100644 index 748c1b5..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/images/jal-1.0.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/images/vlinux-theme-1.0.png b/source/vkvn-sphinx-themes-6fefb6c/images/vlinux-theme-1.0.png deleted file mode 100644 index f5ae662..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/images/vlinux-theme-1.0.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/jal/layout.html b/source/vkvn-sphinx-themes-6fefb6c/jal/layout.html deleted file mode 100644 index c931918..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/jal/layout.html +++ /dev/null @@ -1,14 +0,0 @@ -{# - sphinxdoc/layout.html - ~~~~~~~~~~~~~~~~~~~~~ - - Sphinx layout template for the sphinxdoc theme. - - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{% extends "basic/layout.html" %} - -{# put the sidebar before the body #} -{% block sidebar1 %}{{ sidebar() }}{% endblock %} -{% block sidebar2 %}{% endblock %} diff --git a/source/vkvn-sphinx-themes-6fefb6c/jal/static/contents.png b/source/vkvn-sphinx-themes-6fefb6c/jal/static/contents.png deleted file mode 100644 index 7fb8215..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/jal/static/contents.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/jal/static/navigation.png b/source/vkvn-sphinx-themes-6fefb6c/jal/static/navigation.png deleted file mode 100644 index 1081dc1..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/jal/static/navigation.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/jal/static/sphinxdoc.css b/source/vkvn-sphinx-themes-6fefb6c/jal/static/sphinxdoc.css deleted file mode 100644 index 1d0b13d..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/jal/static/sphinxdoc.css +++ /dev/null @@ -1,350 +0,0 @@ -/* - * sphinxdoc.css_t - * ~~~~~~~~~~~~~~~ - * - * Sphinx stylesheet -- sphinxdoc theme. Originally created by - * Armin Ronacher for Werkzeug. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: 'PT Sans', arial, sans-serif; - font-size: 14px; - letter-spacing: -0.01em; - line-height: 150%; - text-align: center; - background-color: #fff; - color: black; - padding: 0; - border: 1px solid #aaa; - margin: 0px 80px 0px 80px; - min-width: 740px; - -moz-box-shadow: 0px 0px 7px #adadad; - -webkit-box-shadow: 0px 0px 7px #adadad; - box-shadow: 0px 0px 7px #adadad; - -} - -div.document { - background-color: white; - text-align: left; - /*background-image: url(contents.png);*/ - background-repeat: repeat-x; -} - -div.bodywrapper { - margin: 0 240px 0 0; - border-right: 1px solid #ccc; -} - -div.body { - margin: 0; - padding: 0.5em 20px 20px 20px; -} - -div.related { - font-size: 1em; - background: #2C72C7; - color: #2E3436; -} - -div.related ul { - /*background-image: url(navigation.png);*/ - height: 2em; - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; -} - -div.related ul li { - margin: 0; - padding: 0; - height: 2em; - float: left; -} - -div.related ul li.right { - float: right; - margin-right: 5px; -} - -div.related ul li a { - margin: 0; - padding: 0 5px 0 5px; - line-height: 1.75em; - color: white; - border-bottom: 1px dotted white; -} - -div.related ul li a:hover { - color: #fff; - border-bottom: 1px solid white; - background: none; -} - -div.sphinxsidebarwrapper { - padding: 0; -} - -div.sphinxsidebar { - margin: 0; - padding: 0.5em 15px 15px 0; - width: 210px; - float: right; - font-size: 1em; - text-align: left; -} - -div.sphinxsidebar h3, div.sphinxsidebar h4 { - margin: 1em 0 0.5em 0; - font-size: 1em; - padding: 0.1em 0 0.1em 0.5em; - color: #2E3436; - /*border: 1px solid black;*/ - background-color: #FFF6C8; -} - - - -div.sphinxsidebar h3 a { - color: #2E3436; -} - -div.sphinxsidebar ul { - padding-left: 1.5em; - margin-top: 7px; - padding: 0; - line-height: 150%; -} - -div.sphinxsidebar ul ul { - margin-left: 20px; -} - -div.footer { - background-color: #adadad; - color: #fff; - padding: 3px 8px 3px 0; - clear: both; - font-size: 0.8em; - text-align: right; -} - -div.footer a { - color: #eee; - text-decoration: none; -} - -/* -- body styles ----------------------------------------------------------- */ - -p { - margin: 0.8em 0 0.5em 0; -} - -a { - color: #000; - text-decoration: none; - border-bottom: 1px solid #2c72c7; -} - -a:hover { - color: #2c72c7; - text-decoration: none; - /*background: #FFF6C8;*/ - border-bottom: 1px solid #2c72c7; -} - -div.body a { - text-decoration: none; -} - -h1 { - margin: 0; - padding: 0.7em 0 0.3em 0; - font-size: 1.5em; - color: #2c72c7; -} - -h2 { - margin: 1.3em 0 0.2em 0; - font-size: 1.35em; - padding: 0; - color: #2E3436; -} - -h3 { - margin: 1em 0 -0.3em 0; - font-size: 1.2em; -} - -div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { - color: black!important; -} - -h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { - display: none; - margin: 0 0 0 0.3em; - padding: 0 0.2em 0 0.2em; - color: #aaa!important; -} - -h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, -h5:hover a.anchor, h6:hover a.anchor { - display: inline; -} - -h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, -h5 a.anchor:hover, h6 a.anchor:hover { - color: #777; - background-color: #eee; -} - -a.headerlink { - color: #c60f0f!important; - font-size: 1em; - margin-left: 6px; - padding: 0 4px 0 4px; - text-decoration: none!important; -} - -a.headerlink:hover { - background-color: #ccc; - color: white!important; -} - -cite, code, tt { - font-family: 'Inconsolata', monospace; - font-size: 0.95em; - letter-spacing: 0.01em; -} - -tt { - background-color: #f2f2f2; - border-bottom: 1px solid #ddd; - color: #333; -} - -tt.descname, tt.descclassname, tt.xref { - border: 0; -} - -hr { - border: 1px solid #abc; - margin: 2em; -} - -a tt { - border: 0; - color: #CA7900; -} - -a tt:hover { - color: #2491CF; -} - -pre { - font-family: 'Inconsolata', monospace; - font-size: 0.95em; - letter-spacing: 0.015em; - line-height: 120%; - padding: 0.5em; - border: 1px solid #ccc; - background-color: #f9f9f9; -} - -pre a { - color: inherit; - text-decoration: underline; -} - -td.linenos pre { - padding: 0.5em 0; -} - -div.quotebar { - background-color: #f8f8f8; - max-width: 250px; - float: right; - padding: 2px 7px; - border: 1px solid #ccc; -} - -div.topic { - background-color: #f8f8f8; -} - -table { - border-collapse: collapse; - margin: 0 -0.5em 0 -0.5em; -} - -table td, table th { - padding: 0.2em 0.5em 0.2em 0.5em; -} - -div.admonition, div.warning { - font-size: 0.9em; - margin: 1em 0 1em 0; - border: 1px solid #86989B; - background-color: #f7f7f7; - padding: 0; -} - -div.admonition p, div.warning p { - margin: 0.5em 1em 0.5em 1em; - padding: 0; -} - -div.admonition pre, div.warning pre { - margin: 0.4em 1em 0.4em 1em; -} - -div.admonition p.admonition-title, -div.warning p.admonition-title { - margin: 0; - padding: 0.1em 0 0.1em 0.5em; - color: white; - border-bottom: 1px solid #86989B; - font-weight: bold; - background-color: #00A7B3; -} - -div.warning { - border: 1px solid #940000; -} - -div.warning p.admonition-title { - background-color: #CF0000; - border-bottom-color: #940000; -} - -div.admonition ul, div.admonition ol, -div.warning ul, div.warning ol { - margin: 0.1em 0.5em 0.5em 3em; - padding: 0; -} - -div.versioninfo { - margin: 1em 0 0 0; - border: 1px solid #ccc; - background-color: #DDEAF0; - padding: 8px; - line-height: 1.3em; - font-size: 0.9em; -} - -.viewcode-back { - font-family: 'Droid Sans', sans-serif; -} - -div.viewcode-block:target { - background-color: #f4debf; - border-top: 1px solid #ac9; - border-bottom: 1px solid #ac9; -} diff --git a/source/vkvn-sphinx-themes-6fefb6c/jal/theme.conf b/source/vkvn-sphinx-themes-6fefb6c/jal/theme.conf deleted file mode 100644 index 9a22fef..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/jal/theme.conf +++ /dev/null @@ -1,4 +0,0 @@ -[theme] -inherit = basic -stylesheet = sphinxdoc.css -pygments_style = friendly diff --git a/source/vkvn-sphinx-themes-6fefb6c/solar/NEWS.txt b/source/vkvn-sphinx-themes-6fefb6c/solar/NEWS.txt deleted file mode 100644 index d9743ee..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/solar/NEWS.txt +++ /dev/null @@ -1,32 +0,0 @@ -News -==== - -1.3 ---- -* Release date: 2012-11-01. -* Source Code Pro is now used for code samples. -* Reduced font size of pre elements. -* Horizontal rule for header elements. -* HTML pre contents are now wrapped (no scrollbars). -* Changed permalink color from black to a lighter one. - -1.2 ---- -* Release date: 2012-10-03. -* Style additional admonition levels. -* Increase padding for navigation links (minor). -* Add shadow for admonition items (minor). - -1.1 ---- -* Release date: 2012-09-05. -* Add a new background. -* Revert font of headings to Open Sans Light. -* Darker color for h3 - h6. -* Removed dependency on solarized dark pygments style. -* Nice looking scrollbars for pre element. - -1.0 ---- -* Release date: 2012-08-24. -* Initial release. diff --git a/source/vkvn-sphinx-themes-6fefb6c/solar/README.rst b/source/vkvn-sphinx-themes-6fefb6c/solar/README.rst deleted file mode 100644 index caeedbd..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/solar/README.rst +++ /dev/null @@ -1,28 +0,0 @@ -Solar theme for Python Sphinx -============================= -Solar is an attempt to create a theme for Sphinx based on the `Solarized `_ color scheme. - -Preview -------- -http://vimalkumar.in/sphinx-themes/solar - -Download --------- -Released versions are available from http://github.com/vkvn/sphinx-themes/downloads - -Installation ------------- -#. Extract the archive. -#. Modify ``conf.py`` of an existing Sphinx project or create new project using ``sphinx-quickstart``. -#. Change the ``html_theme`` parameter to ``solar``. -#. Change the ``html_theme_path`` to the location containing the extracted archive. - -License -------- -`GNU General Public License `_. - -Credits -------- -Modified from the default Sphinx theme -- Sphinxdoc - -Background pattern from http://subtlepatterns.com. diff --git a/source/vkvn-sphinx-themes-6fefb6c/solar/layout.html b/source/vkvn-sphinx-themes-6fefb6c/solar/layout.html deleted file mode 100644 index 6c57110..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/solar/layout.html +++ /dev/null @@ -1,32 +0,0 @@ -{% extends "basic/layout.html" %} - -{%- block doctype -%} - -{%- endblock -%} - -{%- block extrahead -%} - - -{%- endblock -%} - -{# put the sidebar before the body #} -{% block sidebar1 %}{{ sidebar() }}{% endblock %} -{% block sidebar2 %}{% endblock %} - -{%- block footer %} - -{%- endblock %} diff --git a/source/vkvn-sphinx-themes-6fefb6c/solar/static/solar.css b/source/vkvn-sphinx-themes-6fefb6c/solar/static/solar.css deleted file mode 100644 index e656687..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/solar/static/solar.css +++ /dev/null @@ -1,339 +0,0 @@ -/* solar.css - * Modified from sphinxdoc.css of the sphinxdoc theme. -*/ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: 'Open Sans', sans-serif; - font-size: 14px; - line-height: 150%; - text-align: center; - color: #002b36; - padding: 0; - margin: 0px 80px 0px 80px; - min-width: 740px; - -moz-box-shadow: 0px 0px 10px #93a1a1; - -webkit-box-shadow: 0px 0px 10px #93a1a1; - box-shadow: 0px 0px 10px #93a1a1; - background: url("subtle_dots.png") repeat; - -} - -div.document { - background-color: #fcfcfc; - text-align: left; - background-repeat: repeat-x; -} - -div.bodywrapper { - margin: 0 240px 0 0; - border-right: 1px dotted #eee8d5; -} - -div.body { - background-color: white; - margin: 0; - padding: 0.5em 20px 20px 20px; -} - -div.related { - font-size: 1em; - background: #002b36; - color: #839496; - padding: 5px 0px; -} - -div.related ul { - height: 2em; - margin: 2px; -} - -div.related ul li { - margin: 0; - padding: 0; - height: 2em; - float: left; -} - -div.related ul li.right { - float: right; - margin-right: 5px; -} - -div.related ul li a { - margin: 0; - padding: 2px 5px; - line-height: 2em; - text-decoration: none; - color: #839496; -} - -div.related ul li a:hover { - background-color: #073642; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} - -div.sphinxsidebarwrapper { - padding: 0; -} - -div.sphinxsidebar { - margin: 0; - padding: 0.5em 15px 15px 0; - width: 210px; - float: right; - font-size: 0.9em; - text-align: left; -} - -div.sphinxsidebar h3, div.sphinxsidebar h4 { - margin: 1em 0 0.5em 0; - font-size: 1em; - padding: 0.7em; - background-color: #eeeff1; -} - -div.sphinxsidebar h3 a { - color: #2E3436; -} - -div.sphinxsidebar ul { - padding-left: 1.5em; - margin-top: 7px; - padding: 0; - line-height: 150%; - color: #586e75; -} - -div.sphinxsidebar ul ul { - margin-left: 20px; -} - -div.sphinxsidebar input { - border: 1px solid #eee8d5; -} - -div.footer { - background-color: #93a1a1; - color: #eee; - padding: 3px 8px 3px 0; - clear: both; - font-size: 0.8em; - text-align: right; -} - -div.footer a { - color: #eee; - text-decoration: none; -} - -/* -- body styles ----------------------------------------------------------- */ - -p { - margin: 0.8em 0 0.5em 0; -} - -div.body a, div.sphinxsidebarwrapper a { - color: #268bd2; - text-decoration: none; -} - -div.body a:hover, div.sphinxsidebarwrapper a:hover { - border-bottom: 1px solid #268bd2; -} - -h1, h2, h3, h4, h5, h6 { - font-family: "Open Sans", sans-serif; - font-weight: 300; -} - -h1 { - margin: 0; - padding: 0.7em 0 0.3em 0; - line-height: 1.2em; - color: #002b36; - text-shadow: #eee 0.1em 0.1em 0.1em; -} - -h2 { - margin: 1.3em 0 0.2em 0; - padding: 0 0 10px 0; - color: #073642; - border-bottom: 1px solid #eee; -} - -h3 { - margin: 1em 0 -0.3em 0; - padding-bottom: 5px; -} - -h3, h4, h5, h6 { - color: #073642; - border-bottom: 1px dotted #eee; -} - -div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { - color: #657B83!important; -} - -h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { - display: none; - margin: 0 0 0 0.3em; - padding: 0 0.2em 0 0.2em; - color: #aaa!important; -} - -h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, -h5:hover a.anchor, h6:hover a.anchor { - display: inline; -} - -h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, -h5 a.anchor:hover, h6 a.anchor:hover { - color: #777; - background-color: #eee; -} - -a.headerlink { - color: #c60f0f!important; - font-size: 1em; - margin-left: 6px; - padding: 0 4px 0 4px; - text-decoration: none!important; -} - -a.headerlink:hover { - background-color: #ccc; - color: white!important; -} - - -cite, code, tt { - font-family: 'Source Code Pro', monospace; - font-size: 0.9em; - letter-spacing: 0.01em; - background-color: #eeeff2; - font-style: normal; -} - -hr { - border: 1px solid #eee; - margin: 2em; -} - -.highlight { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} - -pre { - font-family: 'Source Code Pro', monospace; - font-style: normal; - font-size: 0.9em; - letter-spacing: 0.015em; - line-height: 120%; - padding: 0.7em; - white-space: pre-wrap; /* css-3 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ -} - -pre a { - color: inherit; - text-decoration: underline; -} - -td.linenos pre { - padding: 0.5em 0; -} - -div.quotebar { - background-color: #f8f8f8; - max-width: 250px; - float: right; - padding: 2px 7px; - border: 1px solid #ccc; -} - -div.topic { - background-color: #f8f8f8; -} - -table { - border-collapse: collapse; - margin: 0 -0.5em 0 -0.5em; -} - -table td, table th { - padding: 0.2em 0.5em 0.2em 0.5em; -} - -div.admonition { - font-size: 0.9em; - margin: 1em 0 1em 0; - border: 1px solid #eee; - background-color: #f7f7f7; - padding: 0; - -moz-box-shadow: 0px 8px 6px -8px #93a1a1; - -webkit-box-shadow: 0px 8px 6px -8px #93a1a1; - box-shadow: 0px 8px 6px -8px #93a1a1; -} - -div.admonition p, div.admonition div.highlight { - margin: 0.5em 1em 0.5em 1em; -} - -div.admonition p.admonition-title -{ - margin: 0; - padding: 0.2em 0 0.2em 0.6em; - color: white; - border-bottom: 1px solid #eee8d5; - font-weight: bold; - background-color: #268bd2; -} - -div.warning p.admonition-title, -div.important p.admonition-title { - background-color: #cb4b16; -} - -div.hint p.admonition-title, -div.tip p.admonition-title { - background-color: #859900; -} - -div.caution p.admonition-title, -div.attention p.admonition-title, -div.danger p.admonition-title, -div.error p.admonition-title { - background-color: #dc322f; -} - -div.admonition ul, div.admonition ol { - margin: 0.1em 0.5em 0.5em 3em; - padding: 0; -} - -div.versioninfo { - margin: 1em 0 0 0; - border: 1px solid #eee; - background-color: #DDEAF0; - padding: 8px; - line-height: 1.3em; - font-size: 0.9em; -} - -div.viewcode-block:target { - background-color: #f4debf; - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; -} diff --git a/source/vkvn-sphinx-themes-6fefb6c/solar/static/solarized-dark.css b/source/vkvn-sphinx-themes-6fefb6c/solar/static/solarized-dark.css deleted file mode 100644 index 6ebb945..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/solar/static/solarized-dark.css +++ /dev/null @@ -1,84 +0,0 @@ -/* solarized dark style for solar theme */ - -/*style pre scrollbar*/ -pre::-webkit-scrollbar, .highlight::-webkit-scrollbar { - height: 0.5em; - background: #073642; -} - -pre::-webkit-scrollbar-thumb { - border-radius: 1em; - background: #93a1a1; -} - -/* pygments style */ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #002B36!important; color: #93A1A1 } -.highlight .c { color: #586E75 } /* Comment */ -.highlight .err { color: #93A1A1 } /* Error */ -.highlight .g { color: #93A1A1 } /* Generic */ -.highlight .k { color: #859900 } /* Keyword */ -.highlight .l { color: #93A1A1 } /* Literal */ -.highlight .n { color: #93A1A1 } /* Name */ -.highlight .o { color: #859900 } /* Operator */ -.highlight .x { color: #CB4B16 } /* Other */ -.highlight .p { color: #93A1A1 } /* Punctuation */ -.highlight .cm { color: #586E75 } /* Comment.Multiline */ -.highlight .cp { color: #859900 } /* Comment.Preproc */ -.highlight .c1 { color: #586E75 } /* Comment.Single */ -.highlight .cs { color: #859900 } /* Comment.Special */ -.highlight .gd { color: #2AA198 } /* Generic.Deleted */ -.highlight .ge { color: #93A1A1; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #DC322F } /* Generic.Error */ -.highlight .gh { color: #CB4B16 } /* Generic.Heading */ -.highlight .gi { color: #859900 } /* Generic.Inserted */ -.highlight .go { color: #93A1A1 } /* Generic.Output */ -.highlight .gp { color: #93A1A1 } /* Generic.Prompt */ -.highlight .gs { color: #93A1A1; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #CB4B16 } /* Generic.Subheading */ -.highlight .gt { color: #93A1A1 } /* Generic.Traceback */ -.highlight .kc { color: #CB4B16 } /* Keyword.Constant */ -.highlight .kd { color: #268BD2 } /* Keyword.Declaration */ -.highlight .kn { color: #859900 } /* Keyword.Namespace */ -.highlight .kp { color: #859900 } /* Keyword.Pseudo */ -.highlight .kr { color: #268BD2 } /* Keyword.Reserved */ -.highlight .kt { color: #DC322F } /* Keyword.Type */ -.highlight .ld { color: #93A1A1 } /* Literal.Date */ -.highlight .m { color: #2AA198 } /* Literal.Number */ -.highlight .s { color: #2AA198 } /* Literal.String */ -.highlight .na { color: #93A1A1 } /* Name.Attribute */ -.highlight .nb { color: #B58900 } /* Name.Builtin */ -.highlight .nc { color: #268BD2 } /* Name.Class */ -.highlight .no { color: #CB4B16 } /* Name.Constant */ -.highlight .nd { color: #268BD2 } /* Name.Decorator */ -.highlight .ni { color: #CB4B16 } /* Name.Entity */ -.highlight .ne { color: #CB4B16 } /* Name.Exception */ -.highlight .nf { color: #268BD2 } /* Name.Function */ -.highlight .nl { color: #93A1A1 } /* Name.Label */ -.highlight .nn { color: #93A1A1 } /* Name.Namespace */ -.highlight .nx { color: #93A1A1 } /* Name.Other */ -.highlight .py { color: #93A1A1 } /* Name.Property */ -.highlight .nt { color: #268BD2 } /* Name.Tag */ -.highlight .nv { color: #268BD2 } /* Name.Variable */ -.highlight .ow { color: #859900 } /* Operator.Word */ -.highlight .w { color: #93A1A1 } /* Text.Whitespace */ -.highlight .mf { color: #2AA198 } /* Literal.Number.Float */ -.highlight .mh { color: #2AA198 } /* Literal.Number.Hex */ -.highlight .mi { color: #2AA198 } /* Literal.Number.Integer */ -.highlight .mo { color: #2AA198 } /* Literal.Number.Oct */ -.highlight .sb { color: #586E75 } /* Literal.String.Backtick */ -.highlight .sc { color: #2AA198 } /* Literal.String.Char */ -.highlight .sd { color: #93A1A1 } /* Literal.String.Doc */ -.highlight .s2 { color: #2AA198 } /* Literal.String.Double */ -.highlight .se { color: #CB4B16 } /* Literal.String.Escape */ -.highlight .sh { color: #93A1A1 } /* Literal.String.Heredoc */ -.highlight .si { color: #2AA198 } /* Literal.String.Interpol */ -.highlight .sx { color: #2AA198 } /* Literal.String.Other */ -.highlight .sr { color: #DC322F } /* Literal.String.Regex */ -.highlight .s1 { color: #2AA198 } /* Literal.String.Single */ -.highlight .ss { color: #2AA198 } /* Literal.String.Symbol */ -.highlight .bp { color: #268BD2 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #268BD2 } /* Name.Variable.Class */ -.highlight .vg { color: #268BD2 } /* Name.Variable.Global */ -.highlight .vi { color: #268BD2 } /* Name.Variable.Instance */ -.highlight .il { color: #2AA198 } /* Literal.Number.Integer.Long */ diff --git a/source/vkvn-sphinx-themes-6fefb6c/solar/static/subtle_dots.png b/source/vkvn-sphinx-themes-6fefb6c/solar/static/subtle_dots.png deleted file mode 100644 index bb2d611..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/solar/static/subtle_dots.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/solar/theme.conf b/source/vkvn-sphinx-themes-6fefb6c/solar/theme.conf deleted file mode 100644 index d8fc2f3..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/solar/theme.conf +++ /dev/null @@ -1,4 +0,0 @@ -[theme] -inherit = basic -stylesheet = solar.css -pygments_style = none diff --git a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/layout.html b/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/layout.html deleted file mode 100644 index c931918..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/layout.html +++ /dev/null @@ -1,14 +0,0 @@ -{# - sphinxdoc/layout.html - ~~~~~~~~~~~~~~~~~~~~~ - - Sphinx layout template for the sphinxdoc theme. - - :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{% extends "basic/layout.html" %} - -{# put the sidebar before the body #} -{% block sidebar1 %}{{ sidebar() }}{% endblock %} -{% block sidebar2 %}{% endblock %} diff --git a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/contents.png b/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/contents.png deleted file mode 100644 index 7fb8215..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/contents.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/navigation.png b/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/navigation.png deleted file mode 100644 index 1081dc1..0000000 Binary files a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/navigation.png and /dev/null differ diff --git a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/sphinxdoc.css b/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/sphinxdoc.css deleted file mode 100644 index 51f57c1..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/static/sphinxdoc.css +++ /dev/null @@ -1,430 +0,0 @@ -/* - * sphinxdoc.css_t - * ~~~~~~~~~~~~~~~ - * - * Sphinx stylesheet -- sphinxdoc theme. Originally created by - * Armin Ronacher for Werkzeug. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: 'Droid Sans', serif; - /*font-size: 14px; - letter-spacing: -0.01em; - line-height: 150%; - text-align: center; - color: black; - border: 1px solid #aaa;*/ - background-color: #F5F4EF; - padding: 0; - margin: 0 auto; - width: 950px; - -moz-box-shadow: 0px 0px 15px #bbb; - -webkit-box-shadow: 0px 0px 15px #bbb; - box-shadow: 0px 0px 15px #bbb; -} - -div.document { - background-color: white; - text-align: left; - letter-spacing: -0.01em; - line-height: 150%; - font-size: 0.8em; - - /*background-image: url(contents.png); - background-repeat: repeat-x;*/ -} - -div.bodywrapper { - margin: 0 240px 0 0; - border-right: 1px solid #ccc; -} - -div.body { - margin: 0; - padding: 0.5em 20px 20px 20px; -} - - -/*Banner*/ -#banner { - height: 100px; - background: #fff; -} - -#vlinux-logo { - margin-top: 10px; - margin-left: 10px; -} - -#nav { - background: #48443d url('menu_bg.png') repeat-x; - height: 30px; -} - -#nav ul { - list-style: none; - padding: 0; - margin: 0; -} - -#nav li { - display: inline; - float: left; - margin: 0; -} - -#nav a:link, #nav a:visited { - color: #fff; - display: inline-block; - padding: 5px 20px; - height: 20px; - text-decoration: none; - font-size: 0.8em; - border-bottom: none; -} - -#nav a:hover, #nav a:active, #nav .active a:link, #nav .active a:visited { - background: #89c912; - color: #fff; - text-shadow: #666 2px 2px 2px; -} - - -div.related { - font-size: 0.8em; -} - -div.related ul { - /*background-image: url(navigation.png);*/ - background: #fafafa; - height: 2em; - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; -} - -div.related ul li { - margin: 0; - padding: 0; - height: 2em; - float: left; -} - -div.related ul li.right { - float: right; - margin-right: 5px; -} - -div.related ul li a { - margin: 0; - padding: 0 5px 0 5px; - line-height: 1.75em; - color: #48443d; - border-bottom: #48443d 1px dotted; -} - -div.related ul li a:hover { - color: #89c912; - text-decoration: none; - border-bottom: #89c912 1px dotted; - -} - -div.sphinxsidebarwrapper { - padding: 0; -} - -div.sphinxsidebar { - margin: 0; - padding: 0.5em 15px 15px 0; - width: 210px; - float: right; - font-size: 0.8em; - text-align: left; -} - -div.sphinxsidebar h3, div.sphinxsidebar h4 { - margin: 1em 0 0.5em 0; - font-size: 1.1em; - padding: 0.1em 0 0.1em 0.5em; - color: white; - /*border: 1px solid #86989B;*/ - background-color: #89c912; -} - -div.sphinxsidebar h3 a { - color: white; -} - -div.sphinxsidebar ul { - padding-left: 1.5em; - margin-top: 7px; - padding: 0; - line-height: 130%; -} - -div.sphinxsidebar ul ul { - margin-left: 20px; -} - -div.footer { - background-color: #6b7162; - color: #fff; - /*padding: 3px 8px 3px 0;*/ - clear: both; - font-size: 0.7em; - text-align: center; - height: 20px; - padding: 10px; -} - -div.footer a { - color: #dbeabb; - border-bottom: #dbeabb 1px dotted; - text-decoration: none; -} - -div.footer a:hover { - border-bottom: #dbeabb 1px solid; -} - -/* -- body styles ----------------------------------------------------------- */ - -p { - margin: 0.8em 0 0.5em 0; -} - -a { - color: #48443d; - text-decoration: none; - border-bottom: #48443d 1px dotted; - font-weight: bold; -} - -a:hover { - color: #89c912; - text-decoration: none; - border-bottom: #89c912 1px dotted; -} - -/*div.body a { - text-decoration: underline; -}*/ - -h1 { - margin: 0; - padding: 0.7em 0 0.3em 0; - font-size: 1.5em; - color: #48443d; -} - -h2 { - margin: 1.3em 0 0.2em 0; - font-size: 1.35em; - padding: 0; -} - -h3 { - margin: 1em 0 -0.3em 0; - font-size: 1.2em; -} - -div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { - color: black!important; -} - -h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { - display: none; - margin: 0 0 0 0.3em; - padding: 0 0.2em 0 0.2em; - color: #aaa!important; -} - -h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, -h5:hover a.anchor, h6:hover a.anchor { - display: inline; -} - -h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, -h5 a.anchor:hover, h6 a.anchor:hover { - color: #777; - background-color: #eee; -} - -a.headerlink { - color: #c60f0f!important; - font-size: 1em; - margin-left: 6px; - padding: 0 4px 0 4px; - text-decoration: none!important; -} - -a.headerlink:hover { - background-color: #ccc; - color: white!important; -} - -cite, code, tt { - font-family: 'Consolas', 'Deja Vu Sans Mono', - 'Bitstream Vera Sans Mono', monospace; - font-size: 0.95em; - letter-spacing: 0.01em; -} - -tt { - background-color: #f2f2f2; - border-bottom: 1px solid #ddd; - color: #333; -} - -tt.descname, tt.descclassname, tt.xref { - border: 0; -} - -hr { - border: 1px solid #abc; - margin: 2em; -} - -a tt { - border: 0; - color: #CA7900; -} - -a tt:hover { - color: #2491CF; -} - -pre { - font-family: 'Consolas', 'Deja Vu Sans Mono', - 'Bitstream Vera Sans Mono', monospace; - font-size: 0.95em; - letter-spacing: 0.015em; - line-height: 120%; - padding: 0.5em; - border: 1px solid #ccc; - background-color: #f8f8f8; -} - -pre a { - color: inherit; - text-decoration: underline; -} - -td.linenos pre { - padding: 0.5em 0; -} - -div.quotebar { - background-color: #f8f8f8; - max-width: 250px; - float: right; - padding: 2px 7px; - border: 1px solid #ccc; -} - -div.topic { - background-color: #f8f8f8; -} - -table { - border-collapse: collapse; - margin: 0 -0.5em 0 -0.5em; -} - -table td, table th { - padding: 0.2em 0.5em 0.2em 0.5em; -} - -div.admonition, div.warning { - font-size: 0.9em; - margin: 1em 0 1em 0; - border: 1px solid #86989B; - background-color: #f7f7f7; - padding: 0; -} - -div.admonition p, div.warning p { - margin: 0.5em 1em 0.5em 1em; - padding: 0; -} - -div.admonition pre, div.warning pre { - margin: 0.4em 1em 0.4em 1em; -} - -div.admonition p.admonition-title, -div.warning p.admonition-title { - margin: 0; - padding: 0.1em 0 0.1em 0.5em; - color: white; - border-bottom: 1px solid #86989B; - font-weight: bold; - background-color: #AFC1C4; -} - -div.warning { - border: 1px solid #940000; -} - -div.warning p.admonition-title { - background-color: #CF0000; - border-bottom-color: #940000; -} - -div.admonition ul, div.admonition ol, -div.warning ul, div.warning ol { - margin: 0.1em 0.5em 0.5em 3em; - padding: 0; -} - -div.versioninfo { - margin: 1em 0 0 0; - border: 1px solid #ccc; - background-color: #DDEAF0; - padding: 8px; - line-height: 1.3em; - font-size: 0.9em; -} - -.viewcode-back { - font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', - 'Verdana', sans-serif; -} - -div.viewcode-block:target { - background-color: #f4debf; - border-top: 1px solid #ac9; - border-bottom: 1px solid #ac9; -} - - -/* custom */ -#twitter a { - border-bottom: none; -} - -#twitter a:hover { - border-bottom: none; -} - -.twtr-widget { - font-family: font-family: 'Droid Sans', serif !important; -} - -#disqus_thread { - padding: 0.5em 20px 20px 20px; - width: 670px; - float: left; -} - -p#comments { - padding: 0.5em 20px 20px 20px; -} diff --git a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/theme.conf b/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/theme.conf deleted file mode 100644 index 9a22fef..0000000 --- a/source/vkvn-sphinx-themes-6fefb6c/vlinux-theme/theme.conf +++ /dev/null @@ -1,4 +0,0 @@ -[theme] -inherit = basic -stylesheet = sphinxdoc.css -pygments_style = friendly