From f520924a61641c998935cd1d9519b5ce557657fc Mon Sep 17 00:00:00 2001 From: fordnox Date: Mon, 19 May 2014 14:44:36 +0300 Subject: [PATCH] remove static files from en --- en/_static/adctheme.css | 789 --------------------------- en/_static/breadcrumb_background.png | Bin 136 -> 0 bytes en/_static/configurationblock.css | 96 ---- en/_static/configurationblock.js | 34 -- en/_static/documentation.png | Bin 1043 -> 0 bytes en/_static/header_sm_mid.png | Bin 159 -> 0 bytes en/_static/logo.png | Bin 4595 -> 0 bytes en/_static/mobile.css | 17 - en/_static/searchfield_leftcap.png | Bin 855 -> 0 bytes en/_static/searchfield_repeat.png | Bin 158 -> 0 bytes en/_static/searchfield_rightcap.png | Bin 530 -> 0 bytes en/_static/title_background.png | Bin 132 -> 0 bytes en/_static/toc.js | 20 - en/_static/triangle_closed.png | Bin 181 -> 0 bytes en/_static/triangle_left.png | Bin 195 -> 0 bytes en/_static/triangle_open.png | Bin 191 -> 0 bytes en/_templates/layout.html | 193 ------- 17 files changed, 1149 deletions(-) delete mode 100644 en/_static/adctheme.css delete mode 100644 en/_static/breadcrumb_background.png delete mode 100644 en/_static/configurationblock.css delete mode 100644 en/_static/configurationblock.js delete mode 100644 en/_static/documentation.png delete mode 100644 en/_static/header_sm_mid.png delete mode 100644 en/_static/logo.png delete mode 100644 en/_static/mobile.css delete mode 100644 en/_static/searchfield_leftcap.png delete mode 100644 en/_static/searchfield_repeat.png delete mode 100644 en/_static/searchfield_rightcap.png delete mode 100644 en/_static/title_background.png delete mode 100644 en/_static/toc.js delete mode 100644 en/_static/triangle_closed.png delete mode 100644 en/_static/triangle_left.png delete mode 100644 en/_static/triangle_open.png delete mode 100644 en/_templates/layout.html diff --git a/en/_static/adctheme.css b/en/_static/adctheme.css deleted file mode 100644 index c62fee7..0000000 --- a/en/_static/adctheme.css +++ /dev/null @@ -1,789 +0,0 @@ -/** - * Sphinx stylesheet -- basic theme - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - */ - h3 { - color:#000000; - font-size: 17px; - margin-bottom:0.5em; - margin-top:2em; - } - - h4 { - font-size: 13px; - } -/* -- main layout ----------------------------------------------------------- */ - -div.clearer { - clear: both; -} - -/* -- Site menu * ----------------------------------------------------------- */ - -#site-menu { - position: absolute; - right:0; - height: 0px; - margin: -43px 0px 0 0; -} -#site-menu li { - display: block; - float: left; - margin-right: 20px; -} -#site-menu li a{ - color: white; - text-shadow:0 1px 0 #787878; - font-size: 15px; -} - -/* -- header ---------------------------------------------------------------- */ -p.logo { - text-align:center; -} -img.logo { - width: 150px; -} - -#header #title { - background:#29334F url(title_background.png) repeat-x scroll 0 0; - border-bottom:1px solid #B6B6B6; - height:25px; - overflow:hidden; -} -#headerButtons { - position: absolute; - list-style: none outside; - top: 26px; - left: 0px; - right: 0px; - margin: 0px; - padding: 0px; - border-top: 1px solid #2B334F; - border-bottom: 1px solid #EDEDED; - height: 20px; - font-size: 8pt; - overflow: hidden; - background-color: #D8D8D8; -} - -#headerButtons li { - background-repeat:no-repeat; - display:inline; - margin-top:0; - padding:0; -} - -.headerButton { - display: inline; - height:20px; -} - -.headerButton a { - text-decoration: none; - float: right; - height: 20px; - padding: 4px 15px; - border-left: 1px solid #ACACAC; - font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; - color: black; -} -.headerButton a:hover { - color: white; - background-color: #787878; - -} - -li#toc_button { - text-align:left; -} - -li#toc_button .headerButton a { - width:198px; - padding-top: 4px; - font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; - color: black; - float: left; - padding-left:15px; - border-right:1px solid #ACACAC; - background:transparent url(triangle_open.png) no-repeat scroll 4px 6px; -} - -li#toc_button .headerButton a:hover { - background-color: #787878; - color: white; -} - -li#page_buttons { -position:absolute; -right:0; -} - -#breadcrumbs { - color: black; - background-image:url(breadcrumb_background.png); - border-top:1px solid #2B334F; - bottom:0; - font-size:10px; - height:15px; - left:0; - overflow:hidden; - padding:3px 10px 0; - position:absolute; - right:0; - white-space:nowrap; - z-index:901; -} -#breadcrumbs a { - color: black; - text-decoration: none; -} -#breadcrumbs a:hover { - text-decoration: underline; -} -#breadcrumbs img { - padding-left: 3px; -} -/* -- sidebar --------------------------------------------------------------- */ -#sphinxsidebar { - position: absolute; - top: 84px; - bottom: 19px; - left: 0px; - width: 229px; - background-color: #E4EBF7; - border-right: 1px solid #ACACAC; - border-top: 1px solid #2B334F; - overflow-x: hidden; - overflow-y: auto; - padding: 0px 0px 0px 0px; - font-size:11px; -} - -div.sphinxsidebarwrapper { - padding: 10px 5px 0 10px; -} - -#sphinxsidebar li { - margin: 0px; - padding: 0px; - font-weight: normal; - margin: 0px 0px 7px 0px; - overflow: hidden; - text-overflow: ellipsis; - font-size: 11px; -} - -#sphinxsidebar ul { - list-style: none; - margin: 0px 0px 0px 0px; - padding: 0px 5px 0px 5px; -} - -#sphinxsidebar ul ul, -#sphinxsidebar ul.want-points { - list-style: square; -} - -#sphinxsidebar ul ul { - margin-top: 5px; - margin-bottom: 0; -} - -#sphinxsidebar form { - margin-top: 10px; -} - -#sphinxsidebar input { - border: 1px solid #787878; - font-family: sans-serif; - font-size: 1em; -} - -img { - border: 0; -} - -#sphinxsidebar li.toctree-l1 a { - font-weight: bold; - color: #000; - text-decoration: none; -} - -#sphinxsidebar li.toctree-l2 a { - font-weight: bold; - color: #4f4f4f; - text-decoration: none; -} - -/* -- search page ----------------------------------------------------------- */ - -ul.search { - margin: 10px 0 0 20px; - padding: 0; -} - -ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; -} - -ul.search li a { - font-weight: bold; -} - -ul.search li div.context { - color: #888; - margin: 2px 0 0 30px; - text-align: left; -} - -ul.keywordmatches li.goodmatch a { - font-weight: bold; -} -#sphinxsidebar input.prettysearch {border:none;} -input.searchbutton { - float: right; -} -.search-wrapper {width: 100%; height: 25px;} -.search-wrapper input.prettysearch { border: none; width:200px; height: 16px; background: url(searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; } -.search-wrapper input.prettysearch { width: 184px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; } -.search-wrapper .search-left { display: block; position: absolute; width: 20px; height: 19px; background: url(searchfield_leftcap.png) left top no-repeat; } -.search-wrapper .search-right { display: block; position: relative; left: 204px; top: -19px; width: 10px; height: 19px; background: url(searchfield_rightcap.png) right top no-repeat; } - -/* -- index page ------------------------------------------------------------ */ - -table.contentstable { - width: 90%; -} - -table.contentstable p.biglink { - line-height: 150%; -} - -a.biglink { - font-size: 1.3em; -} - -span.linkdescr { - font-style: italic; - padding-top: 5px; - font-size: 90%; -} - -/* -- general index --------------------------------------------------------- */ - -table.indextable td { - text-align: left; - vertical-align: top; -} - -table.indextable dl, table.indextable dd { - margin-top: 0; - margin-bottom: 0; -} - -table.indextable tr.pcap { - height: 10px; -} - -table.indextable tr.cap { - margin-top: 10px; - background-color: #f2f2f2; -} - -img.toggler { - margin-right: 3px; - margin-top: 3px; - cursor: pointer; -} - -/* -- general body styles --------------------------------------------------- */ -.document { - border-top:1px solid #2B334F; - overflow:auto; - padding-left:2em; - padding-right:2em; - position:absolute; - z-index:1; - top:84px; - bottom:19px; - right:0; - left:230px; -} - -a.headerlink { - visibility: hidden; -} - -h1:hover > a.headerlink, -h2:hover > a.headerlink, -h3:hover > a.headerlink, -h4:hover > a.headerlink, -h5:hover > a.headerlink, -h6:hover > a.headerlink, -dt:hover > a.headerlink { - visibility: visible; -} - -div.body p.caption { - text-align: inherit; -} - -div.body td { - text-align: left; -} - -.field-list ul { - padding-left: 1em; -} - -.first { - margin-top: 0 !important; -} - -p.rubric { - margin-top: 30px; - font-weight: bold; -} - -/* -- sidebars -------------------------------------------------------------- */ - -/*div.sidebar { - margin: 0 0 0.5em 1em; - border: 1px solid #ddb; - padding: 7px 7px 0 7px; - background-color: #ffe; - width: 40%; - float: right; -} - -p.sidebar-title { - font-weight: bold; -} -*/ -/* -- topics ---------------------------------------------------------------- */ - -div.topic { - border: 1px solid #ccc; - padding: 7px 7px 0 7px; - margin: 10px 0 10px 0; -} - -p.topic-title { - font-size: 1.1em; - font-weight: bold; - margin-top: 10px; -} - -/* -- admonitions ----------------------------------------------------------- */ -.admonition { - border: 1px solid #a1a5a9; - background-color: #f7f7f7; - margin: 20px; - padding: 0px 8px 7px 9px; - text-align: left; -} -.warning { - background-color:#E8E8E8; - border:1px solid #111111; - margin:30px; -} -.admonition p { - font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif; - margin-top: 7px; - margin-bottom: 0px; -} - -div.admonition dt { - font-weight: bold; -} - -div.admonition dl { - margin-bottom: 0; -} - -p.admonition-title { - margin: 0px 10px 5px 0px; - font-weight: bold; - padding-top: 3px; -} - -div.body p.centered { - text-align: center; - margin-top: 25px; -} - -/* -- tables ---------------------------------------------------------------- */ - -table.docutils { - border-collapse: collapse; - border-top: 1px solid #919699; - border-left: 1px solid #919699; - border-right: 1px solid #919699; - border-bottom: 1px solid #919699; - font-size:12px; - padding:8px; - text-align:left; - vertical-align:top; -} - -table.docutils td, table.docutils th { - padding: 8px; - font-size: 12px; - text-align: left; - vertical-align: top; - border-bottom: 1px solid #919699; -} - -table.docutils th { - font-weight: bold; -} -/* This alternates colors in up to six table rows (light blue for odd, white for even)*/ -.docutils tr { - background: #F0F5F9; -} - -.docutils tr + tr { - background: #FFFFFF; -} - -.docutils tr + tr + tr { - background: #F0F5F9; -} - -.docutils tr + tr + tr + tr { - background: #FFFFFF; -} - -.docutils tr + tr + tr +tr + tr { - background: #F0F5F9; -} - -.docutils tr + tr + tr + tr + tr + tr { - background: #FFFFFF; -} - -.docutils tr + tr + tr + tr + tr + tr + tr { - background: #F0F5F9; -} - -table.footnote td, table.footnote th { - border: 0 !important; -} - -th { - text-align: left; - padding-right: 5px; -} - -/* -- other body styles ----------------------------------------------------- */ - -dl { - margin-bottom: 15px; -} - -dd p { - margin-top: 0px; - font-size: 12px; -} - -dd ul, dd table { - margin-bottom: 10px; -} - -dd { - margin-top: 3px; - margin-bottom: 10px; - margin-left: 30px; - font-size: 12px; -} - -dt:target, .highlight { - background-color: #fbe54e; -} - -dl.glossary dt { - font-weight: bold; - font-size: 0.8em; -} - -dl.glossary dd { - font-size:12px; -} -.field-list ul { - vertical-align: top; - margin: 0; - padding-bottom: 0; - list-style: none inside; -} - -.field-list ul li { - margin-top: 0; -} - -.field-list p { - margin: 0; -} - -.refcount { - color: #060; -} - -.optional { - font-size: 1.3em; -} - -.versionmodified { - font-style: italic; -} - -.system-message { - background-color: #fda; - padding: 5px; - border: 3px solid red; -} - -.footnote:target { - background-color: #ffa -} - -/* -- code displays --------------------------------------------------------- */ - -pre { - overflow: auto; - background-color:#F1F5F9; - border:1px solid #C9D1D7; - border-spacing:0; - font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace; - font-size:11px; - padding: 10px; -} - -td.linenos pre { - padding: 5px 0px; - border: 0; - background-color: transparent; - color: #aaa; -} - -table.highlighttable { - margin-left: 0.5em; -} - -table.highlighttable td { - padding: 0 0.5em 0 0.5em; -} - -tt { - font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace; - -} - -tt.descname { - background-color: transparent; - font-weight: bold; - font-size: 1em; -} - -tt.descclassname { - background-color: transparent; -} - -tt.xref, a tt { - background-color: transparent; - font-weight: bold; -} - -h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { - background-color: transparent; -} - -/* -- math display ---------------------------------------------------------- */ - -img.math { - vertical-align: middle; -} - -div.body div.math p { - text-align: center; -} - -span.eqno { - float: right; -} - -/* -- printout stylesheet --------------------------------------------------- */ - -@media print { - div.document, - div.documentwrapper, - div.bodywrapper { - margin: 0; - width: 100%; - } - - div.sphinxsidebar, - div.related, - div.footer, - #top-link { - display: none; - } -} - -body { - font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; -} - -dl.class dt { - padding: 3px; -/* border-top: 2px solid #999;*/ -} - -em.property { - font-style: normal; -} - -dl.class dd p { - margin-top: 6px; -} - -dl.class dd dl.exception dt { - padding: 3px; - background-color: #FFD6D6; - border-top: none; -} - -dl.class dd dl.method dt { - padding: 3px; - background-color: #e9e9e9; - border-top: none; - -} - -dl.function dt { - padding: 3px; - border-top: 2px solid #999; -} - -ul { -list-style-image:none; -list-style-position:outside; -list-style-type:square; -margin:0 0 0 30px; -padding:0 0 12px 6px; -} -#docstitle { - height: 36px; - background-image: url(header_sm_mid.png); - left: 0; - top: 0; - position: absolute; - width: 100%; -} - -#docstitle p { - padding:7px 0 0 45px; - margin: 0; - color: white; - text-shadow:0 1px 0 #787878; - background: transparent url(documentation.png) no-repeat scroll 10px 3px; - height: 36px; - font-size: 15px; -} - -#header { -height:45px; -left:0; -position:absolute; -right:0; -top:36px; -z-index:900; -} - -#header h1 { -font-size:10pt; -margin:0; -padding:5px 0 0 10px; -text-shadow:0 1px 0 #D5D5D5; -white-space:nowrap; -} - -h1 { --x-system-font:none; -color:#000000; -font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; -font-size:30px; -font-size-adjust:none; -font-stretch:normal; -font-style:normal; -font-variant:normal; -font-weight:bold; -line-height:normal; -margin-bottom:25px; -margin-top:1em; -} - -.footer { -border-top:1px solid #DDDDDD; -clear:both; -padding-top:9px; -width:100%; -font-size:10px; -} - -p { --x-system-font:none; -font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; -font-size:12px; -font-size-adjust:none; -font-stretch:normal; -font-style:normal; -font-variant:normal; -font-weight:normal; -line-height:normal; -margin-bottom:10px; -margin-top:0; -} - -h2 { -border-bottom:1px solid #919699; -color:#000000; -font-size:24px; -margin-top:2.5em; -padding-bottom:2px; -} - -a:link:hover { -color:#093D92; -text-decoration:underline; -} - -a:link { -color:#093D92; -text-decoration:none; -} - - -ol { -list-style-position:outside; -list-style-type:decimal; -margin:0 0 0 30px; -padding:0 0 12px 6px; -} -li { -margin-top:7px; -font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; -font-size:12px; -font-size-adjust:none; -font-stretch:normal; -font-style:normal; -font-variant:normal; -font-weight:normal; -line-height:normal; -} -li p { -margin-top:8px; -} \ No newline at end of file diff --git a/en/_static/breadcrumb_background.png b/en/_static/breadcrumb_background.png deleted file mode 100644 index 9b45910e0b984604c5e8b913f431bad172bdef53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{R!3HD)xzimdKI;Vst0CaOHKL7v# diff --git a/en/_static/configurationblock.css b/en/_static/configurationblock.css deleted file mode 100644 index 0b0b512..0000000 --- a/en/_static/configurationblock.css +++ /dev/null @@ -1,96 +0,0 @@ -div.configuration-block ul.simple -{ - margin: 0; - padding: 0; -} - -div.configuration-block ul.simple li -{ - margin: 0 !important; - margin-right: 5px !important; - display: inline; - margin-left: 10px; - padding: 10px; -} - -div.configuration-block em -{ - margin-bottom: 10px; -} - -div.configuration-block li -{ - padding: 5px; -} - -div.configuration-block em -{ - font-style: normal; - font-size: 90%; -} - -div.jsactive -{ - position: relative; -} - -div.jsactive ul -{ - list-style: none; -} - -div.jsactive li -{ - float: left; - list-style: none; - margin-left: 0; - -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; - background-color: #ddd; - margin-right: 5px; -} - -div.jsactive .selected -{ - background-color: #000; -} - -div.jsactive .selected a -{ - color: #fff; - text-decoration: none; -} - -div.jsactive .selected a:hover -{ - color: #fff; - text-decoration: underline; -} - -div.jsactive a -{ - color: #000; - text-decoration: none; -} - -div.jsactive a:hover -{ - color: #000; - text-decoration: underline; -} - -div.jsactive div -{ - position: absolute; - top: 30px; - left: 0; -} - -div.jsactive div div -{ - position: static; -} - -div.jsactive pre -{ - margin: 0; -} \ No newline at end of file diff --git a/en/_static/configurationblock.js b/en/_static/configurationblock.js deleted file mode 100644 index c00365d..0000000 --- a/en/_static/configurationblock.js +++ /dev/null @@ -1,34 +0,0 @@ -$(document).ready(function(){ - $('div.configuration-block [class^=highlight-]').hide(); - $('div.configuration-block [class^=highlight-]').width($('div.configuration-block').width()); - - $('div.configuration-block').addClass('jsactive'); - $('div.configuration-block').addClass('clearfix'); - - $('div.configuration-block').each(function (){ - var el = $('[class^=highlight-]:first', $(this)); - el.show(); - el.parents('ul').height(el.height() + 40); - }); - - // Global - $('div.configuration-block li').each(function(){ - var str = $(':first', $(this)).html(); - $(':first ', $(this)).html(''); - $(':first ', $(this)).append('' + str + '') - $(':first', $(this)).bind('click', function(){ - $('[class^=highlight-]', $(this).parents('ul')).hide(); - $('li', $(this).parents('ul')).removeClass('selected'); - $(this).parent().addClass('selected'); - - var block = $('[class^=highlight-]', $(this).parent('li')); - block.show(); - block.parents('ul').height(block.height() + 40); - return false; - }); - }); - - $('div.configuration-block').each(function (){ - $('li:first', $(this)).addClass('selected'); - }); -}); \ No newline at end of file diff --git a/en/_static/documentation.png b/en/_static/documentation.png deleted file mode 100644 index b0ee88be618cde58eb0a24b07013b99920ef3f5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1043 zcmV+u1nm2XP)KaS13Js&p-O9z@fT7Vq3IQ-FCIxl#R6XGJgBUDsfI#m_X#gHiTLmvNw}7C3o(vcn<~90upjG-B zLQ{GisCAj!t;^?m{YiAeqtvlDE5I`^Jv?Iq;xDxtjb=&+zIXq-0U%JmL~kUxTA^@$ zHx!xeP`G-O-n%>d&s|+Ia|E{aG``^MUwEC5_x=xf%8$K}XQ1FX21RNs6jc>a ztSt}c`(`No*#ZSO9T&X!@P{{NFXg?YjO6eslVZ*Y%-Ym0gu~IOrAN*mpGM5kauA9e zsvQ{`c1P^qfYhC?^hxEVBdP5nfK{;&(a_DD@_-G7nu!P~!*#Fuv{Li;duf;D{ zPYgznG1re~2!rSdY@GIrVTcb#mzq->qhUGDva*1Ceu*EHDE(qhVyJ7C z(raC~)PHS$o-`f|&p2}+R9q~l+Kq$zzN&x&*+rxIq*wyQrIJ`(F2#UoP_D`{Kf9>N zdviu1lyjwU5yZiiG1C-+t(>|E2migRDh!VcSYGZE&;SGk_E(llcjkTW4}!s5QZB^8 z+D^r`Fl<*X!NI+4HCQ;9Xl#7`sLsX1hN-0?`1bAEk5M%b#}wF&`jp}GP4i-50~yem ziL~&Ht+mrpOR>0F56n&t{%!LdOkt7FBOaOE-AV=5({L0A_vb822|l}Jb}Vcp`yybo zd1ab~Rc*q-u7Z*j-~!mWCmXlNcVb=?7E4_o4z^j<&{?YVCj+;)d>Fv?a98Gq7}#cO z_>|?;J{-=mYS??EIxrD@Zv9*z-JTVvf92v*?2m!X=C#?VvWKv<4i4Z}1H9i{DMiDV zi$0S&_RWyug27hmAUDRqa)F@-$>6)-P=B9TBRPx9;PqLH;qT3JCA#z7;8pSe`%V?O6bg`(GXK? zHdPI0Zw$N-tnE@9&}xaPNgw)Hwmz5bX|yK`%kSJ)gQD@hj<+ULembi5lZnBk{Jynn z^%)B$?NHy%s@9>s|1U0VAiZryMTfjilm3rFZaIWM!NFQXhAP?ny#=GaWcE@$*c1Q& N002ovPDHLkV1hFB`u6|; diff --git a/en/_static/header_sm_mid.png b/en/_static/header_sm_mid.png deleted file mode 100644 index dce5a40e98bc982ba4733bb0797230cc98a69f01..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 159 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 diff --git a/en/_static/mobile.css b/en/_static/mobile.css deleted file mode 100644 index 0cfe799..0000000 --- a/en/_static/mobile.css +++ /dev/null @@ -1,17 +0,0 @@ -/* - * CSS adjustments (overrides) for mobile browsers that cannot handle - * fix-positioned div's very well. - * This makes long pages scrollable on mobile browsers. - */ - -#breadcrumbs { - display: none !important; -} - -.document { - bottom: inherit !important; -} - -#sphinxsidebar { - bottom: inherit !important; -} diff --git a/en/_static/searchfield_leftcap.png b/en/_static/searchfield_leftcap.png deleted file mode 100644 index cc00c22b05b9c262c53f01d439e4f42877b0dfe4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 855 zcmV-d1E~CoP)5D zK?F?^1PO^?Wsw#|C6=?-W^S0-j0f&L_uPHXI&1H}_EzfkIyH{f)m7!>^Kb(vi>SKQho4r_&jBxm=pvZl})9PBIt_?E_{q z8Rhi!G*BoMepoD)w<9AXn%nIro6RO*nx+X@JAfKq7Z(@yVzKz$>-D}L9UUc)$3tCR zUDVOhL2$KQcLi`|Wko$YI{Ltj-i1OT>h0|%W=ZTmEiW(A?(Qye7|8GU6YP;lgnD{< zUIsirKXhlgU1Mx%0h^H4ePZyXK>X88d?&bEAykB5T^5)*LGsP|MCH)U&5g`hV+;=uzbGS( zZ^~4w)sTK8m`+Sg5SJcpZEZ<1ng?PyGc!XRs%JLC{QUeYHpIHSyH#DpX0ut6V6|F_ zlSbFq*ThPo$;nCL+9s|l(I?i3?~~F?rBbh1Q&~=c4FGTjY?-yVdUtn6wOUPLh%9qe zQ8JmNrGMRELr%h4@nWTM!3_ZyKtc-)G|T1avEu822WQ%mvv4FO#qs` BFGc_W diff --git a/en/_static/searchfield_rightcap.png b/en/_static/searchfield_rightcap.png deleted file mode 100644 index 8e13620ecbc56b3464c48d6cd09bf1337e1c33a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 530 zcmV+t0`2{YP)`}SW{%?kjooesx~_vP%P<%W?AdJgh{{)$N=4@w2Hn_CKTAY65m^iR+I*Mbk6^ z``^NHsdV!wP>EqmHX4oOX0v%l>il0RsWXek!jL5C0oS5;;H%I;7qQ7?Vs$#5r$(c3 zLKkVc?jhG;Dl&tEW>67q;r<#eHuX!@@AqBfuGeb~jqr-VJ=U*XtycBJC;bR809Q3H UB&DjC!~g&Q07*qoM6N<$f;HIhQUCw| diff --git a/en/_static/title_background.png b/en/_static/title_background.png deleted file mode 100644 index 6fcd1cda8799b2dcd85a5d2fe05f70983c7ab454..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{K!3HGDSj;X0Db50q$YKTtt`8v0=(NUU22jw< z)5S4_LpIr>`rDiOW#8>*O3wKA_cy!JKj+B$z?~eCD_FXcHoS@75!aHmf+fPRjgKui c`Tu{0jtkz)WtP=g15IG?boFyt=akR{0Lc(3VgLXD diff --git a/en/_static/toc.js b/en/_static/toc.js deleted file mode 100644 index 7b70978..0000000 --- a/en/_static/toc.js +++ /dev/null @@ -1,20 +0,0 @@ -var TOC = { - load: function () { - $('#toc_button').click(TOC.toggle); - }, - - toggle: function () { - if ($('#sphinxsidebar').toggle().is(':hidden')) { - $('div.document').css('left', "0px"); - $('toc_button').removeClass("open"); - } else { - $('div.document').css('left', "230px"); - $('#toc_button').addClass("open"); - } - return $('#sphinxsidebar'); - } -}; - -$(document).ready(function () { - TOC.load(); -}); \ No newline at end of file diff --git a/en/_static/triangle_closed.png b/en/_static/triangle_closed.png deleted file mode 100644 index 1e7f7bba20bdc6e6692a936b37b912c562361001..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|%O$WD@{Vk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5X!aZFaLn>}1B`nZRU=uud?%X#oFE8$fABX<_{vN+bJIN`@ zn&Bhsg0`OyXZpPbc~lraGA}q(Rnz70fZ0Q_=Wvs25fjJzySu+Do4Il~>|oURDR4KU cfq|LfmbCbnryJ{vfmSehy85}Sb4q9e0C?d(yZ`_I diff --git a/en/_static/triangle_left.png b/en/_static/triangle_left.png deleted file mode 100644 index 2d86be7dfedc80dcd80b8ac087a5a485924c41dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|%O$WD@{!3Opi<85p>QL70(Y)*K0-V5z5z zV~B)ga>4@bgkx#57cXACZ_}nvT&%3E><%9$utrYYxY5vFz$YOk#m7OcUAw5LXcfDc z2!kkxf;Pj(nF&n)|NX6INU3l5I5Bg_B4&0zoj*T5EYSJrU;qFB diff --git a/en/_static/triangle_open.png b/en/_static/triangle_open.png deleted file mode 100644 index e5d3bfdad1ba43a89157643de68a50ae4ebb43d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|%O$WD@{Vk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5X5}1B`nZRU=cib?%cN=dY@& m%BN7wd|}Gu6I~2UJPdwUB%hf5&L{&~#^CAd=d#Wzp$PyP{61&^ diff --git a/en/_templates/layout.html b/en/_templates/layout.html deleted file mode 100644 index a5d4279..0000000 --- a/en/_templates/layout.html +++ /dev/null @@ -1,193 +0,0 @@ -{% extends "basic/layout.html" %} -{%- block doctype -%} - -{%- endblock %} -{%- set reldelim1 = reldelim1 is not defined and ' »' or reldelim1 %} -{%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %} -{%- block linktags %} - {%- if hasdoc('about') %} - - {%- endif %} - {%- if hasdoc('genindex') %} - - {%- endif %} - {%- if hasdoc('search') %} - - {%- endif %} - {%- if hasdoc('copyright') %} - - {%- endif %} - - {%- if parents %} - - {%- endif %} - {%- if next %} - - {%- endif %} - {%- if prev %} - - {%- endif %} - - - -{%- endblock %} -{%- block extrahead %} {% endblock %} -{%- block header %}{% endblock %} -{%- block relbar1 %} -
-

{{docstitle}}

- -
- -{% endblock %} - -{%- block sidebar1 %} -{%- if not embedded %}{% if not theme_nosidebar|tobool %} -
-
- {%- block sidebartoc %} - - {{ toctree() }} - {%- endblock %} - {%- block sidebarrel %} - {%- endblock %} - {%- block sidebarsourcelink %} - {%- if show_source and has_source and sourcename %} -

{{ _('This Page') }}

- - {%- endif %} - {%- endblock %} - {%- if customsidebar %} - {% include customsidebar %} - {%- endif %} - {%- block sidebarsearch %} - {%- if pagename != "search" %} - - - {%- endif %} - {%- endblock %} - {%- block sidebarlogo %} - {%- if logo %} - - {%- endif %} - {%- endblock %} -
-
-{%- endif %}{% endif %} - -{% endblock %} -{%- block document %} -
- {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
- {%- endif %}{% endif %} -
- {% block body %} {% endblock %} -
- {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
- {%- endif %}{% endif %} -
- -
-

Contribute to this page

-

User contributed notes. Please use the comment section to provide tips, notes and examples. To ask for support, request feature or to provide feedback use the forum. For bug reports use Github Issue Tracker.

- -
- - - - -
- - -{%- endblock %} -{%- block sidebar2 %}{% endblock %} -{%- block relbar2 %}{% endblock %} -{%- block footer %} - - - - - -{%- endblock %}