From 46421fedf6fe291bfcb63482f3bfa9bb2c7fdff6 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 23 Oct 2018 17:42:28 +0300 Subject: Remove site clutter and rename test folder (tests -> test) --- docs/assets/css/LICENSE | 21 - docs/assets/css/all-nocdn.css | 895 ------------------------------------ docs/assets/css/all.css | 888 ----------------------------------- docs/assets/css/baguetteBox.css | 197 -------- docs/assets/css/baguetteBox.min.css | 6 - docs/assets/css/code.css | 71 --- docs/assets/css/custom.css | 69 --- docs/assets/css/dark-grey.css | 1 - docs/assets/css/dark.css | 1 - docs/assets/css/hack.css | 1 - docs/assets/css/html4css1.css | 349 -------------- docs/assets/css/ipython.min.css | 9 - docs/assets/css/nikola_ipython.css | 116 ----- docs/assets/css/nikola_rst.css | 46 -- docs/assets/css/rst.css | 2 - docs/assets/css/solarized-dark.css | 1 - docs/assets/css/standard.css | 1 - docs/assets/css/theme.css | 419 ----------------- 18 files changed, 3093 deletions(-) delete mode 100644 docs/assets/css/LICENSE delete mode 100644 docs/assets/css/all-nocdn.css delete mode 100644 docs/assets/css/all.css delete mode 100644 docs/assets/css/baguetteBox.css delete mode 100644 docs/assets/css/baguetteBox.min.css delete mode 100644 docs/assets/css/code.css delete mode 100644 docs/assets/css/custom.css delete mode 100644 docs/assets/css/dark-grey.css delete mode 100644 docs/assets/css/dark.css delete mode 100644 docs/assets/css/hack.css delete mode 100644 docs/assets/css/html4css1.css delete mode 100644 docs/assets/css/ipython.min.css delete mode 100644 docs/assets/css/nikola_ipython.css delete mode 100644 docs/assets/css/nikola_rst.css delete mode 100644 docs/assets/css/rst.css delete mode 100644 docs/assets/css/solarized-dark.css delete mode 100644 docs/assets/css/standard.css delete mode 100644 docs/assets/css/theme.css (limited to 'docs/assets/css') diff --git a/docs/assets/css/LICENSE b/docs/assets/css/LICENSE deleted file mode 100644 index b82393b..0000000 --- a/docs/assets/css/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 EGOIST 0x142857@gmail.com - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/docs/assets/css/all-nocdn.css b/docs/assets/css/all-nocdn.css deleted file mode 100644 index 27ace77..0000000 --- a/docs/assets/css/all-nocdn.css +++ /dev/null @@ -1,895 +0,0 @@ -/* -:Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ -:Copyright: This stylesheet has been placed in the public domain. - -Default cascading style sheet for the HTML output of Docutils. - -See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to -customize this style sheet. -*/ - -/* used to remove borders from tables and images */ -.borderless, table.borderless td, table.borderless th { - border: 0 } - -table.borderless td, table.borderless th { - /* Override padding for "table.docutils td" with "! important". - The right padding separates the table cells. */ - padding: 0 0.5em 0 0 ! important } - -.first { - /* Override more specific margin styles with "! important". */ - margin-top: 0 ! important } - -.last, .with-subtitle { - margin-bottom: 0 ! important } - -.hidden { - display: none } - -.subscript { - vertical-align: sub; - font-size: smaller } - -.superscript { - vertical-align: super; - font-size: smaller } - -a.toc-backref { - text-decoration: none ; - color: black } - -blockquote.epigraph { - margin: 2em 5em ; } - -dl.docutils dd { - margin-bottom: 0.5em } - -object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] { - overflow: hidden; -} - -/* Uncomment (and remove this text!) to get bold-faced definition list terms -dl.docutils dt { - font-weight: bold } -*/ - -div.abstract { - margin: 2em 5em } - -div.abstract p.topic-title { - font-weight: bold ; - text-align: center } - -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning { - margin: 2em ; - border: medium outset ; - padding: 1em } - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title { - font-weight: bold ; - font-family: sans-serif } - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title, .code .error { - color: red ; - font-weight: bold ; - font-family: sans-serif } - -/* Uncomment (and remove this text!) to get reduced vertical space in - compound paragraphs. -div.compound .compound-first, div.compound .compound-middle { - margin-bottom: 0.5em } - -div.compound .compound-last, div.compound .compound-middle { - margin-top: 0.5em } -*/ - -div.dedication { - margin: 2em 5em ; - text-align: center ; - font-style: italic } - -div.dedication p.topic-title { - font-weight: bold ; - font-style: normal } - -div.figure { - margin-left: 2em ; - margin-right: 2em } - -div.footer, div.header { - clear: both; - font-size: smaller } - -div.line-block { - display: block ; - margin-top: 1em ; - margin-bottom: 1em } - -div.line-block div.line-block { - margin-top: 0 ; - margin-bottom: 0 ; - margin-left: 1.5em } - -div.sidebar { - margin: 0 0 0.5em 1em ; - border: medium outset ; - padding: 1em ; - background-color: #ffffee ; - width: 40% ; - float: right ; - clear: right } - -div.sidebar p.rubric { - font-family: sans-serif ; - font-size: medium } - -div.system-messages { - margin: 5em } - -div.system-messages h1 { - color: red } - -div.system-message { - border: medium outset ; - padding: 1em } - -div.system-message p.system-message-title { - color: red ; - font-weight: bold } - -div.topic { - margin: 2em } - -h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, -h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { - margin-top: 0.4em } - -h1.title { - text-align: center } - -h2.subtitle { - text-align: center } - -hr.docutils { - width: 75% } - -img.align-left, .figure.align-left, object.align-left, table.align-left { - clear: left ; - float: left ; - margin-right: 1em } - -img.align-right, .figure.align-right, object.align-right, table.align-right { - clear: right ; - float: right ; - margin-left: 1em } - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -table.align-center { - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left } - -.align-center { - clear: both ; - text-align: center } - -.align-right { - text-align: right } - -/* reset inner alignment in figures */ -div.align-right { - text-align: inherit } - -/* div.align-center * { */ -/* text-align: left } */ - -.align-top { - vertical-align: top } - -.align-middle { - vertical-align: middle } - -.align-bottom { - vertical-align: bottom } - -ol.simple, ul.simple { - margin-bottom: 1em } - -ol.arabic { - list-style: decimal } - -ol.loweralpha { - list-style: lower-alpha } - -ol.upperalpha { - list-style: upper-alpha } - -ol.lowerroman { - list-style: lower-roman } - -ol.upperroman { - list-style: upper-roman } - -p.attribution { - text-align: right ; - margin-left: 50% } - -p.caption { - font-style: italic } - -p.credits { - font-style: italic ; - font-size: smaller } - -p.label { - white-space: nowrap } - -p.rubric { - font-weight: bold ; - font-size: larger ; - color: maroon ; - text-align: center } - -p.sidebar-title { - font-family: sans-serif ; - font-weight: bold ; - font-size: larger } - -p.sidebar-subtitle { - font-family: sans-serif ; - font-weight: bold } - -p.topic-title { - font-weight: bold } - -pre.address { - margin-bottom: 0 ; - margin-top: 0 ; - font: inherit } - -pre.literal-block, pre.doctest-block, pre.math, pre.code { - margin-left: 2em ; - margin-right: 2em } - -pre.code .ln { color: grey; } /* line numbers */ -pre.code, code { background-color: #eeeeee } -pre.code .comment, code .comment { color: #5C6576 } -pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } -pre.code .literal.string, code .literal.string { color: #0C5404 } -pre.code .name.builtin, code .name.builtin { color: #352B84 } -pre.code .deleted, code .deleted { background-color: #DEB0A1} -pre.code .inserted, code .inserted { background-color: #A3D289} - -span.classifier { - font-family: sans-serif ; - font-style: oblique } - -span.classifier-delimiter { - font-family: sans-serif ; - font-weight: bold } - -span.interpreted { - font-family: sans-serif } - -span.option { - white-space: nowrap } - -span.pre { - white-space: pre } - -span.problematic { - color: red } - -span.section-subtitle { - /* font-size relative to parent (h1..h6 element) */ - font-size: 80% } - -table.citation { - border-left: solid 1px gray; - margin-left: 1px } - -table.docinfo { - margin: 2em 4em } - -table.docutils { - margin-top: 0.5em ; - margin-bottom: 0.5em } - -table.footnote { - border-left: solid 1px black; - margin-left: 1px } - -table.docutils td, table.docutils th, -table.docinfo td, table.docinfo th { - padding-left: 0.5em ; - padding-right: 0.5em ; - vertical-align: top } - -table.docutils th.field-name, table.docinfo th.docinfo-name { - font-weight: bold ; - text-align: left ; - white-space: nowrap ; - padding-left: 0 } - -/* "booktabs" style (no vertical lines) */ -table.docutils.booktabs { - border: 0px; - border-top: 2px solid; - border-bottom: 2px solid; - border-collapse: collapse; -} -table.docutils.booktabs * { - border: 0px; -} -table.docutils.booktabs th { - border-bottom: thin solid; - text-align: left; -} - -h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, -h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { - font-size: 100% } - -ul.auto-toc { - list-style-type: none } - -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning, div.sidebar { -/* stolen from Boostrap 3 (.panel .panel-default) */ - margin-bottom: 20px; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - padding: 0 15px 15px 15px; -} - -div.attention, div.caution, div.danger, div.error, div.warning { - /* stolen from Boostrap 3 (.panel .panel-danger) */ - border-color: #EBCCD1; -} - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title, div.sidebar p.sidebar-title, -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title { -/* stolen from Boostrap 3 (.panel .panel-default .panel-heading) */ - font-size: 16px; - color: #333; - background-color: #F5F5F5; - padding: 10px 15px; - margin-left: -15px; - margin-right: -15px; - border-bottom: 1px solid rgba(0, 0, 0, 0); - border-top-left-radius: 3px; - border-top-right-radius: 3px; - color: #333; - background-color: #F5F5F5; - border-color: #DDD; -} - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title { - /* stolen from Boostrap 3 (.panel .panel-danger) */ - color: #A94442; - background-color: #F2DEDE; - border-color: #EBCCD1; -} - -/* code.css file generated by Nikola */ -pre.code .hll { background-color: #ffffcc } -pre.code { background: #f8f8f8; } -pre.code .c { color: #408080; font-style: italic } /* Comment */ -pre.code .err { border: 1px solid #FF0000 } /* Error */ -pre.code .k { color: #008000; font-weight: bold } /* Keyword */ -pre.code .o { color: #666666 } /* Operator */ -pre.code .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ -pre.code .cm { color: #408080; font-style: italic } /* Comment.Multiline */ -pre.code .cp { color: #BC7A00 } /* Comment.Preproc */ -pre.code .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ -pre.code .c1 { color: #408080; font-style: italic } /* Comment.Single */ -pre.code .cs { color: #408080; font-style: italic } /* Comment.Special */ -pre.code .gd { color: #A00000 } /* Generic.Deleted */ -pre.code .ge { font-style: italic } /* Generic.Emph */ -pre.code .gr { color: #FF0000 } /* Generic.Error */ -pre.code .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -pre.code .gi { color: #00A000 } /* Generic.Inserted */ -pre.code .go { color: #888888 } /* Generic.Output */ -pre.code .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -pre.code .gs { font-weight: bold } /* Generic.Strong */ -pre.code .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -pre.code .gt { color: #0044DD } /* Generic.Traceback */ -pre.code .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ -pre.code .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ -pre.code .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ -pre.code .kp { color: #008000 } /* Keyword.Pseudo */ -pre.code .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ -pre.code .kt { color: #B00040 } /* Keyword.Type */ -pre.code .m { color: #666666 } /* Literal.Number */ -pre.code .s { color: #BA2121 } /* Literal.String */ -pre.code .na { color: #7D9029 } /* Name.Attribute */ -pre.code .nb { color: #008000 } /* Name.Builtin */ -pre.code .nc { color: #0000FF; font-weight: bold } /* Name.Class */ -pre.code .no { color: #880000 } /* Name.Constant */ -pre.code .nd { color: #AA22FF } /* Name.Decorator */ -pre.code .ni { color: #999999; font-weight: bold } /* Name.Entity */ -pre.code .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -pre.code .nf { color: #0000FF } /* Name.Function */ -pre.code .nl { color: #A0A000 } /* Name.Label */ -pre.code .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -pre.code .nt { color: #008000; font-weight: bold } /* Name.Tag */ -pre.code .nv { color: #19177C } /* Name.Variable */ -pre.code .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -pre.code .w { color: #bbbbbb } /* Text.Whitespace */ -pre.code .mb { color: #666666 } /* Literal.Number.Bin */ -pre.code .mf { color: #666666 } /* Literal.Number.Float */ -pre.code .mh { color: #666666 } /* Literal.Number.Hex */ -pre.code .mi { color: #666666 } /* Literal.Number.Integer */ -pre.code .mo { color: #666666 } /* Literal.Number.Oct */ -pre.code .sa { color: #BA2121 } /* Literal.String.Affix */ -pre.code .sb { color: #BA2121 } /* Literal.String.Backtick */ -pre.code .sc { color: #BA2121 } /* Literal.String.Char */ -pre.code .dl { color: #BA2121 } /* Literal.String.Delimiter */ -pre.code .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ -pre.code .s2 { color: #BA2121 } /* Literal.String.Double */ -pre.code .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -pre.code .sh { color: #BA2121 } /* Literal.String.Heredoc */ -pre.code .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -pre.code .sx { color: #008000 } /* Literal.String.Other */ -pre.code .sr { color: #BB6688 } /* Literal.String.Regex */ -pre.code .s1 { color: #BA2121 } /* Literal.String.Single */ -pre.code .ss { color: #19177C } /* Literal.String.Symbol */ -pre.code .bp { color: #008000 } /* Name.Builtin.Pseudo */ -pre.code .fm { color: #0000FF } /* Name.Function.Magic */ -pre.code .vc { color: #19177C } /* Name.Variable.Class */ -pre.code .vg { color: #19177C } /* Name.Variable.Global */ -pre.code .vi { color: #19177C } /* Name.Variable.Instance */ -pre.code .vm { color: #19177C } /* Name.Variable.Magic */ -pre.code .il { color: #666666 } /* Literal.Number.Integer.Long */ -table.codetable { width: 100%;} td.linenos {text-align: right; width: 4em;} - -@charset "UTF-8"; - -/* - Copyright © 2014-2017 Daniel Aleksandersen and others. - - Permission is hereby granted, free of charge, to any - person obtaining a copy of this software and associated - documentation files (the "Software"), to deal in the - Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the - Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice - shall be included in all copies or substantial portions of - the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY - KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR - PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS - OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ - -body { - color: #4F5151; - font-family: 'Share Tech Mono', monospace; - font-size: 20px; - line-height: 1.4; - padding: 1em; -} - - - -.code, .hack, .hack blockquote, .hack code, .hack em, .hack h1, .hack h2, .hack h3, .hack h4, .hack h5, .hack h6, .hack strong -{ - font-family: 'Share Tech Mono', monospace; -} - -#container { - margin: 1em auto; - max-width: 770px; -} -#menu ul, -#menu ul li, -.postpromonav .tags, -.postpromonav .tags li, -.pager, -.pager li, -#toptranslations ul, -#toptranslations ul li { - list-style: none; - padding-left: 0; - padding-right: 0; -} - -#toptranslations ul { - display: inline; -} - -#menu ul li, -#toptranslations ul li { - display: inline-block; - margin-right: 1.5em; -} - -#toptranslations h2 { - display: inline; - font-size: 1em; - margin-right: 1.5em; -} - -#menu ul li:dir(rtl), -#toptranslations ul li:dir(rtl), -#toptranslations h2:dir(rtl) { - margin-left: 1.5em; - margin-right: 0; -} - -#toptranslations { - text-align: right; - float: right; -} - -#toptranslations:dir(rtl) { - text-align: left; - float: left; -} - -.posttranslations h3 { - display: inline; - font-size: 1em; -} - -.entry-title { - font-size: 2em; -} - -.posttranslations h3:last-child { - display: none; -} - -.postindex article { - border-bottom: 1px solid #4F5151; - padding-bottom: 1em; -} -#header { - border-bottom: 1px solid #4F5151; -} -#footer { - border-top: 1px solid #4F5151; -} - -/* Tags */ -.postpromonav { - border-bottom: 1px solid #4F5151; - border-top: 1px solid #4F5151; - margin-top: 1em; - padding: .5em 0; -} -.postpromonav .tags { - text-align: center; -} -.metadata p:before, -.postpromonav .tags li:before, -.postlist .listdate:after { - content: " — "; -} -.postlist li { - margin-bottom: .33em; -} - -/* Post and archive pagers */ -.postindexpager .pager .next:before { - content: "↓ "; -} -.postindexpager .pager .previous:before, -.archivenav .pager .up:before { - content: "↑ "; -} -.postpromonav .pager .next:after, -.archivenav .pager .next:after { - content: " →"; -} -.postpromonav .pager .previous:dir(rtl):after, -.archivenav .pager .previous:dir(rtl):after { - content: " →"; -} -.postpromonav .pager .previous:before, -.archivenav .pager .previous:before { - content: "← "; -} -.postpromonav .pager .next:dir(rtl):before, -.archivenav .pager .next:dir(rtl):before { - content: "← "; -} - -.metadata p:first-of-type:before, -.postpromonav .tags li:first-of-type:before { - content: ""; -} -.postpromonav .pager { - clear: both; - height: 1em; -} -.postpromonav .tags li, -.postpromonav .pager li, -.archivenav .pager li { - display: inline-block; -} -.archivenav .pager { - text-align: center -} -.postpromonav .pager .next, -.archivenav .pager .next { - float: right; -} -.postpromonav .pager .next:dir(rtl), -.archivenav .pager .next:dir(rtl) { - float: left; -} - -.postpromonav .pager .previous, -.archivenav .pager .previous { - float: left; -} -.postpromonav .pager .previous:dir(rtl), -.archivenav .pager .previous:dir(rtl) { - float: right; -} - -.archivenav .pager .disabled, -.archivenav .pager .disabled a, -.archivenav .pager .disabled:link { - color: #888; - cursor: not-allowed; -} - -.metadata p { - display: inline; -} - -#brand { - font-size: 3em; - line-height: 1; -} - -/* Links */ -:link { - color: #1168CC; - text-decoration: none; - border-bottom: 0px none green -} -:visited { - color: #6830BB; - border-bottom: 0px none green -} -:link:hover, :visited:hover { - color: #0d53a3; -} - -#brand :link, -#brand :visited { - color: inherit; -} - -/* Images */ -img { - border: none; - line-height: 1; -} - -.postpage img, -.postpage object, -.postindex article img, -.postindex article object { - height: auto; - max-width: 100%; -} - -/* Comment helpers */ -#disqus_thread { - min-height: 325px; -} - -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; -} - -.breadcrumb > li { - display: inline-block; - margin-right: 0; - margin-left: 0; -} - -.breadcrumb > li:after { - content: ' / '; - color: #888; -} - -.breadcrumb > li:last-of-type:after { - content: ''; - margin-left: 0; -} - -.thumbnails { - list-style: none; - padding: 0; -} - -.thumbnails > li { - display: inline-block; - margin-right: 10px; -} - -.thumbnails > li:last-of-type { - margin-right: 0; -} - -.codetable .linenos { - padding-right: 10px; -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} - -pre.code, code { - white-space: pre; - word-wrap: normal; - overflow: auto; -} - -/* SOURCE: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ -@media print { - *, - *:before, - *:after { - background: transparent !important; - color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ - box-shadow: none !important; - text-shadow: none !important; - font-family: Garamond, Junicode, serif; - } - - body { - font-size: 12pt; - } - - a, - a:visited { - text-decoration: underline; - } - - a[href]:after { - content: " (" attr(href) ")"; - } - - abbr[title]:after { - content: " (" attr(title) ")"; - } - - /* - * Don't show links that are fragment identifiers, - * or use the `javascript:` pseudo protocol - */ - - a[href^="#"]:after, - a[href^="data:"]:after, - a[href^="javascript:"]:after { - content: ""; - } - - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - - /* - * Printing Tables: - * http://css-discuss.incutio.com/wiki/Printing_Tables - */ - - thead { - display: table-header-group; - } - - tr, - img { - page-break-inside: avoid; - } - - img { - max-width: 100% !important; - } - - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - h2, - h3 { - page-break-after: avoid; - } - - .hidden-print { - display: none !important; - } - - article .entry-title a[href]:after, - article .metadata a[href]:after, - article .tags a[href]:after { - content: ""; - } - - article .metadata .sourceline { - display: none; - } - - article .metadata .linkline a[href]:after { - content: " (" attr(href) ")"; - } - - #header { - display: none; - } - - .postpromonav { - padding: 0; - } -} - - -/*! - * baguetteBox.js - * @author feimosi - * @version 1.8.2 - * @url https://github.com/feimosi/baguetteBox.js - */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}} \ No newline at end of file diff --git a/docs/assets/css/all.css b/docs/assets/css/all.css deleted file mode 100644 index a2fc1bf..0000000 --- a/docs/assets/css/all.css +++ /dev/null @@ -1,888 +0,0 @@ -/* -:Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ -:Copyright: This stylesheet has been placed in the public domain. - -Default cascading style sheet for the HTML output of Docutils. - -See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to -customize this style sheet. -*/ - -/* used to remove borders from tables and images */ -.borderless, table.borderless td, table.borderless th { - border: 0 } - -table.borderless td, table.borderless th { - /* Override padding for "table.docutils td" with "! important". - The right padding separates the table cells. */ - padding: 0 0.5em 0 0 ! important } - -.first { - /* Override more specific margin styles with "! important". */ - margin-top: 0 ! important } - -.last, .with-subtitle { - margin-bottom: 0 ! important } - -.hidden { - display: none } - -.subscript { - vertical-align: sub; - font-size: smaller } - -.superscript { - vertical-align: super; - font-size: smaller } - -a.toc-backref { - text-decoration: none ; - color: black } - -blockquote.epigraph { - margin: 2em 5em ; } - -dl.docutils dd { - margin-bottom: 0.5em } - -object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] { - overflow: hidden; -} - -/* Uncomment (and remove this text!) to get bold-faced definition list terms -dl.docutils dt { - font-weight: bold } -*/ - -div.abstract { - margin: 2em 5em } - -div.abstract p.topic-title { - font-weight: bold ; - text-align: center } - -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning { - margin: 2em ; - border: medium outset ; - padding: 1em } - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title { - font-weight: bold ; - font-family: sans-serif } - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title, .code .error { - color: red ; - font-weight: bold ; - font-family: sans-serif } - -/* Uncomment (and remove this text!) to get reduced vertical space in - compound paragraphs. -div.compound .compound-first, div.compound .compound-middle { - margin-bottom: 0.5em } - -div.compound .compound-last, div.compound .compound-middle { - margin-top: 0.5em } -*/ - -div.dedication { - margin: 2em 5em ; - text-align: center ; - font-style: italic } - -div.dedication p.topic-title { - font-weight: bold ; - font-style: normal } - -div.figure { - margin-left: 2em ; - margin-right: 2em } - -div.footer, div.header { - clear: both; - font-size: smaller } - -div.line-block { - display: block ; - margin-top: 1em ; - margin-bottom: 1em } - -div.line-block div.line-block { - margin-top: 0 ; - margin-bottom: 0 ; - margin-left: 1.5em } - -div.sidebar { - margin: 0 0 0.5em 1em ; - border: medium outset ; - padding: 1em ; - background-color: #ffffee ; - width: 40% ; - float: right ; - clear: right } - -div.sidebar p.rubric { - font-family: sans-serif ; - font-size: medium } - -div.system-messages { - margin: 5em } - -div.system-messages h1 { - color: red } - -div.system-message { - border: medium outset ; - padding: 1em } - -div.system-message p.system-message-title { - color: red ; - font-weight: bold } - -div.topic { - margin: 2em } - -h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, -h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { - margin-top: 0.4em } - -h1.title { - text-align: center } - -h2.subtitle { - text-align: center } - -hr.docutils { - width: 75% } - -img.align-left, .figure.align-left, object.align-left, table.align-left { - clear: left ; - float: left ; - margin-right: 1em } - -img.align-right, .figure.align-right, object.align-right, table.align-right { - clear: right ; - float: right ; - margin-left: 1em } - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -table.align-center { - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left } - -.align-center { - clear: both ; - text-align: center } - -.align-right { - text-align: right } - -/* reset inner alignment in figures */ -div.align-right { - text-align: inherit } - -/* div.align-center * { */ -/* text-align: left } */ - -.align-top { - vertical-align: top } - -.align-middle { - vertical-align: middle } - -.align-bottom { - vertical-align: bottom } - -ol.simple, ul.simple { - margin-bottom: 1em } - -ol.arabic { - list-style: decimal } - -ol.loweralpha { - list-style: lower-alpha } - -ol.upperalpha { - list-style: upper-alpha } - -ol.lowerroman { - list-style: lower-roman } - -ol.upperroman { - list-style: upper-roman } - -p.attribution { - text-align: right ; - margin-left: 50% } - -p.caption { - font-style: italic } - -p.credits { - font-style: italic ; - font-size: smaller } - -p.label { - white-space: nowrap } - -p.rubric { - font-weight: bold ; - font-size: larger ; - color: maroon ; - text-align: center } - -p.sidebar-title { - font-family: sans-serif ; - font-weight: bold ; - font-size: larger } - -p.sidebar-subtitle { - font-family: sans-serif ; - font-weight: bold } - -p.topic-title { - font-weight: bold } - -pre.address { - margin-bottom: 0 ; - margin-top: 0 ; - font: inherit } - -pre.literal-block, pre.doctest-block, pre.math, pre.code { - margin-left: 2em ; - margin-right: 2em } - -pre.code .ln { color: grey; } /* line numbers */ -pre.code, code { background-color: #eeeeee } -pre.code .comment, code .comment { color: #5C6576 } -pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } -pre.code .literal.string, code .literal.string { color: #0C5404 } -pre.code .name.builtin, code .name.builtin { color: #352B84 } -pre.code .deleted, code .deleted { background-color: #DEB0A1} -pre.code .inserted, code .inserted { background-color: #A3D289} - -span.classifier { - font-family: sans-serif ; - font-style: oblique } - -span.classifier-delimiter { - font-family: sans-serif ; - font-weight: bold } - -span.interpreted { - font-family: sans-serif } - -span.option { - white-space: nowrap } - -span.pre { - white-space: pre } - -span.problematic { - color: red } - -span.section-subtitle { - /* font-size relative to parent (h1..h6 element) */ - font-size: 80% } - -table.citation { - border-left: solid 1px gray; - margin-left: 1px } - -table.docinfo { - margin: 2em 4em } - -table.docutils { - margin-top: 0.5em ; - margin-bottom: 0.5em } - -table.footnote { - border-left: solid 1px black; - margin-left: 1px } - -table.docutils td, table.docutils th, -table.docinfo td, table.docinfo th { - padding-left: 0.5em ; - padding-right: 0.5em ; - vertical-align: top } - -table.docutils th.field-name, table.docinfo th.docinfo-name { - font-weight: bold ; - text-align: left ; - white-space: nowrap ; - padding-left: 0 } - -/* "booktabs" style (no vertical lines) */ -table.docutils.booktabs { - border: 0px; - border-top: 2px solid; - border-bottom: 2px solid; - border-collapse: collapse; -} -table.docutils.booktabs * { - border: 0px; -} -table.docutils.booktabs th { - border-bottom: thin solid; - text-align: left; -} - -h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, -h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { - font-size: 100% } - -ul.auto-toc { - list-style-type: none } - -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning, div.sidebar { -/* stolen from Boostrap 3 (.panel .panel-default) */ - margin-bottom: 20px; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - padding: 0 15px 15px 15px; -} - -div.attention, div.caution, div.danger, div.error, div.warning { - /* stolen from Boostrap 3 (.panel .panel-danger) */ - border-color: #EBCCD1; -} - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title, div.sidebar p.sidebar-title, -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title { -/* stolen from Boostrap 3 (.panel .panel-default .panel-heading) */ - font-size: 16px; - color: #333; - background-color: #F5F5F5; - padding: 10px 15px; - margin-left: -15px; - margin-right: -15px; - border-bottom: 1px solid rgba(0, 0, 0, 0); - border-top-left-radius: 3px; - border-top-right-radius: 3px; - color: #333; - background-color: #F5F5F5; - border-color: #DDD; -} - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title { - /* stolen from Boostrap 3 (.panel .panel-danger) */ - color: #A94442; - background-color: #F2DEDE; - border-color: #EBCCD1; -} - -/* code.css file generated by Nikola */ -pre.code .hll { background-color: #ffffcc } -pre.code { background: #f8f8f8; } -pre.code .c { color: #408080; font-style: italic } /* Comment */ -pre.code .err { border: 1px solid #FF0000 } /* Error */ -pre.code .k { color: #008000; font-weight: bold } /* Keyword */ -pre.code .o { color: #666666 } /* Operator */ -pre.code .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ -pre.code .cm { color: #408080; font-style: italic } /* Comment.Multiline */ -pre.code .cp { color: #BC7A00 } /* Comment.Preproc */ -pre.code .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ -pre.code .c1 { color: #408080; font-style: italic } /* Comment.Single */ -pre.code .cs { color: #408080; font-style: italic } /* Comment.Special */ -pre.code .gd { color: #A00000 } /* Generic.Deleted */ -pre.code .ge { font-style: italic } /* Generic.Emph */ -pre.code .gr { color: #FF0000 } /* Generic.Error */ -pre.code .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -pre.code .gi { color: #00A000 } /* Generic.Inserted */ -pre.code .go { color: #888888 } /* Generic.Output */ -pre.code .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -pre.code .gs { font-weight: bold } /* Generic.Strong */ -pre.code .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -pre.code .gt { color: #0044DD } /* Generic.Traceback */ -pre.code .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ -pre.code .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ -pre.code .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ -pre.code .kp { color: #008000 } /* Keyword.Pseudo */ -pre.code .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ -pre.code .kt { color: #B00040 } /* Keyword.Type */ -pre.code .m { color: #666666 } /* Literal.Number */ -pre.code .s { color: #BA2121 } /* Literal.String */ -pre.code .na { color: #7D9029 } /* Name.Attribute */ -pre.code .nb { color: #008000 } /* Name.Builtin */ -pre.code .nc { color: #0000FF; font-weight: bold } /* Name.Class */ -pre.code .no { color: #880000 } /* Name.Constant */ -pre.code .nd { color: #AA22FF } /* Name.Decorator */ -pre.code .ni { color: #999999; font-weight: bold } /* Name.Entity */ -pre.code .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -pre.code .nf { color: #0000FF } /* Name.Function */ -pre.code .nl { color: #A0A000 } /* Name.Label */ -pre.code .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -pre.code .nt { color: #008000; font-weight: bold } /* Name.Tag */ -pre.code .nv { color: #19177C } /* Name.Variable */ -pre.code .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -pre.code .w { color: #bbbbbb } /* Text.Whitespace */ -pre.code .mb { color: #666666 } /* Literal.Number.Bin */ -pre.code .mf { color: #666666 } /* Literal.Number.Float */ -pre.code .mh { color: #666666 } /* Literal.Number.Hex */ -pre.code .mi { color: #666666 } /* Literal.Number.Integer */ -pre.code .mo { color: #666666 } /* Literal.Number.Oct */ -pre.code .sa { color: #BA2121 } /* Literal.String.Affix */ -pre.code .sb { color: #BA2121 } /* Literal.String.Backtick */ -pre.code .sc { color: #BA2121 } /* Literal.String.Char */ -pre.code .dl { color: #BA2121 } /* Literal.String.Delimiter */ -pre.code .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ -pre.code .s2 { color: #BA2121 } /* Literal.String.Double */ -pre.code .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -pre.code .sh { color: #BA2121 } /* Literal.String.Heredoc */ -pre.code .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -pre.code .sx { color: #008000 } /* Literal.String.Other */ -pre.code .sr { color: #BB6688 } /* Literal.String.Regex */ -pre.code .s1 { color: #BA2121 } /* Literal.String.Single */ -pre.code .ss { color: #19177C } /* Literal.String.Symbol */ -pre.code .bp { color: #008000 } /* Name.Builtin.Pseudo */ -pre.code .fm { color: #0000FF } /* Name.Function.Magic */ -pre.code .vc { color: #19177C } /* Name.Variable.Class */ -pre.code .vg { color: #19177C } /* Name.Variable.Global */ -pre.code .vi { color: #19177C } /* Name.Variable.Instance */ -pre.code .vm { color: #19177C } /* Name.Variable.Magic */ -pre.code .il { color: #666666 } /* Literal.Number.Integer.Long */ -table.codetable { width: 100%;} td.linenos {text-align: right; width: 4em;} - -@charset "UTF-8"; - -/* - Copyright © 2014-2017 Daniel Aleksandersen and others. - - Permission is hereby granted, free of charge, to any - person obtaining a copy of this software and associated - documentation files (the "Software"), to deal in the - Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the - Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice - shall be included in all copies or substantial portions of - the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY - KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR - PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS - OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ - -body { - color: #4F5151; - font-family: 'Share Tech Mono', monospace; - font-size: 20px; - line-height: 1.4; - padding: 1em; -} - - - -.code, .hack, .hack blockquote, .hack code, .hack em, .hack h1, .hack h2, .hack h3, .hack h4, .hack h5, .hack h6, .hack strong -{ - font-family: 'Share Tech Mono', monospace; -} - -#container { - margin: 1em auto; - max-width: 770px; -} -#menu ul, -#menu ul li, -.postpromonav .tags, -.postpromonav .tags li, -.pager, -.pager li, -#toptranslations ul, -#toptranslations ul li { - list-style: none; - padding-left: 0; - padding-right: 0; -} - -#toptranslations ul { - display: inline; -} - -#menu ul li, -#toptranslations ul li { - display: inline-block; - margin-right: 1.5em; -} - -#toptranslations h2 { - display: inline; - font-size: 1em; - margin-right: 1.5em; -} - -#menu ul li:dir(rtl), -#toptranslations ul li:dir(rtl), -#toptranslations h2:dir(rtl) { - margin-left: 1.5em; - margin-right: 0; -} - -#toptranslations { - text-align: right; - float: right; -} - -#toptranslations:dir(rtl) { - text-align: left; - float: left; -} - -.posttranslations h3 { - display: inline; - font-size: 1em; -} - -.entry-title { - font-size: 2em; -} - -.posttranslations h3:last-child { - display: none; -} - -.postindex article { - border-bottom: 1px solid #4F5151; - padding-bottom: 1em; -} -#header { - border-bottom: 1px solid #4F5151; -} -#footer { - border-top: 1px solid #4F5151; -} - -/* Tags */ -.postpromonav { - border-bottom: 1px solid #4F5151; - border-top: 1px solid #4F5151; - margin-top: 1em; - padding: .5em 0; -} -.postpromonav .tags { - text-align: center; -} -.metadata p:before, -.postpromonav .tags li:before, -.postlist .listdate:after { - content: " — "; -} -.postlist li { - margin-bottom: .33em; -} - -/* Post and archive pagers */ -.postindexpager .pager .next:before { - content: "↓ "; -} -.postindexpager .pager .previous:before, -.archivenav .pager .up:before { - content: "↑ "; -} -.postpromonav .pager .next:after, -.archivenav .pager .next:after { - content: " →"; -} -.postpromonav .pager .previous:dir(rtl):after, -.archivenav .pager .previous:dir(rtl):after { - content: " →"; -} -.postpromonav .pager .previous:before, -.archivenav .pager .previous:before { - content: "← "; -} -.postpromonav .pager .next:dir(rtl):before, -.archivenav .pager .next:dir(rtl):before { - content: "← "; -} - -.metadata p:first-of-type:before, -.postpromonav .tags li:first-of-type:before { - content: ""; -} -.postpromonav .pager { - clear: both; - height: 1em; -} -.postpromonav .tags li, -.postpromonav .pager li, -.archivenav .pager li { - display: inline-block; -} -.archivenav .pager { - text-align: center -} -.postpromonav .pager .next, -.archivenav .pager .next { - float: right; -} -.postpromonav .pager .next:dir(rtl), -.archivenav .pager .next:dir(rtl) { - float: left; -} - -.postpromonav .pager .previous, -.archivenav .pager .previous { - float: left; -} -.postpromonav .pager .previous:dir(rtl), -.archivenav .pager .previous:dir(rtl) { - float: right; -} - -.archivenav .pager .disabled, -.archivenav .pager .disabled a, -.archivenav .pager .disabled:link { - color: #888; - cursor: not-allowed; -} - -.metadata p { - display: inline; -} - -#brand { - font-size: 3em; - line-height: 1; -} - -/* Links */ -:link { - color: #1168CC; - text-decoration: none; - border-bottom: 0px none green -} -:visited { - color: #6830BB; - border-bottom: 0px none green -} -:link:hover, :visited:hover { - color: #0d53a3; -} - -#brand :link, -#brand :visited { - color: inherit; -} - -/* Images */ -img { - border: none; - line-height: 1; -} - -.postpage img, -.postpage object, -.postindex article img, -.postindex article object { - height: auto; - max-width: 100%; -} - -/* Comment helpers */ -#disqus_thread { - min-height: 325px; -} - -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; -} - -.breadcrumb > li { - display: inline-block; - margin-right: 0; - margin-left: 0; -} - -.breadcrumb > li:after { - content: ' / '; - color: #888; -} - -.breadcrumb > li:last-of-type:after { - content: ''; - margin-left: 0; -} - -.thumbnails { - list-style: none; - padding: 0; -} - -.thumbnails > li { - display: inline-block; - margin-right: 10px; -} - -.thumbnails > li:last-of-type { - margin-right: 0; -} - -.codetable .linenos { - padding-right: 10px; -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} - -pre.code, code { - white-space: pre; - word-wrap: normal; - overflow: auto; -} - -/* SOURCE: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ -@media print { - *, - *:before, - *:after { - background: transparent !important; - color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ - box-shadow: none !important; - text-shadow: none !important; - font-family: Garamond, Junicode, serif; - } - - body { - font-size: 12pt; - } - - a, - a:visited { - text-decoration: underline; - } - - a[href]:after { - content: " (" attr(href) ")"; - } - - abbr[title]:after { - content: " (" attr(title) ")"; - } - - /* - * Don't show links that are fragment identifiers, - * or use the `javascript:` pseudo protocol - */ - - a[href^="#"]:after, - a[href^="data:"]:after, - a[href^="javascript:"]:after { - content: ""; - } - - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - - /* - * Printing Tables: - * http://css-discuss.incutio.com/wiki/Printing_Tables - */ - - thead { - display: table-header-group; - } - - tr, - img { - page-break-inside: avoid; - } - - img { - max-width: 100% !important; - } - - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - h2, - h3 { - page-break-after: avoid; - } - - .hidden-print { - display: none !important; - } - - article .entry-title a[href]:after, - article .metadata a[href]:after, - article .tags a[href]:after { - content: ""; - } - - article .metadata .sourceline { - display: none; - } - - article .metadata .linkline a[href]:after { - content: " (" attr(href) ")"; - } - - #header { - display: none; - } - - .postpromonav { - padding: 0; - } -} - diff --git a/docs/assets/css/baguetteBox.css b/docs/assets/css/baguetteBox.css deleted file mode 100644 index 5f5bac2..0000000 --- a/docs/assets/css/baguetteBox.css +++ /dev/null @@ -1,197 +0,0 @@ -/*! - * baguetteBox.js - * @author feimosi - * @version 1.8.2 - * @url https://github.com/feimosi/baguetteBox.js - */ -#baguetteBox-overlay { - display: none; - opacity: 0; - position: fixed; - overflow: hidden; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1000000; - background-color: #222; - background-color: rgba(0, 0, 0, 0.8); - -webkit-transition: opacity .5s ease; - transition: opacity .5s ease; } - #baguetteBox-overlay.visible { - opacity: 1; } - #baguetteBox-overlay .full-image { - display: inline-block; - position: relative; - width: 100%; - height: 100%; - text-align: center; } - #baguetteBox-overlay .full-image figure { - display: inline; - margin: 0; - height: 100%; } - #baguetteBox-overlay .full-image img { - display: inline-block; - width: auto; - height: auto; - max-height: 100%; - max-width: 100%; - vertical-align: middle; - -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } - #baguetteBox-overlay .full-image figcaption { - display: block; - position: absolute; - bottom: 0; - width: 100%; - text-align: center; - line-height: 1.8; - white-space: normal; - color: #ccc; - background-color: #000; - background-color: rgba(0, 0, 0, 0.6); - font-family: sans-serif; } - #baguetteBox-overlay .full-image:before { - content: ""; - display: inline-block; - height: 50%; - width: 1px; - margin-right: -1px; } - -#baguetteBox-slider { - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 100%; - white-space: nowrap; - -webkit-transition: left .4s ease, -webkit-transform .4s ease; - transition: left .4s ease, -webkit-transform .4s ease; - transition: left .4s ease, transform .4s ease; - transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; } - #baguetteBox-slider.bounce-from-right { - -webkit-animation: bounceFromRight .4s ease-out; - animation: bounceFromRight .4s ease-out; } - #baguetteBox-slider.bounce-from-left { - -webkit-animation: bounceFromLeft .4s ease-out; - animation: bounceFromLeft .4s ease-out; } - -@-webkit-keyframes bounceFromRight { - 0% { - margin-left: 0; } - 50% { - margin-left: -30px; } - 100% { - margin-left: 0; } } - -@keyframes bounceFromRight { - 0% { - margin-left: 0; } - 50% { - margin-left: -30px; } - 100% { - margin-left: 0; } } - -@-webkit-keyframes bounceFromLeft { - 0% { - margin-left: 0; } - 50% { - margin-left: 30px; } - 100% { - margin-left: 0; } } - -@keyframes bounceFromLeft { - 0% { - margin-left: 0; } - 50% { - margin-left: 30px; } - 100% { - margin-left: 0; } } - -.baguetteBox-button#next-button, .baguetteBox-button#previous-button { - top: 50%; - top: calc(50% - 30px); - width: 44px; - height: 60px; } - -.baguetteBox-button { - position: absolute; - cursor: pointer; - outline: none; - padding: 0; - margin: 0; - border: 0; - -moz-border-radius: 15%; - border-radius: 15%; - background-color: #323232; - background-color: rgba(50, 50, 50, 0.5); - color: #ddd; - font: 1.6em sans-serif; - -webkit-transition: background-color .4s ease; - transition: background-color .4s ease; } - .baguetteBox-button:focus, .baguetteBox-button:hover { - background-color: rgba(50, 50, 50, 0.9); } - .baguetteBox-button#next-button { - right: 2%; } - .baguetteBox-button#previous-button { - left: 2%; } - .baguetteBox-button#close-button { - top: 20px; - right: 2%; - right: calc(2% + 6px); - width: 30px; - height: 30px; } - .baguetteBox-button svg { - position: absolute; - left: 0; - top: 0; } - -/* - Preloader - Borrowed from http://tobiasahlin.com/spinkit/ -*/ -.baguetteBox-spinner { - width: 40px; - height: 40px; - display: inline-block; - position: absolute; - top: 50%; - left: 50%; - margin-top: -20px; - margin-left: -20px; } - -.baguetteBox-double-bounce1, -.baguetteBox-double-bounce2 { - width: 100%; - height: 100%; - -moz-border-radius: 50%; - border-radius: 50%; - background-color: #fff; - opacity: .6; - position: absolute; - top: 0; - left: 0; - -webkit-animation: bounce 2s infinite ease-in-out; - animation: bounce 2s infinite ease-in-out; } - -.baguetteBox-double-bounce2 { - -webkit-animation-delay: -1s; - animation-delay: -1s; } - -@-webkit-keyframes bounce { - 0%, 100% { - -webkit-transform: scale(0); - transform: scale(0); } - 50% { - -webkit-transform: scale(1); - transform: scale(1); } } - -@keyframes bounce { - 0%, 100% { - -webkit-transform: scale(0); - -moz-transform: scale(0); - transform: scale(0); } - 50% { - -webkit-transform: scale(1); - -moz-transform: scale(1); - transform: scale(1); } } diff --git a/docs/assets/css/baguetteBox.min.css b/docs/assets/css/baguetteBox.min.css deleted file mode 100644 index 9aa79be..0000000 --- a/docs/assets/css/baguetteBox.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * baguetteBox.js - * @author feimosi - * @version 1.8.2 - * @url https://github.com/feimosi/baguetteBox.js - */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}} \ No newline at end of file diff --git a/docs/assets/css/code.css b/docs/assets/css/code.css deleted file mode 100644 index 3c16d38..0000000 --- a/docs/assets/css/code.css +++ /dev/null @@ -1,71 +0,0 @@ -/* code.css file generated by Nikola */ -pre.code .hll { background-color: #ffffcc } -pre.code { background: #f8f8f8; } -pre.code .c { color: #408080; font-style: italic } /* Comment */ -pre.code .err { border: 1px solid #FF0000 } /* Error */ -pre.code .k { color: #008000; font-weight: bold } /* Keyword */ -pre.code .o { color: #666666 } /* Operator */ -pre.code .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ -pre.code .cm { color: #408080; font-style: italic } /* Comment.Multiline */ -pre.code .cp { color: #BC7A00 } /* Comment.Preproc */ -pre.code .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ -pre.code .c1 { color: #408080; font-style: italic } /* Comment.Single */ -pre.code .cs { color: #408080; font-style: italic } /* Comment.Special */ -pre.code .gd { color: #A00000 } /* Generic.Deleted */ -pre.code .ge { font-style: italic } /* Generic.Emph */ -pre.code .gr { color: #FF0000 } /* Generic.Error */ -pre.code .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -pre.code .gi { color: #00A000 } /* Generic.Inserted */ -pre.code .go { color: #888888 } /* Generic.Output */ -pre.code .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -pre.code .gs { font-weight: bold } /* Generic.Strong */ -pre.code .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -pre.code .gt { color: #0044DD } /* Generic.Traceback */ -pre.code .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ -pre.code .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ -pre.code .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ -pre.code .kp { color: #008000 } /* Keyword.Pseudo */ -pre.code .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ -pre.code .kt { color: #B00040 } /* Keyword.Type */ -pre.code .m { color: #666666 } /* Literal.Number */ -pre.code .s { color: #BA2121 } /* Literal.String */ -pre.code .na { color: #7D9029 } /* Name.Attribute */ -pre.code .nb { color: #008000 } /* Name.Builtin */ -pre.code .nc { color: #0000FF; font-weight: bold } /* Name.Class */ -pre.code .no { color: #880000 } /* Name.Constant */ -pre.code .nd { color: #AA22FF } /* Name.Decorator */ -pre.code .ni { color: #999999; font-weight: bold } /* Name.Entity */ -pre.code .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -pre.code .nf { color: #0000FF } /* Name.Function */ -pre.code .nl { color: #A0A000 } /* Name.Label */ -pre.code .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -pre.code .nt { color: #008000; font-weight: bold } /* Name.Tag */ -pre.code .nv { color: #19177C } /* Name.Variable */ -pre.code .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -pre.code .w { color: #bbbbbb } /* Text.Whitespace */ -pre.code .mb { color: #666666 } /* Literal.Number.Bin */ -pre.code .mf { color: #666666 } /* Literal.Number.Float */ -pre.code .mh { color: #666666 } /* Literal.Number.Hex */ -pre.code .mi { color: #666666 } /* Literal.Number.Integer */ -pre.code .mo { color: #666666 } /* Literal.Number.Oct */ -pre.code .sa { color: #BA2121 } /* Literal.String.Affix */ -pre.code .sb { color: #BA2121 } /* Literal.String.Backtick */ -pre.code .sc { color: #BA2121 } /* Literal.String.Char */ -pre.code .dl { color: #BA2121 } /* Literal.String.Delimiter */ -pre.code .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ -pre.code .s2 { color: #BA2121 } /* Literal.String.Double */ -pre.code .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -pre.code .sh { color: #BA2121 } /* Literal.String.Heredoc */ -pre.code .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -pre.code .sx { color: #008000 } /* Literal.String.Other */ -pre.code .sr { color: #BB6688 } /* Literal.String.Regex */ -pre.code .s1 { color: #BA2121 } /* Literal.String.Single */ -pre.code .ss { color: #19177C } /* Literal.String.Symbol */ -pre.code .bp { color: #008000 } /* Name.Builtin.Pseudo */ -pre.code .fm { color: #0000FF } /* Name.Function.Magic */ -pre.code .vc { color: #19177C } /* Name.Variable.Class */ -pre.code .vg { color: #19177C } /* Name.Variable.Global */ -pre.code .vi { color: #19177C } /* Name.Variable.Instance */ -pre.code .vm { color: #19177C } /* Name.Variable.Magic */ -pre.code .il { color: #666666 } /* Literal.Number.Integer.Long */ -table.codetable { width: 100%;} td.linenos {text-align: right; width: 4em;} diff --git a/docs/assets/css/custom.css b/docs/assets/css/custom.css deleted file mode 100644 index 192d4db..0000000 --- a/docs/assets/css/custom.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } -.highlight .c { color: #008800; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .ch { color: #008800; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #008800 } /* Comment.Preproc */ -.highlight .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */ -.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #666666 } /* Literal.Number */ -.highlight .s { color: #BB4444 } /* Literal.String */ -.highlight .na { color: #BB4444 } /* Name.Attribute */ -.highlight .nb { color: #AA22FF } /* Name.Builtin */ -.highlight .nc { color: #0000FF } /* Name.Class */ -.highlight .no { color: #880000 } /* Name.Constant */ -.highlight .nd { color: #AA22FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #00A000 } /* Name.Function */ -.highlight .nl { color: #A0A000 } /* Name.Label */ -.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #B8860B } /* Name.Variable */ -.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #666666 } /* Literal.Number.Bin */ -.highlight .mf { color: #666666 } /* Literal.Number.Float */ -.highlight .mh { color: #666666 } /* Literal.Number.Hex */ -.highlight .mi { color: #666666 } /* Literal.Number.Integer */ -.highlight .mo { color: #666666 } /* Literal.Number.Oct */ -.highlight .sa { color: #BB4444 } /* Literal.String.Affix */ -.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */ -.highlight .sc { color: #BB4444 } /* Literal.String.Char */ -.highlight .dl { color: #BB4444 } /* Literal.String.Delimiter */ -.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #BB4444 } /* Literal.String.Double */ -.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */ -.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -.highlight .sx { color: #008000 } /* Literal.String.Other */ -.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ -.highlight .s1 { color: #BB4444 } /* Literal.String.Single */ -.highlight .ss { color: #B8860B } /* Literal.String.Symbol */ -.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #00A000 } /* Name.Function.Magic */ -.highlight .vc { color: #B8860B } /* Name.Variable.Class */ -.highlight .vg { color: #B8860B } /* Name.Variable.Global */ -.highlight .vi { color: #B8860B } /* Name.Variable.Instance */ -.highlight .vm { color: #B8860B } /* Name.Variable.Magic */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ diff --git a/docs/assets/css/dark-grey.css b/docs/assets/css/dark-grey.css deleted file mode 100644 index fa926b8..0000000 --- a/docs/assets/css/dark-grey.css +++ /dev/null @@ -1 +0,0 @@ -.dark-grey{background-color:#181818;color:#ccc}.dark-grey pre{background-color:#181818;padding:0;border:none}.dark-grey pre code{color:#00bcd4}.dark-grey h1 a,.dark-grey h2 a,.dark-grey h3 a,.dark-grey h4 a,.dark-grey h5 a{color:#ccc}.dark-grey code,.dark-grey strong{color:#fff}.dark-grey code{font-weight:100}.dark-grey table{color:#ccc}.dark-grey table td,.dark-grey table th{border-color:#444}.dark-grey table tbody td:first-child{color:#fff}.dark-grey .form-group label{color:#ccc;border-color:rgba(95,95,95,.78)}.dark-grey .form-group.form-textarea label:after{background-color:#181818}.dark-grey .form-control{color:#ccc;border-color:rgba(95,95,95,.78)}.dark-grey .form-control:focus{border-color:#ccc;color:#ccc}.dark-grey textarea.form-control{color:#ccc}.dark-grey .card{border-color:rgba(95,95,95,.78)}.dark-grey .card .card-header{background-color:transparent;color:#ccc;border-bottom:1px solid rgba(95,95,95,.78)}.dark-grey .btn.btn-ghost.btn-default{border-color:#ababab;color:#ababab}.dark-grey .btn.btn-ghost.btn-default:focus,.dark-grey .btn.btn-ghost.btn-default:hover{border-color:#9c9c9c;color:#9c9c9c;z-index:1}.dark-grey .btn.btn-ghost.btn-default:focus,.dark-grey .btn.btn-ghost.btn-default:hover{border-color:#e0e0e0;color:#e0e0e0}.dark-grey .btn.btn-ghost.btn-primary:focus,.dark-grey .btn.btn-ghost.btn-primary:hover{border-color:#64b5f6;color:#64b5f6}.dark-grey .btn.btn-ghost.btn-success:focus,.dark-grey .btn.btn-ghost.btn-success:hover{border-color:#81c784;color:#81c784}.dark-grey .btn.btn-ghost.btn-info:focus,.dark-grey .btn.btn-ghost.btn-info:hover{border-color:#4dd0e1;color:#4dd0e1}.dark-grey .btn.btn-ghost.btn-error:focus,.dark-grey .btn.btn-ghost.btn-error:hover{border-color:#e57373;color:#e57373}.dark-grey .btn.btn-ghost.btn-warning:focus,.dark-grey .btn.btn-ghost.btn-warning:hover{border-color:#ffb74d;color:#ffb74d}.dark-grey .avatarholder,.dark-grey .placeholder{background-color:transparent;border-color:#333}.dark-grey .menu .menu-item{color:#ccc;border-color:rgba(95,95,95,.78)}.dark-grey .menu .menu-item.active,.dark-grey .menu .menu-item:hover{color:#fff;border-color:#ccc} \ No newline at end of file diff --git a/docs/assets/css/dark.css b/docs/assets/css/dark.css deleted file mode 100644 index 2f1a04c..0000000 --- a/docs/assets/css/dark.css +++ /dev/null @@ -1 +0,0 @@ -.dark{color:#ccc}.dark,.dark pre{background-color:#000}.dark pre{padding:0;border:none}.dark pre code{color:#00bcd4}.dark h1 a,.dark h2 a,.dark h3 a,.dark h4 a,.dark h5 a{color:#ccc}.dark code,.dark strong{color:#fff}.dark code{font-weight:100}.dark table{color:#ccc}.dark table td,.dark table th{border-color:#444}.dark table tbody td:first-child{color:#fff}.dark .form-group label{color:#ccc;border-color:rgba(95,95,95,.78)}.dark .form-group.form-textarea label:after{background-color:#000}.dark .form-control{color:#ccc;border-color:rgba(95,95,95,.78)}.dark .form-control:focus{border-color:#ccc;color:#ccc}.dark textarea.form-control{color:#ccc}.dark .card{border-color:rgba(95,95,95,.78)}.dark .card .card-header{background-color:transparent;color:#ccc;border-bottom:1px solid rgba(95,95,95,.78)}.dark .btn.btn-ghost.btn-default{border-color:#ababab;color:#ababab}.dark .btn.btn-ghost.btn-default:focus,.dark .btn.btn-ghost.btn-default:hover{border-color:#9c9c9c;color:#9c9c9c;z-index:1}.dark .btn.btn-ghost.btn-default:focus,.dark .btn.btn-ghost.btn-default:hover{border-color:#e0e0e0;color:#e0e0e0}.dark .btn.btn-ghost.btn-primary:focus,.dark .btn.btn-ghost.btn-primary:hover{border-color:#64b5f6;color:#64b5f6}.dark .btn.btn-ghost.btn-success:focus,.dark .btn.btn-ghost.btn-success:hover{border-color:#81c784;color:#81c784}.dark .btn.btn-ghost.btn-info:focus,.dark .btn.btn-ghost.btn-info:hover{border-color:#4dd0e1;color:#4dd0e1}.dark .btn.btn-ghost.btn-error:focus,.dark .btn.btn-ghost.btn-error:hover{border-color:#e57373;color:#e57373}.dark .btn.btn-ghost.btn-warning:focus,.dark .btn.btn-ghost.btn-warning:hover{border-color:#ffb74d;color:#ffb74d}.dark .avatarholder,.dark .placeholder{background-color:transparent;border-color:#333}.dark .menu .menu-item{color:#ccc;border-color:rgba(95,95,95,.78)}.dark .menu .menu-item.active,.dark .menu .menu-item:hover{color:#fff;border-color:#ccc} \ No newline at end of file diff --git a/docs/assets/css/hack.css b/docs/assets/css/hack.css deleted file mode 100644 index 60e6589..0000000 --- a/docs/assets/css/hack.css +++ /dev/null @@ -1 +0,0 @@ -html{font-size:12px}*{box-sizing:border-box;text-rendering:geometricPrecision}body{font-size:1rem;line-height:1.5rem;margin:0;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;word-wrap:break-word}h1,h2,h3,h4,h5,h6{line-height:1.3em}fieldset{border:none;padding:0;margin:0}pre{padding:2rem;margin:1.75rem 0;background-color:#fff;border:1px solid #ccc;overflow:auto}code[class*=language-],pre[class*=language-],pre code{font-weight:100;text-shadow:none;margin:1.75rem 0}a{cursor:pointer;color:#ff2e88;text-decoration:none;border-bottom:1px solid #ff2e88}a:hover{background-color:#ff2e88;color:#fff}.grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid.\-top{-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.grid.\-middle{-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.grid.\-bottom{-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.grid.\-stretch{-ms-flex-align:stretch;-ms-grid-row-align:stretch;align-items:stretch}.grid.\-baseline{-ms-flex-align:baseline;-ms-grid-row-align:baseline;align-items:baseline}.grid.\-left{-ms-flex-pack:start;justify-content:flex-start}.grid.\-center{-ms-flex-pack:center;justify-content:center}.grid.\-right{-ms-flex-pack:end;justify-content:flex-end}.grid.\-between{-ms-flex-pack:justify;justify-content:space-between}.grid.\-around{-ms-flex-pack:distribute;justify-content:space-around}.cell{-ms-flex:1;flex:1;box-sizing:border-box}@media screen and (min-width:768px){.cell.\-1of12{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.cell.\-2of12{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.cell.\-3of12{-ms-flex:0 0 25%;flex:0 0 25%}.cell.\-4of12{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.cell.\-5of12{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%}.cell.\-6of12{-ms-flex:0 0 50%;flex:0 0 50%}.cell.\-7of12{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%}.cell.\-8of12{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.cell.\-9of12{-ms-flex:0 0 75%;flex:0 0 75%}.cell.\-10of12{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.cell.\-11of12{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%}}@media screen and (max-width:768px){.grid{-ms-flex-direction:column;flex-direction:column}.cell{-ms-flex:0 0 auto;flex:0 0 auto}}.hack,.hack blockquote,.hack code,.hack em,.hack h1,.hack h2,.hack h3,.hack h4,.hack h5,.hack h6,.hack strong{font-size:1rem;font-style:normal;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif}.hack blockquote,.hack code,.hack em,.hack strong{line-height:20px}.hack blockquote,.hack code,.hack footer,.hack h1,.hack h2,.hack h3,.hack h4,.hack h5,.hack h6,.hack header,.hack li,.hack ol,.hack p,.hack section,.hack ul{float:none;margin:0;padding:0}.hack blockquote,.hack h1,.hack ol,.hack p,.hack ul{margin-top:20px;margin-bottom:20px}.hack h1{position:relative;display:inline-block;display:table-cell;padding:20px 0 30px;margin:0;overflow:hidden}.hack h1:after{content:"====================================================================================================";position:absolute;bottom:10px;left:0}.hack h1+*{margin-top:0}.hack h2,.hack h3,.hack h4,.hack h5,.hack h6{position:relative;margin-bottom:1.75rem}.hack h2:before,.hack h3:before,.hack h4:before,.hack h5:before,.hack h6:before{display:inline}.hack h2:before{content:"## "}.hack h3:before{content:"### "}.hack h4:before{content:"#### "}.hack h5:before{content:"##### "}.hack h6:before{content:"###### "}.hack li{position:relative;display:block;padding-left:20px}.hack li:after{position:absolute;top:0;left:0}.hack ul>li:after{content:"-"}.hack ol{counter-reset:a}.hack ol>li:after{content:counter(a) ".";counter-increment:a}.hack blockquote{position:relative;padding-left:17px;padding-left:2ch;overflow:hidden}.hack blockquote:after{content:">\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>";white-space:pre;position:absolute;top:0;left:0;line-height:20px}.hack em:after,.hack em:before{content:"*";display:inline}.hack pre code:after,.hack pre code:before{content:''}.hack code{font-weight:700}.hack code:after,.hack code:before{content:"`";display:inline}.hack hr{position:relative;height:20px;overflow:hidden;border:0;margin:20px 0}.hack hr:after{content:"----------------------------------------------------------------------------------------------------";position:absolute;top:0;left:0;line-height:20px;width:100%;word-wrap:break-word}@-moz-document url-prefix(){.hack h1{display:block}}.hack-ones ol>li:after{content:"1."}p{margin:0 0 1.75rem}.container{max-width:70rem}.container,.container-fluid{margin:0 auto;padding:0 1rem}.inner{padding:1rem}.inner2x{padding:2rem}.pull-left{float:left}.pull-right{float:right}.progress-bar{height:8px;opacity:.8;background-color:#ccc;margin-top:12px}.progress-bar.progress-bar-show-percent{margin-top:38px}.progress-bar-filled{background-color:gray;height:100%;transition:width .3s ease;position:relative;width:0}.progress-bar-filled:before{content:'';border:6px solid transparent;border-top-color:gray;position:absolute;top:-12px;right:-6px}.progress-bar-filled:after{color:gray;content:attr(data-filled);display:block;font-size:12px;white-space:nowrap;position:absolute;border:6px solid transparent;top:-38px;right:0;-ms-transform:translateX(50%);transform:translateX(50%)}table{width:100%;border-collapse:collapse;margin:1.75rem 0;color:#778087}table td,table th{vertical-align:top;border:1px solid #ccc;line-height:15px;padding:10px}table thead th{font-size:10px}table tbody td:first-child{font-weight:700;color:#333}.form{width:30rem}.form-group{margin-bottom:1.75rem;overflow:auto}.form-group label{border-bottom:2px solid #ccc;color:#333;width:10rem;display:inline-block;height:38px;line-height:38px;padding:0;float:left;position:relative}.form-group.form-success label{color:#4caf50!important;border-color:#4caf50!important}.form-group.form-warning label{color:#ff9800!important;border-color:#ff9800!important}.form-group.form-error label{color:#f44336!important;border-color:#f44336!important}.form-control{outline:none;border:none;border-bottom:2px solid #ccc;padding:.5rem 0;width:20rem;height:38px;background-color:transparent}.form-control:focus{border-color:#555}.form-group.form-textarea label:after{position:absolute;content:'';width:2px;background-color:#fff;right:-2px;top:0;bottom:0}textarea.form-control{height:auto;resize:none;padding:1rem 0;border-bottom:2px solid #ccc;border-left:2px solid #ccc;padding:.5rem}select.form-control{border-radius:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}.help-block{color:#999;margin-top:.5rem}.form-actions{margin-bottom:1.75rem}.btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:none;padding:.65rem 2rem;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;z-index:1}.btn:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.12)}.btn.btn-ghost{border-color:#757575;color:#757575;background-color:transparent}.btn.btn-ghost:focus,.btn.btn-ghost:hover{border-color:#424242;color:#424242;z-index:2}.btn.btn-ghost:hover{background-color:transparent}.btn-block{width:100%;display:-ms-flexbox;display:flex}.btn-default{color:#fff;background-color:#e0e0e0;border:1px solid #e0e0e0;color:#333}.btn-default:focus:not(.btn-ghost),.btn-default:hover{background-color:#dcdcdc;border-color:#dcdcdc}.btn-success{color:#fff;background-color:#4caf50;border:1px solid #4caf50}.btn-success:focus:not(.btn-ghost),.btn-success:hover{background-color:#43a047;border-color:#43a047}.btn-success.btn-ghost{border-color:#4caf50;color:#4caf50}.btn-success.btn-ghost:focus,.btn-success.btn-ghost:hover{border-color:#388e3c;color:#388e3c;z-index:2}.btn-error{color:#fff;background-color:#f44336;border:1px solid #f44336}.btn-error:focus:not(.btn-ghost),.btn-error:hover{background-color:#e53935;border-color:#e53935}.btn-error.btn-ghost{border-color:#f44336;color:#f44336}.btn-error.btn-ghost:focus,.btn-error.btn-ghost:hover{border-color:#d32f2f;color:#d32f2f;z-index:2}.btn-warning{color:#fff;background-color:#ff9800;border:1px solid #ff9800}.btn-warning:focus:not(.btn-ghost),.btn-warning:hover{background-color:#fb8c00;border-color:#fb8c00}.btn-warning.btn-ghost{border-color:#ff9800;color:#ff9800}.btn-warning.btn-ghost:focus,.btn-warning.btn-ghost:hover{border-color:#f57c00;color:#f57c00;z-index:2}.btn-info{color:#fff;background-color:#00bcd4;border:1px solid #00bcd4}.btn-info:focus:not(.btn-ghost),.btn-info:hover{background-color:#00acc1;border-color:#00acc1}.btn-info.btn-ghost{border-color:#00bcd4;color:#00bcd4}.btn-info.btn-ghost:focus,.btn-info.btn-ghost:hover{border-color:#0097a7;color:#0097a7;z-index:2}.btn-primary{color:#fff;background-color:#2196f3;border:1px solid #2196f3}.btn-primary:focus:not(.btn-ghost),.btn-primary:hover{background-color:#1e88e5;border-color:#1e88e5}.btn-primary.btn-ghost{border-color:#2196f3;color:#2196f3}.btn-primary.btn-ghost:focus,.btn-primary.btn-ghost:hover{border-color:#1976d2;color:#1976d2;z-index:2}.btn-group{overflow:auto}.btn-group .btn{float:left}.btn-group .btn-ghost:not(:first-child){margin-left:-1px}.card{border:1px solid #ccc}.card .card-header{color:#333;text-align:center;background-color:#ddd;padding:.5rem 0}.alert{color:#ccc;padding:1rem;border:1px solid #ccc;margin-bottom:1.75rem}.alert-success{color:#4caf50;border-color:#4caf50}.alert-error{color:#f44336;border-color:#f44336}.alert-info{color:#00bcd4;border-color:#00bcd4}.alert-warning{color:#ff9800;border-color:#ff9800}.media:not(:last-child){margin-bottom:1.25rem}.media-left{padding-right:1rem}.media-left,.media-right{display:table-cell;vertical-align:top}.media-right{padding-left:1rem}.media-body{display:table-cell;vertical-align:top}.media-heading{font-size:1.16667rem;font-weight:700}.media-content{margin-top:.3rem}.avatarholder,.placeholder{background-color:#f0f0f0;text-align:center;color:#b9b9b9;font-size:1rem;border:1px solid #f0f0f0}.avatarholder{width:48px;height:48px;line-height:46px;font-size:2rem;background-size:cover;background-position:50%;background-repeat:no-repeat}.avatarholder.rounded{border-radius:33px}.loading{display:inline-block;content:' ';height:20px;width:20px;margin:0 .5rem;animation:a .6s infinite linear;border:2px solid #e91e63;border-right-color:transparent;border-radius:50%}.btn .loading{margin-bottom:0;width:14px;height:14px}.btn div.loading{float:left}.alert .loading{margin-bottom:-5px}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.menu{width:100%}.menu .menu-item{display:block;color:#616161;border-color:#616161}.menu .menu-item.active,.menu .menu-item:hover{color:#000;border-color:#000;background-color:transparent}@media screen and (max-width:768px){.form-group label{display:block;border-bottom:none;width:100%}.form-group.form-textarea label:after{display:none}.form-control{width:100%}textarea.form-control{border-left:none;padding:.5rem 0}pre::-webkit-scrollbar{height:3px}}@media screen and (max-width:480px){.form{width:100%}} \ No newline at end of file diff --git a/docs/assets/css/html4css1.css b/docs/assets/css/html4css1.css deleted file mode 100644 index 427d33e..0000000 --- a/docs/assets/css/html4css1.css +++ /dev/null @@ -1,349 +0,0 @@ -/* -:Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ -:Copyright: This stylesheet has been placed in the public domain. - -Default cascading style sheet for the HTML output of Docutils. - -See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to -customize this style sheet. -*/ - -/* used to remove borders from tables and images */ -.borderless, table.borderless td, table.borderless th { - border: 0 } - -table.borderless td, table.borderless th { - /* Override padding for "table.docutils td" with "! important". - The right padding separates the table cells. */ - padding: 0 0.5em 0 0 ! important } - -.first { - /* Override more specific margin styles with "! important". */ - margin-top: 0 ! important } - -.last, .with-subtitle { - margin-bottom: 0 ! important } - -.hidden { - display: none } - -.subscript { - vertical-align: sub; - font-size: smaller } - -.superscript { - vertical-align: super; - font-size: smaller } - -a.toc-backref { - text-decoration: none ; - color: black } - -blockquote.epigraph { - margin: 2em 5em ; } - -dl.docutils dd { - margin-bottom: 0.5em } - -object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] { - overflow: hidden; -} - -/* Uncomment (and remove this text!) to get bold-faced definition list terms -dl.docutils dt { - font-weight: bold } -*/ - -div.abstract { - margin: 2em 5em } - -div.abstract p.topic-title { - font-weight: bold ; - text-align: center } - -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning { - margin: 2em ; - border: medium outset ; - padding: 1em } - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title { - font-weight: bold ; - font-family: sans-serif } - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title, .code .error { - color: red ; - font-weight: bold ; - font-family: sans-serif } - -/* Uncomment (and remove this text!) to get reduced vertical space in - compound paragraphs. -div.compound .compound-first, div.compound .compound-middle { - margin-bottom: 0.5em } - -div.compound .compound-last, div.compound .compound-middle { - margin-top: 0.5em } -*/ - -div.dedication { - margin: 2em 5em ; - text-align: center ; - font-style: italic } - -div.dedication p.topic-title { - font-weight: bold ; - font-style: normal } - -div.figure { - margin-left: 2em ; - margin-right: 2em } - -div.footer, div.header { - clear: both; - font-size: smaller } - -div.line-block { - display: block ; - margin-top: 1em ; - margin-bottom: 1em } - -div.line-block div.line-block { - margin-top: 0 ; - margin-bottom: 0 ; - margin-left: 1.5em } - -div.sidebar { - margin: 0 0 0.5em 1em ; - border: medium outset ; - padding: 1em ; - background-color: #ffffee ; - width: 40% ; - float: right ; - clear: right } - -div.sidebar p.rubric { - font-family: sans-serif ; - font-size: medium } - -div.system-messages { - margin: 5em } - -div.system-messages h1 { - color: red } - -div.system-message { - border: medium outset ; - padding: 1em } - -div.system-message p.system-message-title { - color: red ; - font-weight: bold } - -div.topic { - margin: 2em } - -h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, -h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { - margin-top: 0.4em } - -h1.title { - text-align: center } - -h2.subtitle { - text-align: center } - -hr.docutils { - width: 75% } - -img.align-left, .figure.align-left, object.align-left, table.align-left { - clear: left ; - float: left ; - margin-right: 1em } - -img.align-right, .figure.align-right, object.align-right, table.align-right { - clear: right ; - float: right ; - margin-left: 1em } - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -table.align-center { - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left } - -.align-center { - clear: both ; - text-align: center } - -.align-right { - text-align: right } - -/* reset inner alignment in figures */ -div.align-right { - text-align: inherit } - -/* div.align-center * { */ -/* text-align: left } */ - -.align-top { - vertical-align: top } - -.align-middle { - vertical-align: middle } - -.align-bottom { - vertical-align: bottom } - -ol.simple, ul.simple { - margin-bottom: 1em } - -ol.arabic { - list-style: decimal } - -ol.loweralpha { - list-style: lower-alpha } - -ol.upperalpha { - list-style: upper-alpha } - -ol.lowerroman { - list-style: lower-roman } - -ol.upperroman { - list-style: upper-roman } - -p.attribution { - text-align: right ; - margin-left: 50% } - -p.caption { - font-style: italic } - -p.credits { - font-style: italic ; - font-size: smaller } - -p.label { - white-space: nowrap } - -p.rubric { - font-weight: bold ; - font-size: larger ; - color: maroon ; - text-align: center } - -p.sidebar-title { - font-family: sans-serif ; - font-weight: bold ; - font-size: larger } - -p.sidebar-subtitle { - font-family: sans-serif ; - font-weight: bold } - -p.topic-title { - font-weight: bold } - -pre.address { - margin-bottom: 0 ; - margin-top: 0 ; - font: inherit } - -pre.literal-block, pre.doctest-block, pre.math, pre.code { - margin-left: 2em ; - margin-right: 2em } - -pre.code .ln { color: grey; } /* line numbers */ -pre.code, code { background-color: #eeeeee } -pre.code .comment, code .comment { color: #5C6576 } -pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } -pre.code .literal.string, code .literal.string { color: #0C5404 } -pre.code .name.builtin, code .name.builtin { color: #352B84 } -pre.code .deleted, code .deleted { background-color: #DEB0A1} -pre.code .inserted, code .inserted { background-color: #A3D289} - -span.classifier { - font-family: sans-serif ; - font-style: oblique } - -span.classifier-delimiter { - font-family: sans-serif ; - font-weight: bold } - -span.interpreted { - font-family: sans-serif } - -span.option { - white-space: nowrap } - -span.pre { - white-space: pre } - -span.problematic { - color: red } - -span.section-subtitle { - /* font-size relative to parent (h1..h6 element) */ - font-size: 80% } - -table.citation { - border-left: solid 1px gray; - margin-left: 1px } - -table.docinfo { - margin: 2em 4em } - -table.docutils { - margin-top: 0.5em ; - margin-bottom: 0.5em } - -table.footnote { - border-left: solid 1px black; - margin-left: 1px } - -table.docutils td, table.docutils th, -table.docinfo td, table.docinfo th { - padding-left: 0.5em ; - padding-right: 0.5em ; - vertical-align: top } - -table.docutils th.field-name, table.docinfo th.docinfo-name { - font-weight: bold ; - text-align: left ; - white-space: nowrap ; - padding-left: 0 } - -/* "booktabs" style (no vertical lines) */ -table.docutils.booktabs { - border: 0px; - border-top: 2px solid; - border-bottom: 2px solid; - border-collapse: collapse; -} -table.docutils.booktabs * { - border: 0px; -} -table.docutils.booktabs th { - border-bottom: thin solid; - text-align: left; -} - -h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, -h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { - font-size: 100% } - -ul.auto-toc { - list-style-type: none } diff --git a/docs/assets/css/ipython.min.css b/docs/assets/css/ipython.min.css deleted file mode 100644 index 10b1e52..0000000 --- a/docs/assets/css/ipython.min.css +++ /dev/null @@ -1,9 +0,0 @@ -/*! -* -* IPython base -* -*/.modal.fade .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}code{color:#000}pre{font-size:inherit;line-height:inherit}label{font-weight:normal}.border-box-sizing{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.corner-all{border-radius:2px}.no-padding{padding:0}.hbox{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}.hbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none}.vbox{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}.vbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none}.hbox.reverse,.vbox.reverse,.reverse{-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;flex-direction:row-reverse}.hbox.box-flex0,.vbox.box-flex0,.box-flex0{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none;width:auto}.hbox.box-flex1,.vbox.box-flex1,.box-flex1{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.hbox.box-flex,.vbox.box-flex,.box-flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.hbox.box-flex2,.vbox.box-flex2,.box-flex2{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;flex:2}.box-group1{-webkit-box-flex-group:1;-moz-box-flex-group:1;box-flex-group:1}.box-group2{-webkit-box-flex-group:2;-moz-box-flex-group:2;box-flex-group:2}.hbox.start,.vbox.start,.start{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start}.hbox.end,.vbox.end,.end{-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;justify-content:flex-end}.hbox.center,.vbox.center,.center{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;justify-content:center}.hbox.baseline,.vbox.baseline,.baseline{-webkit-box-pack:baseline;-moz-box-pack:baseline;box-pack:baseline;justify-content:baseline}.hbox.stretch,.vbox.stretch,.stretch{-webkit-box-pack:stretch;-moz-box-pack:stretch;box-pack:stretch;justify-content:stretch}.hbox.align-start,.vbox.align-start,.align-start{-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start}.hbox.align-end,.vbox.align-end,.align-end{-webkit-box-align:end;-moz-box-align:end;box-align:end;align-items:flex-end}.hbox.align-center,.vbox.align-center,.align-center{-webkit-box-align:center;-moz-box-align:center;box-align:center;align-items:center}.hbox.align-baseline,.vbox.align-baseline,.align-baseline{-webkit-box-align:baseline;-moz-box-align:baseline;box-align:baseline;align-items:baseline}.hbox.align-stretch,.vbox.align-stretch,.align-stretch{-webkit-box-align:stretch;-moz-box-align:stretch;box-align:stretch;align-items:stretch}div.error{margin:2em;text-align:center}div.error>h1{font-size:500%;line-height:normal}div.error>p{font-size:200%;line-height:normal}div.traceback-wrapper{text-align:left;max-width:800px;margin:auto}div.traceback-wrapper pre.traceback{max-height:600px;overflow:auto}/*! -* -* IPython notebook -* -*/.ansi-black-fg{color:#3e424d}.ansi-black-bg{background-color:#3e424d}.ansi-black-intense-fg{color:#282c36}.ansi-black-intense-bg{background-color:#282c36}.ansi-red-fg{color:#e75c58}.ansi-red-bg{background-color:#e75c58}.ansi-red-intense-fg{color:#b22b31}.ansi-red-intense-bg{background-color:#b22b31}.ansi-green-fg{color:#00a250}.ansi-green-bg{background-color:#00a250}.ansi-green-intense-fg{color:#007427}.ansi-green-intense-bg{background-color:#007427}.ansi-yellow-fg{color:#ddb62b}.ansi-yellow-bg{background-color:#ddb62b}.ansi-yellow-intense-fg{color:#b27d12}.ansi-yellow-intense-bg{background-color:#b27d12}.ansi-blue-fg{color:#208ffb}.ansi-blue-bg{background-color:#208ffb}.ansi-blue-intense-fg{color:#0065ca}.ansi-blue-intense-bg{background-color:#0065ca}.ansi-magenta-fg{color:#d160c4}.ansi-magenta-bg{background-color:#d160c4}.ansi-magenta-intense-fg{color:#a03196}.ansi-magenta-intense-bg{background-color:#a03196}.ansi-cyan-fg{color:#60c6c8}.ansi-cyan-bg{background-color:#60c6c8}.ansi-cyan-intense-fg{color:#258f8f}.ansi-cyan-intense-bg{background-color:#258f8f}.ansi-white-fg{color:#c5c1b4}.ansi-white-bg{background-color:#c5c1b4}.ansi-white-intense-fg{color:#a1a6b2}.ansi-white-intense-bg{background-color:#a1a6b2}.ansi-bold{font-weight:bold}.ansi-underline{text-decoration:underline}.ansi-inverse{outline:.5px dotted}.ansibold{font-weight:bold}.ansiblack{color:black}.ansired{color:darkred}.ansigreen{color:darkgreen}.ansiyellow{color:#c4a000}.ansiblue{color:darkblue}.ansipurple{color:darkviolet}.ansicyan{color:steelblue}.ansigray{color:gray}.ansibgblack{background-color:black}.ansibgred{background-color:red}.ansibggreen{background-color:green}.ansibgyellow{background-color:yellow}.ansibgblue{background-color:blue}.ansibgpurple{background-color:magenta}.ansibgcyan{background-color:cyan}.ansibggray{background-color:gray}div.cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;border-radius:2px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-width:1px;border-style:solid;border-color:transparent;width:100%;padding:5px;margin:0;outline:0;position:relative;overflow:visible}div.cell:before{position:absolute;display:block;top:-1px;left:-1px;width:5px;height:calc(100%+2px);content:'';background:transparent}div.cell.jupyter-soft-selected{border-left-color:#e3f2fd;border-left-width:1px;padding-left:5px;border-right-color:#e3f2fd;border-right-width:1px;background:#e3f2fd}@media print{div.cell.jupyter-soft-selected{border-color:transparent}}div.cell.selected,div.cell.selected.jupyter-soft-selected{border-color:#ababab}div.cell.selected:before,div.cell.selected.jupyter-soft-selected:before{position:absolute;display:block;top:-1px;left:-1px;width:5px;height:calc(100%+2px);content:'';background:#42a5f5}@media print{div.cell.selected,div.cell.selected.jupyter-soft-selected{border-color:transparent}}.edit_mode div.cell.selected{border-color:#66bb6a}.edit_mode div.cell.selected:before{position:absolute;display:block;top:-1px;left:-1px;width:5px;height:calc(100%+2px);content:'';background:#66bb6a}@media print{.edit_mode div.cell.selected{border-color:transparent}}.prompt{min-width:14ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}@media(max-width:540px){.prompt{text-align:left}}div.inner_cell{min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}div.input_area{border:1px solid #cfcfcf;border-radius:2px;background:#f7f7f7;line-height:1.21429em}div.prompt:empty{padding-top:0;padding-bottom:0}div.unrecognized_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}div.unrecognized_cell .inner_cell{border-radius:2px;padding:5px;font-weight:bold;color:red;border:1px solid #cfcfcf;background:#eaeaea}div.unrecognized_cell .inner_cell a{color:inherit;text-decoration:none}div.unrecognized_cell .inner_cell a:hover{color:inherit;text-decoration:none}@media(max-width:540px){div.unrecognized_cell>div.prompt{display:none}}@media print{div.code_cell{page-break-inside:avoid}}div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}@media(max-width:540px){div.input{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.input_prompt{color:#303f9f;border-top:1px solid transparent}div.input_area>div.highlight{margin:.4em;border:0;padding:0;background-color:transparent}div.input_area>div.highlight>pre{margin:0;border:0;padding:0;background-color:transparent}.CodeMirror{line-height:1.21429em;font-size:14px;height:auto;background:0}.CodeMirror-scroll{overflow-y:hidden;overflow-x:auto}.CodeMirror-lines{padding:.4em}.CodeMirror-linenumber{padding:0 8px 0 4px}.CodeMirror-gutters{border-bottom-left-radius:2px;border-top-left-radius:2px}.CodeMirror pre{padding:0;border:0;border-radius:0}.highlight-base{color:#000}.highlight-variable{color:#000}.highlight-variable-2{color:#1a1a1a}.highlight-variable-3{color:#333}.highlight-string{color:#ba2121}.highlight-comment{color:#408080;font-style:italic}.highlight-number{color:#080}.highlight-atom{color:#88F}.highlight-keyword{color:#008000;font-weight:bold}.highlight-builtin{color:#008000}.highlight-error{color:red}.highlight-operator{color:#a2f;font-weight:bold}.highlight-meta{color:#a2f}.highlight-def{color:#00f}.highlight-string-2{color:#f50}.highlight-qualifier{color:#555}.highlight-bracket{color:#997}.highlight-tag{color:#170}.highlight-attribute{color:#00c}.highlight-header{color:blue}.highlight-quote{color:#090}.highlight-link{color:#00c}.cm-s-ipython span.cm-keyword{color:#008000;font-weight:bold}.cm-s-ipython span.cm-atom{color:#88F}.cm-s-ipython span.cm-number{color:#080}.cm-s-ipython span.cm-def{color:#00f}.cm-s-ipython span.cm-variable{color:#000}.cm-s-ipython span.cm-operator{color:#a2f;font-weight:bold}.cm-s-ipython span.cm-variable-2{color:#1a1a1a}.cm-s-ipython span.cm-variable-3{color:#333}.cm-s-ipython span.cm-comment{color:#408080;font-style:italic}.cm-s-ipython span.cm-string{color:#ba2121}.cm-s-ipython span.cm-string-2{color:#f50}.cm-s-ipython span.cm-meta{color:#a2f}.cm-s-ipython span.cm-qualifier{color:#555}.cm-s-ipython span.cm-builtin{color:#008000}.cm-s-ipython span.cm-bracket{color:#997}.cm-s-ipython span.cm-tag{color:#170}.cm-s-ipython span.cm-attribute{color:#00c}.cm-s-ipython span.cm-header{color:blue}.cm-s-ipython span.cm-quote{color:#090}.cm-s-ipython span.cm-link{color:#00c}.cm-s-ipython span.cm-error{color:red}.cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat}div.output_wrapper{position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;z-index:1}div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:2px;-webkit-box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);display:block}div.output_collapsed{margin:0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.out_prompt_overlay{height:100%;padding:0 .4em;position:absolute;border-radius:2px}div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000;box-shadow:inset 0 0 1px #000;background:rgba(240,240,240,0.5)}div.output_prompt{color:#d84315}div.output_area{padding:0;page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}div.output_area .MathJax_Display{text-align:left !important}div.output_area .rendered_html table{margin-left:0;margin-right:0}div.output_area .rendered_html img{margin-left:0;margin-right:0}div.output_area img,div.output_area svg{max-width:100%;height:auto}div.output_area img.unconfined,div.output_area svg.unconfined{max-width:none}div.output_area .mglyph>img{max-width:none}.output{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}@media(max-width:540px){div.output_area{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.output_area pre{margin:0;padding:0;border:0;vertical-align:baseline;color:black;background-color:transparent;border-radius:0}div.output_subarea{overflow-x:auto;padding:.4em;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1;max-width:calc(100% - 14ex)}div.output_scroll div.output_subarea{overflow-x:visible}div.output_text{text-align:left;color:#000;line-height:1.21429em}div.output_stderr{background:#fdd}div.output_latex{text-align:left}div.output_javascript:empty{padding:0}.js-error{color:darkred}div.raw_input_container{line-height:1.21429em;padding-top:5px}input.raw_input{font-family:monospace;font-size:inherit;color:inherit;width:auto;vertical-align:baseline;padding:0 .25em;margin:0 .25em}input.raw_input:focus{box-shadow:none}p.p-space{margin-bottom:10px}div.output_unrecognized{padding:5px;font-weight:bold;color:red}div.output_unrecognized a{color:inherit;text-decoration:none}div.output_unrecognized a:hover{color:inherit;text-decoration:none}.rendered_html{color:#000}.rendered_html em{font-style:italic}.rendered_html strong{font-weight:bold}.rendered_html u{text-decoration:underline}.rendered_html :link{text-decoration:underline}.rendered_html :visited{text-decoration:underline}.rendered_html h1{font-size:185.7%;margin:1.08em 0 0 0;font-weight:bold;line-height:1.0}.rendered_html h2{font-size:157.1%;margin:1.27em 0 0 0;font-weight:bold;line-height:1.0}.rendered_html h3{font-size:128.6%;margin:1.55em 0 0 0;font-weight:bold;line-height:1.0}.rendered_html h4{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1.0}.rendered_html h5{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1.0;font-style:italic}.rendered_html h6{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1.0;font-style:italic}.rendered_html h1:first-child{margin-top:.538em}.rendered_html h2:first-child{margin-top:.636em}.rendered_html h3:first-child{margin-top:.777em}.rendered_html h4:first-child{margin-top:1em}.rendered_html h5:first-child{margin-top:1em}.rendered_html h6:first-child{margin-top:1em}.rendered_html ul:not(.list-inline),.rendered_html ol:not(.list-inline){padding-left:2em}.rendered_html ul{list-style:disc}.rendered_html ul ul{list-style:square}.rendered_html ul ul ul{list-style:circle}.rendered_html ol{list-style:decimal}.rendered_html ol ol{list-style:upper-alpha}.rendered_html ol ol ol{list-style:lower-alpha}.rendered_html ol ol ol ol{list-style:lower-roman}.rendered_html ol ol ol ol ol{list-style:decimal}.rendered_html *+ul{margin-top:1em}.rendered_html *+ol{margin-top:1em}.rendered_html hr{color:black;background-color:black}.rendered_html pre{margin:1em 2em}.rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0}.rendered_html blockquote{margin:1em 2em}.rendered_html table{margin-left:auto;margin-right:auto;border:0;border-collapse:collapse;border-spacing:0;color:black;font-size:12px;table-layout:fixed}.rendered_html thead{border-bottom:1px solid black;vertical-align:bottom}.rendered_html tr,.rendered_html th,.rendered_html td{text-align:right;vertical-align:middle;padding:.5em .5em;line-height:normal;white-space:normal;max-width:none;border:0}.rendered_html th{font-weight:bold}.rendered_html tbody tr:nth-child(odd){background:#f5f5f5}.rendered_html tbody tr:hover{background:rgba(66,165,245,0.2)}.rendered_html *+table{margin-top:1em}.rendered_html p{text-align:left}.rendered_html *+p{margin-top:1em}.rendered_html img{display:block;margin-left:auto;margin-right:auto}.rendered_html *+img{margin-top:1em}.rendered_html img,.rendered_html svg{max-width:100%;height:auto}.rendered_html img.unconfined,.rendered_html svg.unconfined{max-width:none}.rendered_html .alert{margin-bottom:initial}.rendered_html *+.alert{margin-top:1em}div.text_cell{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}@media(max-width:540px){div.text_cell>div.prompt{display:none}}div.text_cell_render{outline:0;resize:none;width:inherit;border-style:none;padding:.5em .5em .5em .4em;color:#000;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden}h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible}.text_cell.rendered .input_area{display:none}.text_cell.rendered .rendered_html{overflow-x:auto;overflow-y:hidden}.text_cell.rendered .rendered_html tr,.text_cell.rendered .rendered_html th,.text_cell.rendered .rendered_html td{max-width:none}.text_cell.unrendered .text_cell_render{display:none}.text_cell .dropzone .input_area{border:2px dashed #bababa;margin:-1px}.cm-header-1,.cm-header-2,.cm-header-3,.cm-header-4,.cm-header-5,.cm-header-6{font-weight:bold;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.cm-header-1{font-size:185.7%}.cm-header-2{font-size:157.1%}.cm-header-3{font-size:128.6%}.cm-header-4{font-size:110%}.cm-header-5{font-size:100%;font-style:italic}.cm-header-6{font-size:100%;font-style:italic} \ No newline at end of file diff --git a/docs/assets/css/nikola_ipython.css b/docs/assets/css/nikola_ipython.css deleted file mode 100644 index 5ae5189..0000000 --- a/docs/assets/css/nikola_ipython.css +++ /dev/null @@ -1,116 +0,0 @@ -div.prompt { - padding: 0.6em; - font-size: 13px; - background-color: #E9E9E9; - margin-right: 1em; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} - -div.output_prompt { - /* 5px right shift to account for margin in parent container */ - margin: 0 5px 0 0px; -} - -div.output_area pre { - font-size: 13px; -} - -div.text_cell_render { - padding: 0px; - color: #333333; -} - -.rendered_html p { - text-align: left; -} - -.rendered_html ul { - margin: 0 0 12px 25px; -} - -.rendered_html :visited { - text-decoration: none; -} - -.rendered_html :link { - text-decoration: none; -} - -.rendered_html pre, .rendered_html code { - background-color: #DDDDDD; - padding-left: 0.5em; - padding-right: 0.5em; - padding-top: 0.05em; - padding-bottom: 0.05em; - margin: 1em 0em; - font-size: 14px; -} - -.page-content > .content p { - margin: 0 0 0px; -} - -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } -.highlight .c { color: #408080; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #008000; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ -.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #008000 } /* Keyword.Pseudo */ -.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #B00040 } /* Keyword.Type */ -.highlight .m { color: #666666 } /* Literal.Number */ -.highlight .s { color: #BA2121 } /* Literal.String */ -.highlight .na { color: #7D9029 } /* Name.Attribute */ -.highlight .nb { color: #008000 } /* Name.Builtin */ -.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ -.highlight .no { color: #880000 } /* Name.Constant */ -.highlight .nd { color: #AA22FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #0000FF } /* Name.Function */ -.highlight .nl { color: #A0A000 } /* Name.Label */ -.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #19177C } /* Name.Variable */ -.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #666666 } /* Literal.Number.Float */ -.highlight .mh { color: #666666 } /* Literal.Number.Hex */ -.highlight .mi { color: #666666 } /* Literal.Number.Integer */ -.highlight .mo { color: #666666 } /* Literal.Number.Oct */ -.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ -.highlight .sc { color: #BA2121 } /* Literal.String.Char */ -.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ -.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ -.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -.highlight .sx { color: #008000 } /* Literal.String.Other */ -.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ -.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ -.highlight .ss { color: #19177C } /* Literal.String.Symbol */ -.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #19177C } /* Name.Variable.Class */ -.highlight .vg { color: #19177C } /* Name.Variable.Global */ -.highlight .vi { color: #19177C } /* Name.Variable.Instance */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ diff --git a/docs/assets/css/nikola_rst.css b/docs/assets/css/nikola_rst.css deleted file mode 100644 index 3b17adc..0000000 --- a/docs/assets/css/nikola_rst.css +++ /dev/null @@ -1,46 +0,0 @@ -div.admonition, div.attention, div.caution, div.danger, div.error, -div.hint, div.important, div.note, div.tip, div.warning, div.sidebar { -/* stolen from Boostrap 3 (.panel .panel-default) */ - margin-bottom: 20px; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - box-shadow: 0 1px 1px rgba(0, 0, 0, .05); - padding: 0 15px 15px 15px; -} - -div.attention, div.caution, div.danger, div.error, div.warning { - /* stolen from Boostrap 3 (.panel .panel-danger) */ - border-color: #EBCCD1; -} - -div.admonition p.admonition-title, div.hint p.admonition-title, -div.important p.admonition-title, div.note p.admonition-title, -div.tip p.admonition-title, div.sidebar p.sidebar-title, -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title { -/* stolen from Boostrap 3 (.panel .panel-default .panel-heading) */ - font-size: 16px; - color: #333; - background-color: #F5F5F5; - padding: 10px 15px; - margin-left: -15px; - margin-right: -15px; - border-bottom: 1px solid rgba(0, 0, 0, 0); - border-top-left-radius: 3px; - border-top-right-radius: 3px; - color: #333; - background-color: #F5F5F5; - border-color: #DDD; -} - -div.attention p.admonition-title, div.caution p.admonition-title, -div.danger p.admonition-title, div.error p.admonition-title, -div.warning p.admonition-title { - /* stolen from Boostrap 3 (.panel .panel-danger) */ - color: #A94442; - background-color: #F2DEDE; - border-color: #EBCCD1; -} diff --git a/docs/assets/css/rst.css b/docs/assets/css/rst.css deleted file mode 100644 index b6b4924..0000000 --- a/docs/assets/css/rst.css +++ /dev/null @@ -1,2 +0,0 @@ -@import url("html4css1.css"); -@import url("nikola_rst.css"); diff --git a/docs/assets/css/solarized-dark.css b/docs/assets/css/solarized-dark.css deleted file mode 100644 index 4c29736..0000000 --- a/docs/assets/css/solarized-dark.css +++ /dev/null @@ -1 +0,0 @@ -.solarized-dark{background-color:#073642;color:#78909c}.solarized-dark h1,.solarized-dark h2,.solarized-dark h3,.solarized-dark h4,.solarized-dark h5,.solarized-dark h6{color:#1e88e5}.solarized-dark h1 a,.solarized-dark h2 a,.solarized-dark h3 a,.solarized-dark h4 a,.solarized-dark h5 a,.solarized-dark h6 a{color:#1e88e5;border-bottom-color:#1e88e5}.solarized-dark h1 a:hover,.solarized-dark h2 a:hover,.solarized-dark h3 a:hover,.solarized-dark h4 a:hover,.solarized-dark h5 a:hover,.solarized-dark h6 a:hover{background-color:#1e88e5;color:#fff}.solarized-dark pre{background-color:#073642;padding:0;border:none}.solarized-dark pre code{color:#009688}.solarized-dark h1 a,.solarized-dark h2 a,.solarized-dark h3 a,.solarized-dark h4 a,.solarized-dark h5 a{color:#78909c}.solarized-dark code,.solarized-dark strong{color:#90a4ae}.solarized-dark code{font-weight:100}.solarized-dark .progress-bar-filled{background-color:#558b2f}.solarized-dark .progress-bar-filled:after,.solarized-dark .progress-bar-filled:before{color:#90a4ae}.solarized-dark table{color:#78909c}.solarized-dark table td,.solarized-dark table th{border-color:#b0bec5}.solarized-dark table tbody td:first-child{color:#b0bec5}.solarized-dark .form-group label{color:#78909c;border-color:#90a4ae}.solarized-dark .form-group.form-textarea label:after{background-color:#073642}.solarized-dark .form-control{color:#78909c;border-color:#90a4ae}.solarized-dark .form-control:focus{border-color:#cfd8dc;color:#cfd8dc}.solarized-dark textarea.form-control{color:#78909c}.solarized-dark .card{border-color:#90a4ae}.solarized-dark .card .card-header{background-color:transparent;color:#78909c;border-bottom:1px solid #90a4ae}.solarized-dark .btn.btn-ghost.btn-default{border-color:#607d8b;color:#607d8b}.solarized-dark .btn.btn-ghost.btn-default:focus,.solarized-dark .btn.btn-ghost.btn-default:hover{border-color:#90a4ae;color:#90a4ae;z-index:1}.solarized-dark .btn.btn-ghost.btn-default:focus,.solarized-dark .btn.btn-ghost.btn-default:hover{border-color:#e0e0e0;color:#e0e0e0}.solarized-dark .btn.btn-ghost.btn-primary:focus,.solarized-dark .btn.btn-ghost.btn-primary:hover{border-color:#64b5f6;color:#64b5f6}.solarized-dark .btn.btn-ghost.btn-success:focus,.solarized-dark .btn.btn-ghost.btn-success:hover{border-color:#81c784;color:#81c784}.solarized-dark .btn.btn-ghost.btn-info:focus,.solarized-dark .btn.btn-ghost.btn-info:hover{border-color:#4dd0e1;color:#4dd0e1}.solarized-dark .btn.btn-ghost.btn-error:focus,.solarized-dark .btn.btn-ghost.btn-error:hover{border-color:#e57373;color:#e57373}.solarized-dark .btn.btn-ghost.btn-warning:focus,.solarized-dark .btn.btn-ghost.btn-warning:hover{border-color:#ffb74d;color:#ffb74d}.solarized-dark .avatarholder,.solarized-dark .placeholder{background-color:transparent;border-color:#90a4ae}.solarized-dark .menu .menu-item{color:#78909c;border-color:#90a4ae}.solarized-dark .menu .menu-item.active,.solarized-dark .menu .menu-item:hover{color:#fff;border-color:#78909c} \ No newline at end of file diff --git a/docs/assets/css/standard.css b/docs/assets/css/standard.css deleted file mode 100644 index 79fef56..0000000 --- a/docs/assets/css/standard.css +++ /dev/null @@ -1 +0,0 @@ -html{font-size:14px}.standard{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,Ubuntu,segoe ui,arial,sans-serif}.standard h1{font-size:2em;font-weight:700;margin:.67em 0}.standard h2{font-size:1.5em;font-weight:700;margin:.83em 0}.standard h3{font-size:1.17em;font-weight:700}.standard h3,.standard p{margin:1.75rem 0}.standard ol,.standard ul{display:block;list-style-type:disc;padding-left:20px;margin:1.75rem 0}.standard ol ul,.standard ul ul{margin:.75rem 0;list-style-type:square}.standard ol{list-style-type:decimal}.standard li{display:list-item;padding-left:0}.standard blockquote{margin:1.75rem 0;padding-left:10px;border-left:5px solid #f0f0f0}.standard pre{margin:1.75rem 0;white-space:pre}.standard hr{border:0;height:1px;display:block;background-color:#e2e2e2;margin:1.75rem 0} \ No newline at end of file diff --git a/docs/assets/css/theme.css b/docs/assets/css/theme.css deleted file mode 100644 index e6321c3..0000000 --- a/docs/assets/css/theme.css +++ /dev/null @@ -1,419 +0,0 @@ -@charset "UTF-8"; - -/* - Copyright © 2014-2017 Daniel Aleksandersen and others. - - Permission is hereby granted, free of charge, to any - person obtaining a copy of this software and associated - documentation files (the "Software"), to deal in the - Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the - Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice - shall be included in all copies or substantial portions of - the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY - KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR - PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS - OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR - OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR - OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ - -body { - color: #4F5151; - font-family: 'Share Tech Mono', monospace; - font-size: 20px; - line-height: 1.4; - padding: 1em; -} - - - -.code, .hack, .hack blockquote, .hack code, .hack em, .hack h1, .hack h2, .hack h3, .hack h4, .hack h5, .hack h6, .hack strong -{ - font-family: 'Share Tech Mono', monospace; -} - -#container { - margin: 1em auto; - max-width: 770px; -} -#menu ul, -#menu ul li, -.postpromonav .tags, -.postpromonav .tags li, -.pager, -.pager li, -#toptranslations ul, -#toptranslations ul li { - list-style: none; - padding-left: 0; - padding-right: 0; -} - -#toptranslations ul { - display: inline; -} - -#menu ul li, -#toptranslations ul li { - display: inline-block; - margin-right: 1.5em; -} - -#toptranslations h2 { - display: inline; - font-size: 1em; - margin-right: 1.5em; -} - -#menu ul li:dir(rtl), -#toptranslations ul li:dir(rtl), -#toptranslations h2:dir(rtl) { - margin-left: 1.5em; - margin-right: 0; -} - -#toptranslations { - text-align: right; - float: right; -} - -#toptranslations:dir(rtl) { - text-align: left; - float: left; -} - -.posttranslations h3 { - display: inline; - font-size: 1em; -} - -.entry-title { - font-size: 2em; -} - -.posttranslations h3:last-child { - display: none; -} - -.postindex article { - border-bottom: 1px solid #4F5151; - padding-bottom: 1em; -} -#header { - border-bottom: 1px solid #4F5151; -} -#footer { - border-top: 1px solid #4F5151; -} - -/* Tags */ -.postpromonav { - border-bottom: 1px solid #4F5151; - border-top: 1px solid #4F5151; - margin-top: 1em; - padding: .5em 0; -} -.postpromonav .tags { - text-align: center; -} -.metadata p:before, -.postpromonav .tags li:before, -.postlist .listdate:after { - content: " — "; -} -.postlist li { - margin-bottom: .33em; -} - -/* Post and archive pagers */ -.postindexpager .pager .next:before { - content: "↓ "; -} -.postindexpager .pager .previous:before, -.archivenav .pager .up:before { - content: "↑ "; -} -.postpromonav .pager .next:after, -.archivenav .pager .next:after { - content: " →"; -} -.postpromonav .pager .previous:dir(rtl):after, -.archivenav .pager .previous:dir(rtl):after { - content: " →"; -} -.postpromonav .pager .previous:before, -.archivenav .pager .previous:before { - content: "← "; -} -.postpromonav .pager .next:dir(rtl):before, -.archivenav .pager .next:dir(rtl):before { - content: "← "; -} - -.metadata p:first-of-type:before, -.postpromonav .tags li:first-of-type:before { - content: ""; -} -.postpromonav .pager { - clear: both; - height: 1em; -} -.postpromonav .tags li, -.postpromonav .pager li, -.archivenav .pager li { - display: inline-block; -} -.archivenav .pager { - text-align: center -} -.postpromonav .pager .next, -.archivenav .pager .next { - float: right; -} -.postpromonav .pager .next:dir(rtl), -.archivenav .pager .next:dir(rtl) { - float: left; -} - -.postpromonav .pager .previous, -.archivenav .pager .previous { - float: left; -} -.postpromonav .pager .previous:dir(rtl), -.archivenav .pager .previous:dir(rtl) { - float: right; -} - -.archivenav .pager .disabled, -.archivenav .pager .disabled a, -.archivenav .pager .disabled:link { - color: #888; - cursor: not-allowed; -} - -.metadata p { - display: inline; -} - -#brand { - font-size: 3em; - line-height: 1; -} - -/* Links */ -:link { - color: #1168CC; - text-decoration: none; - border-bottom: 0px none green -} -:visited { - color: #6830BB; - border-bottom: 0px none green -} -:link:hover, :visited:hover { - color: #0d53a3; -} - -#brand :link, -#brand :visited { - color: inherit; -} - -/* Images */ -img { - border: none; - line-height: 1; -} - -.postpage img, -.postpage object, -.postindex article img, -.postindex article object { - height: auto; - max-width: 100%; -} - -/* Comment helpers */ -#disqus_thread { - min-height: 325px; -} - -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; -} - -.breadcrumb > li { - display: inline-block; - margin-right: 0; - margin-left: 0; -} - -.breadcrumb > li:after { - content: ' / '; - color: #888; -} - -.breadcrumb > li:last-of-type:after { - content: ''; - margin-left: 0; -} - -.thumbnails { - list-style: none; - padding: 0; -} - -.thumbnails > li { - display: inline-block; - margin-right: 10px; -} - -.thumbnails > li:last-of-type { - margin-right: 0; -} - -.codetable .linenos { - padding-right: 10px; -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} - -pre.code, code { - white-space: pre; - word-wrap: normal; - overflow: auto; -} - -/* SOURCE: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ -@media print { - *, - *:before, - *:after { - background: transparent !important; - color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ - box-shadow: none !important; - text-shadow: none !important; - font-family: Garamond, Junicode, serif; - } - - body { - font-size: 12pt; - } - - a, - a:visited { - text-decoration: underline; - } - - a[href]:after { - content: " (" attr(href) ")"; - } - - abbr[title]:after { - content: " (" attr(title) ")"; - } - - /* - * Don't show links that are fragment identifiers, - * or use the `javascript:` pseudo protocol - */ - - a[href^="#"]:after, - a[href^="data:"]:after, - a[href^="javascript:"]:after { - content: ""; - } - - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - - /* - * Printing Tables: - * http://css-discuss.incutio.com/wiki/Printing_Tables - */ - - thead { - display: table-header-group; - } - - tr, - img { - page-break-inside: avoid; - } - - img { - max-width: 100% !important; - } - - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - h2, - h3 { - page-break-after: avoid; - } - - .hidden-print { - display: none !important; - } - - article .entry-title a[href]:after, - article .metadata a[href]:after, - article .tags a[href]:after { - content: ""; - } - - article .metadata .sourceline { - display: none; - } - - article .metadata .linkline a[href]:after { - content: " (" attr(href) ")"; - } - - #header { - display: none; - } - - .postpromonav { - padding: 0; - } -} - -- cgit v1.2.3