Browse Source

build based on 76f3ac2

gh-pages
zeptodoctor 6 years ago
parent
commit
2712813915
  1. 6
      dev/assets/documenter.js
  2. 60
      dev/assets/themes/documenter-dark.css
  3. 265
      dev/assets/themes/documenter-light.css
  4. 4
      dev/customprocessing.html
  5. 4
      dev/documenter.html
  6. 4
      dev/fileformat.html
  7. 88
      dev/generated/example.html
  8. 168
      dev/generated/example.ipynb
  9. 2
      dev/generated/name.html
  10. 2
      dev/index.html
  11. 6
      dev/outputformats.html
  12. 4
      dev/pipeline.html
  13. 2
      dev/search.html

6
dev/assets/documenter.js

@ -1,15 +1,15 @@
// Generated by Documenter.jl // Generated by Documenter.jl
requirejs.config({ requirejs.config({
paths: { paths: {
'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.9/languages/julia.min', 'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/julia.min',
'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/headroom.min', 'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/headroom.min',
'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min', 'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min',
'katex-auto-render': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.2/contrib/auto-render.min', 'katex-auto-render': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.2/contrib/auto-render.min',
'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min', 'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
'headroom-jquery': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/jQuery.headroom.min', 'headroom-jquery': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/jQuery.headroom.min',
'katex': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.2/katex.min', 'katex': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.2/katex.min',
'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.9/highlight.min', 'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min',
'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.9/languages/julia-repl.min', 'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/julia-repl.min',
}, },
shim: { shim: {
"highlight-julia": { "highlight-julia": {

60
dev/assets/themes/documenter-dark.css

@ -1070,38 +1070,9 @@ html.theme--documenter-dark {
* *
* The main container is <div> that is identified by id #documenter. * The main container is <div> that is identified by id #documenter.
*/ */
/* a11y-dark theme /* a11y-dark theme */
* Based on the Tomorrow Night Eighties theme: /* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */
* https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css /* @author: ericwbailey */
* @author: ericwbailey
*
* Copied from: https://github.com/highlightjs/highlight.js
*
* Copyright (c) 2006, Ivan Sagalaev
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of highlight.js nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* Comment */ /* Comment */
/* Red */ /* Red */
/* Orange */ /* Orange */
@ -1156,7 +1127,7 @@ html.theme--documenter-dark {
color: #e74c3c; color: #e74c3c;
font-size: 0.875em; font-size: 0.875em;
font-weight: normal; font-weight: normal;
padding: 0.25em 0.5em 0.25em; } padding: 0.1em; }
html.theme--documenter-dark hr { html.theme--documenter-dark hr {
background-color: #282f2f; background-color: #282f2f;
border: none; border: none;
@ -7282,6 +7253,12 @@ html.theme--documenter-dark {
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
box-shadow: none; box-shadow: none;
border-bottom: 1px solid #5e6d6f; } border-bottom: 1px solid #5e6d6f; }
html.theme--documenter-dark .docstring > header code {
background-color: transparent; }
html.theme--documenter-dark .docstring > header .docstring-binding {
margin-right: 0.3em; }
html.theme--documenter-dark .docstring > header .docstring-category {
margin-left: 0.3em; }
html.theme--documenter-dark .docstring > section { html.theme--documenter-dark .docstring > section {
position: relative; position: relative;
padding: 1.5rem; padding: 1.5rem;
@ -7301,13 +7278,16 @@ html.theme--documenter-dark {
html.theme--documenter-dark .content pre { html.theme--documenter-dark .content pre {
border: 1px solid #5e6d6f; } border: 1px solid #5e6d6f; }
html.theme--documenter-dark .content code { html.theme--documenter-dark .content code {
font-weight: inherit; font-weight: inherit; }
word-break: break-word; } html.theme--documenter-dark .content a code {
color: #1abc9c; }
html.theme--documenter-dark .content table { html.theme--documenter-dark .content table {
display: block; display: block;
width: initial; width: initial;
max-width: 100%; max-width: 100%;
overflow-x: auto; } overflow-x: auto; }
html.theme--documenter-dark .content blockquote > ul:first-child, html.theme--documenter-dark .content blockquote > ol:first-child, html.theme--documenter-dark .content .admonition-body > ul:first-child, html.theme--documenter-dark .content .admonition-body > ol:first-child {
margin-top: 0; }
html.theme--documenter-dark .breadcrumb a.is-disabled { html.theme--documenter-dark .breadcrumb a.is-disabled {
cursor: default; cursor: default;
pointer-events: none; } pointer-events: none; }
@ -7319,6 +7299,11 @@ html.theme--documenter-dark {
html.theme--documenter-dark .katex .katex-mathml { html.theme--documenter-dark .katex .katex-mathml {
top: 0; top: 0;
right: 0; } right: 0; }
html.theme--documenter-dark html {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto; }
html.theme--documenter-dark #documenter .docs-main > article {
overflow-wrap: break-word; }
@media screen and (min-width: 1056px) { @media screen and (min-width: 1056px) {
html.theme--documenter-dark #documenter .docs-main { html.theme--documenter-dark #documenter .docs-main {
max-width: 52rem; max-width: 52rem;
@ -7515,7 +7500,6 @@ html.theme--documenter-dark {
margin-top: 0.5rem; } margin-top: 0.5rem; }
html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem { html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem {
width: 100%; width: 100%;
color: gray;
padding: 0; } padding: 0; }
html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before { html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before {
content: "⚬"; content: "⚬";
@ -7562,8 +7546,6 @@ html.theme--documenter-dark {
html.theme--documenter-dark { html.theme--documenter-dark {
background-color: #1f2424; background-color: #1f2424;
font-size: 16px; font-size: 16px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px; min-width: 300px;
overflow-x: auto; overflow-x: auto;
overflow-y: scroll; overflow-y: scroll;
@ -7633,3 +7615,5 @@ html.theme--documenter-dark {
html.theme--documenter-dark .hljs-keyword, html.theme--documenter-dark .hljs-keyword,
html.theme--documenter-dark .hljs-selector-tag { html.theme--documenter-dark .hljs-selector-tag {
font-weight: bold; } } font-weight: bold; } }
html.theme--documenter-dark .hljs-subst {
color: #f8f8f2; }

265
dev/assets/themes/documenter-light.css

@ -325,7 +325,7 @@ body {
line-height: 1.5; } line-height: 1.5; }
a { a {
color: #0b5bda; color: #2e63b8;
cursor: pointer; cursor: pointer;
text-decoration: none; } text-decoration: none; }
a strong { a strong {
@ -338,7 +338,7 @@ code {
color: #da0b00; color: #da0b00;
font-size: 0.875em; font-size: 0.875em;
font-weight: normal; font-weight: normal;
padding: 0.25em 0.5em 0.25em; } padding: 0.1em; }
hr { hr {
background-color: whitesmoke; background-color: whitesmoke;
@ -739,13 +739,13 @@ a.has-text-primary:hover, a.has-text-primary:focus {
background-color: #4eb5de !important; } background-color: #4eb5de !important; }
.has-text-link { .has-text-link {
color: #0b5bda !important; } color: #2e63b8 !important; }
a.has-text-link:hover, a.has-text-link:focus { a.has-text-link:hover, a.has-text-link:focus {
color: #0947a9 !important; } color: #244d8f !important; }
.has-background-link { .has-background-link {
background-color: #0b5bda !important; } background-color: #2e63b8 !important; }
.has-text-info { .has-text-info {
color: #209cee !important; } color: #209cee !important; }
@ -1174,10 +1174,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
padding: 1.25rem; } padding: 1.25rem; }
a.box:hover, a.box:focus { a.box:hover, a.box:focus {
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #0b5bda; } box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #2e63b8; }
a.box:active { a.box:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0b5bda; } box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #2e63b8; }
.button { .button {
background-color: white; background-color: white;
@ -1210,10 +1210,10 @@ a.box:active {
border-color: #b5b5b5; border-color: #b5b5b5;
color: #363636; } color: #363636; }
.button:focus, .button.is-focused { .button:focus, .button.is-focused {
border-color: #0b5bda; border-color: #2e63b8;
color: #363636; } color: #363636; }
.button:focus:not(:active), .button.is-focused:not(:active) { .button:focus:not(:active), .button.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(11, 91, 218, 0.25); } box-shadow: 0 0 0 0.125em rgba(46, 99, 184, 0.25); }
.button:active, .button.is-active { .button:active, .button.is-active {
border-color: #4a4a4a; border-color: #4a4a4a;
color: #363636; } color: #363636; }
@ -1586,30 +1586,30 @@ a.box:active {
box-shadow: none; box-shadow: none;
color: #fff; } color: #fff; }
.button.is-link { .button.is-link {
background-color: #0b5bda; background-color: #2e63b8;
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.button.is-link:hover, .button.is-link.is-hovered { .button.is-link:hover, .button.is-link.is-hovered {
background-color: #0a56ce; background-color: #2b5eae;
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.button.is-link:focus, .button.is-link.is-focused { .button.is-link:focus, .button.is-link.is-focused {
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
box-shadow: 0 0 0 0.125em rgba(11, 91, 218, 0.25); } box-shadow: 0 0 0 0.125em rgba(46, 99, 184, 0.25); }
.button.is-link:active, .button.is-link.is-active { .button.is-link:active, .button.is-link.is-active {
background-color: #0a51c2; background-color: #2958a4;
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.button.is-link[disabled], .button.is-link[disabled],
fieldset[disabled] .button.is-link { fieldset[disabled] .button.is-link {
background-color: #0b5bda; background-color: #2e63b8;
border-color: transparent; border-color: transparent;
box-shadow: none; } box-shadow: none; }
.button.is-link.is-inverted { .button.is-link.is-inverted {
background-color: #fff; background-color: #fff;
color: #0b5bda; } color: #2e63b8; }
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
background-color: #f2f2f2; } background-color: #f2f2f2; }
.button.is-link.is-inverted[disabled], .button.is-link.is-inverted[disabled],
@ -1617,36 +1617,36 @@ a.box:active {
background-color: #fff; background-color: #fff;
border-color: transparent; border-color: transparent;
box-shadow: none; box-shadow: none;
color: #0b5bda; } color: #2e63b8; }
.button.is-link.is-loading::after { .button.is-link.is-loading::after {
border-color: transparent transparent #fff #fff !important; } border-color: transparent transparent #fff #fff !important; }
.button.is-link.is-outlined { .button.is-link.is-outlined {
background-color: transparent; background-color: transparent;
border-color: #0b5bda; border-color: #2e63b8;
color: #0b5bda; } color: #2e63b8; }
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
background-color: #0b5bda; background-color: #2e63b8;
border-color: #0b5bda; border-color: #2e63b8;
color: #fff; } color: #fff; }
.button.is-link.is-outlined.is-loading::after { .button.is-link.is-outlined.is-loading::after {
border-color: transparent transparent #0b5bda #0b5bda !important; } border-color: transparent transparent #2e63b8 #2e63b8 !important; }
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #fff #fff !important; } border-color: transparent transparent #fff #fff !important; }
.button.is-link.is-outlined[disabled], .button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined { fieldset[disabled] .button.is-link.is-outlined {
background-color: transparent; background-color: transparent;
border-color: #0b5bda; border-color: #2e63b8;
box-shadow: none; box-shadow: none;
color: #0b5bda; } color: #2e63b8; }
.button.is-link.is-inverted.is-outlined { .button.is-link.is-inverted.is-outlined {
background-color: transparent; background-color: transparent;
border-color: #fff; border-color: #fff;
color: #fff; } color: #fff; }
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
background-color: #fff; background-color: #fff;
color: #0b5bda; } color: #2e63b8; }
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
border-color: transparent transparent #0b5bda #0b5bda !important; } border-color: transparent transparent #2e63b8 #2e63b8 !important; }
.button.is-link.is-inverted.is-outlined[disabled], .button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined { fieldset[disabled] .button.is-link.is-inverted.is-outlined {
background-color: transparent; background-color: transparent;
@ -2332,7 +2332,7 @@ a.box:active {
background-color: #4eb5de; background-color: #4eb5de;
color: #fff; } color: #fff; }
.notification.is-link { .notification.is-link {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
.notification.is-info { .notification.is-info {
background-color: #209cee; background-color: #209cee;
@ -2407,13 +2407,13 @@ a.box:active {
.progress.is-primary:indeterminate, .docstring > section > a.progress.docs-sourcelink:indeterminate { .progress.is-primary:indeterminate, .docstring > section > a.progress.docs-sourcelink:indeterminate {
background-image: linear-gradient(to right, #4eb5de 30%, #dbdbdb 30%); } background-image: linear-gradient(to right, #4eb5de 30%, #dbdbdb 30%); }
.progress.is-link::-webkit-progress-value { .progress.is-link::-webkit-progress-value {
background-color: #0b5bda; } background-color: #2e63b8; }
.progress.is-link::-moz-progress-bar { .progress.is-link::-moz-progress-bar {
background-color: #0b5bda; } background-color: #2e63b8; }
.progress.is-link::-ms-fill { .progress.is-link::-ms-fill {
background-color: #0b5bda; } background-color: #2e63b8; }
.progress.is-link:indeterminate { .progress.is-link:indeterminate {
background-image: linear-gradient(to right, #0b5bda 30%, #dbdbdb 30%); } background-image: linear-gradient(to right, #2e63b8 30%, #dbdbdb 30%); }
.progress.is-info::-webkit-progress-value { .progress.is-info::-webkit-progress-value {
background-color: #209cee; } background-color: #209cee; }
.progress.is-info::-moz-progress-bar { .progress.is-info::-moz-progress-bar {
@ -2509,8 +2509,8 @@ a.box:active {
color: #fff; } color: #fff; }
.table td.is-link, .table td.is-link,
.table th.is-link { .table th.is-link {
background-color: #0b5bda; background-color: #2e63b8;
border-color: #0b5bda; border-color: #2e63b8;
color: #fff; } color: #fff; }
.table td.is-info, .table td.is-info,
.table th.is-info { .table th.is-info {
@ -2672,7 +2672,7 @@ a.box:active {
background-color: #4eb5de; background-color: #4eb5de;
color: #fff; } color: #fff; }
.tag:not(body).is-link, .docstring > section > a.docs-sourcelink:not(body).is-link, .content kbd:not(body).is-link { .tag:not(body).is-link, .docstring > section > a.docs-sourcelink:not(body).is-link, .content kbd:not(body).is-link {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
.tag:not(body).is-info, .docstring > section > a.docs-sourcelink:not(body).is-info, .content kbd:not(body).is-info { .tag:not(body).is-info, .docstring > section > a.docs-sourcelink:not(body).is-info, .content kbd:not(body).is-info {
background-color: #209cee; background-color: #209cee;
@ -2850,8 +2850,8 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.input:hover, #documenter .docs-sidebar form.docs-search > input:hover, .textarea:hover, .select select:hover, .is-hovered.input, #documenter .docs-sidebar form.docs-search > input.is-hovered, .is-hovered.textarea, .select select.is-hovered { .input:hover, #documenter .docs-sidebar form.docs-search > input:hover, .textarea:hover, .select select:hover, .is-hovered.input, #documenter .docs-sidebar form.docs-search > input.is-hovered, .is-hovered.textarea, .select select.is-hovered {
border-color: #b5b5b5; } border-color: #b5b5b5; }
.input:focus, #documenter .docs-sidebar form.docs-search > input:focus, .textarea:focus, .select select:focus, .is-focused.input, #documenter .docs-sidebar form.docs-search > input.is-focused, .is-focused.textarea, .select select.is-focused, .input:active, #documenter .docs-sidebar form.docs-search > input:active, .textarea:active, .select select:active, .is-active.input, #documenter .docs-sidebar form.docs-search > input.is-active, .is-active.textarea, .select select.is-active { .input:focus, #documenter .docs-sidebar form.docs-search > input:focus, .textarea:focus, .select select:focus, .is-focused.input, #documenter .docs-sidebar form.docs-search > input.is-focused, .is-focused.textarea, .select select.is-focused, .input:active, #documenter .docs-sidebar form.docs-search > input:active, .textarea:active, .select select:active, .is-active.input, #documenter .docs-sidebar form.docs-search > input.is-active, .is-active.textarea, .select select.is-active {
border-color: #0b5bda; border-color: #2e63b8;
box-shadow: 0 0 0 0.125em rgba(11, 91, 218, 0.25); } box-shadow: 0 0 0 0.125em rgba(46, 99, 184, 0.25); }
.input[disabled], #documenter .docs-sidebar form.docs-search > input[disabled], .textarea[disabled], .select select[disabled], .input[disabled], #documenter .docs-sidebar form.docs-search > input[disabled], .textarea[disabled], .select select[disabled],
fieldset[disabled] .input, fieldset[disabled] .input,
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input, fieldset[disabled] #documenter .docs-sidebar form.docs-search > input,
@ -2923,9 +2923,9 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.is-primary.input:focus, .docstring > section > a.input.docs-sourcelink:focus, #documenter .docs-sidebar form.docs-search > input.is-primary:focus, .is-primary.textarea:focus, .docstring > section > a.textarea.docs-sourcelink:focus, .is-primary.is-focused.input, .docstring > section > a.is-focused.input.docs-sourcelink, #documenter .docs-sidebar form.docs-search > input.is-primary.is-focused, .is-primary.is-focused.textarea, .docstring > section > a.is-focused.textarea.docs-sourcelink, .is-primary.input:active, .docstring > section > a.input.docs-sourcelink:active, #documenter .docs-sidebar form.docs-search > input.is-primary:active, .is-primary.textarea:active, .docstring > section > a.textarea.docs-sourcelink:active, .is-primary.is-active.input, .docstring > section > a.is-active.input.docs-sourcelink, #documenter .docs-sidebar form.docs-search > input.is-primary.is-active, .is-primary.is-active.textarea, .docstring > section > a.is-active.textarea.docs-sourcelink { .is-primary.input:focus, .docstring > section > a.input.docs-sourcelink:focus, #documenter .docs-sidebar form.docs-search > input.is-primary:focus, .is-primary.textarea:focus, .docstring > section > a.textarea.docs-sourcelink:focus, .is-primary.is-focused.input, .docstring > section > a.is-focused.input.docs-sourcelink, #documenter .docs-sidebar form.docs-search > input.is-primary.is-focused, .is-primary.is-focused.textarea, .docstring > section > a.is-focused.textarea.docs-sourcelink, .is-primary.input:active, .docstring > section > a.input.docs-sourcelink:active, #documenter .docs-sidebar form.docs-search > input.is-primary:active, .is-primary.textarea:active, .docstring > section > a.textarea.docs-sourcelink:active, .is-primary.is-active.input, .docstring > section > a.is-active.input.docs-sourcelink, #documenter .docs-sidebar form.docs-search > input.is-primary.is-active, .is-primary.is-active.textarea, .docstring > section > a.is-active.textarea.docs-sourcelink {
box-shadow: 0 0 0 0.125em rgba(78, 181, 222, 0.25); } box-shadow: 0 0 0 0.125em rgba(78, 181, 222, 0.25); }
.is-link.input, #documenter .docs-sidebar form.docs-search > input.is-link, .is-link.textarea { .is-link.input, #documenter .docs-sidebar form.docs-search > input.is-link, .is-link.textarea {
border-color: #0b5bda; } border-color: #2e63b8; }
.is-link.input:focus, #documenter .docs-sidebar form.docs-search > input.is-link:focus, .is-link.textarea:focus, .is-link.is-focused.input, #documenter .docs-sidebar form.docs-search > input.is-link.is-focused, .is-link.is-focused.textarea, .is-link.input:active, #documenter .docs-sidebar form.docs-search > input.is-link:active, .is-link.textarea:active, .is-link.is-active.input, #documenter .docs-sidebar form.docs-search > input.is-link.is-active, .is-link.is-active.textarea { .is-link.input:focus, #documenter .docs-sidebar form.docs-search > input.is-link:focus, .is-link.textarea:focus, .is-link.is-focused.input, #documenter .docs-sidebar form.docs-search > input.is-link.is-focused, .is-link.is-focused.textarea, .is-link.input:active, #documenter .docs-sidebar form.docs-search > input.is-link:active, .is-link.textarea:active, .is-link.is-active.input, #documenter .docs-sidebar form.docs-search > input.is-link.is-active, .is-link.is-active.textarea {
box-shadow: 0 0 0 0.125em rgba(11, 91, 218, 0.25); } box-shadow: 0 0 0 0.125em rgba(46, 99, 184, 0.25); }
.is-info.input, #documenter .docs-sidebar form.docs-search > input.is-info, .is-info.textarea { .is-info.input, #documenter .docs-sidebar form.docs-search > input.is-info, .is-info.textarea {
border-color: #209cee; } border-color: #209cee; }
.is-info.input:focus, #documenter .docs-sidebar form.docs-search > input.is-info:focus, .is-info.textarea:focus, .is-info.is-focused.input, #documenter .docs-sidebar form.docs-search > input.is-info.is-focused, .is-info.is-focused.textarea, .is-info.input:active, #documenter .docs-sidebar form.docs-search > input.is-info:active, .is-info.textarea:active, .is-info.is-active.input, #documenter .docs-sidebar form.docs-search > input.is-info.is-active, .is-info.is-active.textarea { .is-info.input:focus, #documenter .docs-sidebar form.docs-search > input.is-info:focus, .is-info.textarea:focus, .is-info.is-focused.input, #documenter .docs-sidebar form.docs-search > input.is-info.is-focused, .is-info.is-focused.textarea, .is-info.input:active, #documenter .docs-sidebar form.docs-search > input.is-info:active, .is-info.textarea:active, .is-info.is-active.input, #documenter .docs-sidebar form.docs-search > input.is-info.is-active, .is-info.is-active.textarea {
@ -3008,7 +3008,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.select:not(.is-multiple) { .select:not(.is-multiple) {
height: 2.25em; } height: 2.25em; }
.select:not(.is-multiple):not(.is-loading)::after { .select:not(.is-multiple):not(.is-loading)::after {
border-color: #0b5bda; border-color: #2e63b8;
right: 1.125em; right: 1.125em;
z-index: 4; } z-index: 4; }
.select.is-rounded select, #documenter .docs-sidebar form.docs-search > input.select select { .select.is-rounded select, #documenter .docs-sidebar form.docs-search > input.select select {
@ -3075,13 +3075,13 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.select.is-primary select:focus, .docstring > section > a.select.docs-sourcelink select:focus, .select.is-primary select.is-focused, .docstring > section > a.select.docs-sourcelink select.is-focused, .select.is-primary select:active, .docstring > section > a.select.docs-sourcelink select:active, .select.is-primary select.is-active, .docstring > section > a.select.docs-sourcelink select.is-active { .select.is-primary select:focus, .docstring > section > a.select.docs-sourcelink select:focus, .select.is-primary select.is-focused, .docstring > section > a.select.docs-sourcelink select.is-focused, .select.is-primary select:active, .docstring > section > a.select.docs-sourcelink select:active, .select.is-primary select.is-active, .docstring > section > a.select.docs-sourcelink select.is-active {
box-shadow: 0 0 0 0.125em rgba(78, 181, 222, 0.25); } box-shadow: 0 0 0 0.125em rgba(78, 181, 222, 0.25); }
.select.is-link:not(:hover)::after { .select.is-link:not(:hover)::after {
border-color: #0b5bda; } border-color: #2e63b8; }
.select.is-link select { .select.is-link select {
border-color: #0b5bda; } border-color: #2e63b8; }
.select.is-link select:hover, .select.is-link select.is-hovered { .select.is-link select:hover, .select.is-link select.is-hovered {
border-color: #0a51c2; } border-color: #2958a4; }
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
box-shadow: 0 0 0 0.125em rgba(11, 91, 218, 0.25); } box-shadow: 0 0 0 0.125em rgba(46, 99, 184, 0.25); }
.select.is-info:not(:hover)::after { .select.is-info:not(:hover)::after {
border-color: #209cee; } border-color: #209cee; }
.select.is-info select { .select.is-info select {
@ -3226,19 +3226,19 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.file.is-link .file-cta { .file.is-link .file-cta {
background-color: #0b5bda; background-color: #2e63b8;
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
background-color: #0a56ce; background-color: #2b5eae;
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
border-color: transparent; border-color: transparent;
box-shadow: 0 0 0.5em rgba(11, 91, 218, 0.25); box-shadow: 0 0 0.5em rgba(46, 99, 184, 0.25);
color: #fff; } color: #fff; }
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
background-color: #0a51c2; background-color: #2958a4;
border-color: transparent; border-color: transparent;
color: #fff; } color: #fff; }
.file.is-info .file-cta { .file.is-info .file-cta {
@ -3454,7 +3454,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
.help.is-primary, .docstring > section > a.help.docs-sourcelink { .help.is-primary, .docstring > section > a.help.docs-sourcelink {
color: #4eb5de; } color: #4eb5de; }
.help.is-link { .help.is-link {
color: #0b5bda; } color: #2e63b8; }
.help.is-info { .help.is-info {
color: #209cee; } color: #209cee; }
.help.is-success { .help.is-success {
@ -3682,7 +3682,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
white-space: nowrap; } white-space: nowrap; }
.breadcrumb a { .breadcrumb a {
align-items: center; align-items: center;
color: #0b5bda; color: #2e63b8;
display: flex; display: flex;
justify-content: center; justify-content: center;
padding: 0 0.75em; } padding: 0 0.75em; }
@ -3840,7 +3840,7 @@ button.dropdown-item {
color: #0a0a0a; } color: #0a0a0a; }
a.dropdown-item.is-active, a.dropdown-item.is-active,
button.dropdown-item.is-active { button.dropdown-item.is-active {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
.dropdown-divider { .dropdown-divider {
@ -3939,7 +3939,7 @@ button.dropdown-item {
.list-item:not(:last-child) { .list-item:not(:last-child) {
border-bottom: 1px solid #dbdbdb; } border-bottom: 1px solid #dbdbdb; }
.list-item.is-active { .list-item.is-active {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
a.list-item { a.list-item {
@ -4013,7 +4013,7 @@ a.list-item {
background-color: whitesmoke; background-color: whitesmoke;
color: #222222; } color: #222222; }
.menu-list a.is-active { .menu-list a.is-active {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
.menu-list li ul { .menu-list li ul {
border-left: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb;
@ -4086,13 +4086,13 @@ a.list-item {
border-color: #4eb5de; border-color: #4eb5de;
color: #1f556a; } color: #1f556a; }
.message.is-link { .message.is-link {
background-color: #f5f9ff; } background-color: #f7f9fd; }
.message.is-link .message-header { .message.is-link .message-header {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
.message.is-link .message-body { .message.is-link .message-body {
border-color: #0b5bda; border-color: #2e63b8;
color: #0c459e; } color: #264981; }
.message.is-info { .message.is-info {
background-color: #f6fbfe; } background-color: #f6fbfe; }
.message.is-info .message-header { .message.is-info .message-header {
@ -4508,7 +4508,7 @@ a.list-item {
background-color: #4eb5de; background-color: #4eb5de;
color: #fff; } } color: #fff; } }
.navbar.is-link { .navbar.is-link {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
.navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link { .navbar.is-link .navbar-brand .navbar-link {
@ -4517,7 +4517,7 @@ a.list-item {
.navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active { .navbar.is-link .navbar-brand .navbar-link.is-active {
background-color: #0a51c2; background-color: #2958a4;
color: #fff; } color: #fff; }
.navbar.is-link .navbar-brand .navbar-link::after { .navbar.is-link .navbar-brand .navbar-link::after {
border-color: #fff; } border-color: #fff; }
@ -4539,7 +4539,7 @@ a.list-item {
.navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active { .navbar.is-link .navbar-end .navbar-link.is-active {
background-color: #0a51c2; background-color: #2958a4;
color: #fff; } color: #fff; }
.navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after { .navbar.is-link .navbar-end .navbar-link::after {
@ -4547,10 +4547,10 @@ a.list-item {
.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #0a51c2; background-color: #2958a4;
color: #fff; } color: #fff; }
.navbar.is-link .navbar-dropdown a.navbar-item.is-active { .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } } color: #fff; } }
.navbar.is-info { .navbar.is-info {
background-color: #209cee; background-color: #209cee;
@ -4833,7 +4833,7 @@ a.navbar-item,
.navbar-link:hover, .navbar-link:hover,
.navbar-link.is-active { .navbar-link.is-active {
background-color: #fafafa; background-color: #fafafa;
color: #0b5bda; } color: #2e63b8; }
.navbar-item { .navbar-item {
display: block; display: block;
@ -4852,13 +4852,13 @@ a.navbar-item,
padding-bottom: calc(0.5rem - 1px); } padding-bottom: calc(0.5rem - 1px); }
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
background-color: transparent; background-color: transparent;
border-bottom-color: #0b5bda; } border-bottom-color: #2e63b8; }
.navbar-item.is-tab.is-active { .navbar-item.is-tab.is-active {
background-color: transparent; background-color: transparent;
border-bottom-color: #0b5bda; border-bottom-color: #2e63b8;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-width: 3px; border-bottom-width: 3px;
color: #0b5bda; color: #2e63b8;
padding-bottom: calc(0.5rem - 3px); } padding-bottom: calc(0.5rem - 3px); }
.navbar-content { .navbar-content {
@ -4868,7 +4868,7 @@ a.navbar-item,
.navbar-link:not(.is-arrowless) { .navbar-link:not(.is-arrowless) {
padding-right: 2.5em; } padding-right: 2.5em; }
.navbar-link:not(.is-arrowless)::after { .navbar-link:not(.is-arrowless)::after {
border-color: #0b5bda; border-color: #2e63b8;
margin-top: -0.375em; margin-top: -0.375em;
right: 1.125em; } right: 1.125em; }
@ -4953,7 +4953,7 @@ a.navbar-item,
color: #0a0a0a; } color: #0a0a0a; }
.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
background-color: whitesmoke; background-color: whitesmoke;
color: #0b5bda; } color: #2e63b8; }
.navbar-burger { .navbar-burger {
display: none; } display: none; }
.navbar-item, .navbar-item,
@ -5011,7 +5011,7 @@ a.navbar-item,
color: #0a0a0a; } color: #0a0a0a; }
.navbar-dropdown a.navbar-item.is-active { .navbar-dropdown a.navbar-item.is-active {
background-color: whitesmoke; background-color: whitesmoke;
color: #0b5bda; } color: #2e63b8; }
.navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
border-radius: 6px; border-radius: 6px;
border-top: none; border-top: none;
@ -5119,7 +5119,7 @@ a.navbar-item,
.pagination-previous:focus, .pagination-previous:focus,
.pagination-next:focus, .pagination-next:focus,
.pagination-link:focus { .pagination-link:focus {
border-color: #0b5bda; } border-color: #2e63b8; }
.pagination-previous:active, .pagination-previous:active,
.pagination-next:active, .pagination-next:active,
.pagination-link:active { .pagination-link:active {
@ -5140,8 +5140,8 @@ a.navbar-item,
white-space: nowrap; } white-space: nowrap; }
.pagination-link.is-current { .pagination-link.is-current {
background-color: #0b5bda; background-color: #2e63b8;
border-color: #0b5bda; border-color: #2e63b8;
color: #fff; } color: #fff; }
.pagination-ellipsis { .pagination-ellipsis {
@ -5230,7 +5230,7 @@ a.navbar-item,
.panel-list a { .panel-list a {
color: #222222; } color: #222222; }
.panel-list a:hover { .panel-list a:hover {
color: #0b5bda; } color: #2e63b8; }
.panel-block { .panel-block {
align-items: center; align-items: center;
@ -5247,10 +5247,10 @@ a.navbar-item,
.panel-block.is-wrapped { .panel-block.is-wrapped {
flex-wrap: wrap; } flex-wrap: wrap; }
.panel-block.is-active { .panel-block.is-active {
border-left-color: #0b5bda; border-left-color: #2e63b8;
color: #363636; } color: #363636; }
.panel-block.is-active .panel-icon { .panel-block.is-active .panel-icon {
color: #0b5bda; } color: #2e63b8; }
a.panel-block, a.panel-block,
label.panel-block { label.panel-block {
@ -5299,8 +5299,8 @@ label.panel-block {
.tabs li { .tabs li {
display: block; } display: block; }
.tabs li.is-active a { .tabs li.is-active a {
border-bottom-color: #0b5bda; border-bottom-color: #2e63b8;
color: #0b5bda; } color: #2e63b8; }
.tabs ul { .tabs ul {
align-items: center; align-items: center;
border-bottom-color: #dbdbdb; border-bottom-color: #dbdbdb;
@ -5358,8 +5358,8 @@ label.panel-block {
.tabs.is-toggle li:last-child a { .tabs.is-toggle li:last-child a {
border-radius: 0 4px 4px 0; } border-radius: 0 4px 4px 0; }
.tabs.is-toggle li.is-active a { .tabs.is-toggle li.is-active a {
background-color: #0b5bda; background-color: #2e63b8;
border-color: #0b5bda; border-color: #2e63b8;
color: #fff; color: #fff;
z-index: 1; } z-index: 1; }
.tabs.is-toggle ul { .tabs.is-toggle ul {
@ -6803,7 +6803,7 @@ label.panel-block {
.hero.is-primary.is-bold .navbar-menu, .docstring > section > a.hero.is-bold.docs-sourcelink .navbar-menu { .hero.is-primary.is-bold .navbar-menu, .docstring > section > a.hero.is-bold.docs-sourcelink .navbar-menu {
background-image: linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%); } } background-image: linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%); } }
.hero.is-link { .hero.is-link {
background-color: #0b5bda; background-color: #2e63b8;
color: #fff; } color: #fff; }
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong { .hero.is-link strong {
@ -6817,14 +6817,14 @@ label.panel-block {
color: #fff; } color: #fff; }
@media screen and (max-width: 1055px) { @media screen and (max-width: 1055px) {
.hero.is-link .navbar-menu { .hero.is-link .navbar-menu {
background-color: #0b5bda; } } background-color: #2e63b8; } }
.hero.is-link .navbar-item, .hero.is-link .navbar-item,
.hero.is-link .navbar-link { .hero.is-link .navbar-link {
color: rgba(255, 255, 255, 0.7); } color: rgba(255, 255, 255, 0.7); }
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover, .hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active { .hero.is-link .navbar-link.is-active {
background-color: #0a51c2; background-color: #2958a4;
color: #fff; } color: #fff; }
.hero.is-link .tabs a { .hero.is-link .tabs a {
color: #fff; color: #fff;
@ -6840,12 +6840,12 @@ label.panel-block {
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
background-color: #fff; background-color: #fff;
border-color: #fff; border-color: #fff;
color: #0b5bda; } color: #2e63b8; }
.hero.is-link.is-bold { .hero.is-link.is-bold {
background-image: linear-gradient(141deg, #0062b2 0%, #0b5bda 71%, #063bf9 100%); } background-image: linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%); }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.hero.is-link.is-bold .navbar-menu { .hero.is-link.is-bold .navbar-menu {
background-image: linear-gradient(141deg, #0062b2 0%, #0b5bda 71%, #063bf9 100%); } } background-image: linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%); } }
.hero.is-info { .hero.is-info {
background-color: #209cee; background-color: #209cee;
color: #fff; } color: #fff; }
@ -7213,6 +7213,12 @@ h1:hover .docs-heading-anchor, h2:hover .docs-heading-anchor, h3:hover .docs-hea
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
box-shadow: none; box-shadow: none;
border-bottom: 1px solid #dbdbdb; } border-bottom: 1px solid #dbdbdb; }
.docstring > header code {
background-color: transparent; }
.docstring > header .docstring-binding {
margin-right: 0.3em; }
.docstring > header .docstring-category {
margin-left: 0.3em; }
.docstring > section { .docstring > section {
position: relative; position: relative;
padding: 1.5rem; padding: 1.5rem;
@ -7234,8 +7240,10 @@ h1:hover .docs-heading-anchor, h2:hover .docs-heading-anchor, h3:hover .docs-hea
border: 1px solid #dbdbdb; } border: 1px solid #dbdbdb; }
.content code { .content code {
font-weight: inherit; font-weight: inherit; }
word-break: break-word; }
.content a code {
color: #2e63b8; }
.content table { .content table {
display: block; display: block;
@ -7243,6 +7251,9 @@ h1:hover .docs-heading-anchor, h2:hover .docs-heading-anchor, h3:hover .docs-hea
max-width: 100%; max-width: 100%;
overflow-x: auto; } overflow-x: auto; }
.content blockquote > ul:first-child, .content blockquote > ol:first-child, .content .admonition-body > ul:first-child, .content .admonition-body > ol:first-child {
margin-top: 0; }
.breadcrumb a.is-disabled { .breadcrumb a.is-disabled {
cursor: default; cursor: default;
pointer-events: none; } pointer-events: none; }
@ -7257,10 +7268,17 @@ h1:hover .docs-heading-anchor, h2:hover .docs-heading-anchor, h3:hover .docs-hea
top: 0; top: 0;
right: 0; } right: 0; }
html {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto; }
/* This file contain the overall layout. /* This file contain the overall layout.
* *
* The main container is <div> that is identified by id #documenter. * The main container is <div> that is identified by id #documenter.
*/ */
#documenter .docs-main > article {
overflow-wrap: break-word; }
@media screen and (min-width: 1056px) { @media screen and (min-width: 1056px) {
#documenter .docs-main { #documenter .docs-main {
max-width: 52rem; max-width: 52rem;
@ -7462,7 +7480,6 @@ h1:hover .docs-heading-anchor, h2:hover .docs-heading-anchor, h3:hover .docs-hea
margin-top: 0.5rem; } margin-top: 0.5rem; }
#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem { #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem {
width: 100%; width: 100%;
color: gray;
padding: 0; } padding: 0; }
#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before { #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before {
content: "⚬"; content: "⚬";
@ -7508,3 +7525,79 @@ h1:hover .docs-heading-anchor, h2:hover .docs-heading-anchor, h3:hover .docs-hea
margin-left: 2rem; } margin-left: 2rem; }
#documenter .docs-main #documenter-search-results .docs-highlight { #documenter .docs-main #documenter-search-results .docs-highlight {
background-color: yellow; } background-color: yellow; }
/*
Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #F0F0F0; }
/* Base color: saturation 0; */
.hljs,
.hljs-subst {
color: #444; }
.hljs-comment {
color: #888888; }
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
font-weight: bold; }
/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
color: #880000; }
.hljs-title,
.hljs-section {
color: #880000;
font-weight: bold; }
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #BC6060; }
/* Language color: hue: 90; */
.hljs-literal {
color: #78A960; }
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
color: #397300; }
/* Meta color: hue: 200 */
.hljs-meta {
color: #1f7199; }
.hljs-meta-string {
color: #4d99bf; }
/* Misc effects */
.hljs-emphasis {
font-style: italic; }
.hljs-strong {
font-weight: bold; }

4
dev/customprocessing.html

File diff suppressed because one or more lines are too long

4
dev/documenter.html

File diff suppressed because one or more lines are too long

4
dev/fileformat.html

File diff suppressed because one or more lines are too long

88
dev/generated/example.html

File diff suppressed because one or more lines are too long

168
dev/generated/example.ipynb

@ -188,114 +188,114 @@
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n", "<defs>\n",
" <clipPath id=\"clip2800\">\n", " <clipPath id=\"clip6700\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n", " </clipPath>\n",
"</defs>\n", "</defs>\n",
"<path clip-path=\"url(#clip2800)\" d=\"\n", "<path clip-path=\"url(#clip6700)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n", "<defs>\n",
" <clipPath id=\"clip2801\">\n", " <clipPath id=\"clip6701\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n", " </clipPath>\n",
"</defs>\n", "</defs>\n",
"<path clip-path=\"url(#clip2800)\" d=\"\n", "<path clip-path=\"url(#clip6700)\" d=\"\n",
"M86.9921 1521.01 L2352.76 1521.01 L2352.76 47.2441 L86.9921 47.2441 Z\n", "M86.9921 1521.01 L2352.76 1521.01 L2352.76 47.2441 L86.9921 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n", "<defs>\n",
" <clipPath id=\"clip2802\">\n", " <clipPath id=\"clip6702\">\n",
" <rect x=\"86\" y=\"47\" width=\"2267\" height=\"1475\"/>\n", " <rect x=\"86\" y=\"47\" width=\"2267\" height=\"1475\"/>\n",
" </clipPath>\n", " </clipPath>\n",
"</defs>\n", "</defs>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.118,1521.01 151.118,47.2441 \n", " 151.118,1521.01 151.118,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 718.11,1521.01 718.11,47.2441 \n", " 718.11,1521.01 718.11,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1285.1,1521.01 1285.1,47.2441 \n", " 1285.1,1521.01 1285.1,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1852.1,1521.01 1852.1,47.2441 \n", " 1852.1,1521.01 1852.1,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,1479.31 2352.76,1479.31 \n", " 86.9921,1479.31 2352.76,1479.31 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,1131.72 2352.76,1131.72 \n", " 86.9921,1131.72 2352.76,1131.72 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,784.13 2352.76,784.13 \n", " 86.9921,784.13 2352.76,784.13 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,436.542 2352.76,436.542 \n", " 86.9921,436.542 2352.76,436.542 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,88.9544 2352.76,88.9544 \n", " 86.9921,88.9544 2352.76,88.9544 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1521.01 2352.76,1521.01 \n", " 86.9921,1521.01 2352.76,1521.01 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1521.01 86.9921,47.2441 \n", " 86.9921,1521.01 86.9921,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.118,1521.01 151.118,1498.9 \n", " 151.118,1521.01 151.118,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 718.11,1521.01 718.11,1498.9 \n", " 718.11,1521.01 718.11,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1285.1,1521.01 1285.1,1498.9 \n", " 1285.1,1521.01 1285.1,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1852.1,1521.01 1852.1,1498.9 \n", " 1852.1,1521.01 1852.1,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1479.31 120.979,1479.31 \n", " 86.9921,1479.31 120.979,1479.31 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1131.72 120.979,1131.72 \n", " 86.9921,1131.72 120.979,1131.72 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,784.13 120.979,784.13 \n", " 86.9921,784.13 120.979,784.13 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,436.542 120.979,436.542 \n", " 86.9921,436.542 120.979,436.542 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,88.9544 120.979,88.9544 \n", " 86.9921,88.9544 120.979,88.9544 \n",
" \"/>\n", " \"/>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 151.118, 1575.01)\" x=\"151.118\" y=\"1575.01\">0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 151.118, 1575.01)\" x=\"151.118\" y=\"1575.01\">0</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 718.11, 1575.01)\" x=\"718.11\" y=\"1575.01\">5</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 718.11, 1575.01)\" x=\"718.11\" y=\"1575.01\">5</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1285.1, 1575.01)\" x=\"1285.1\" y=\"1575.01\">10</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1285.1, 1575.01)\" x=\"1285.1\" y=\"1575.01\">10</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1852.1, 1575.01)\" x=\"1852.1\" y=\"1575.01\">15</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1852.1, 1575.01)\" x=\"1852.1\" y=\"1575.01\">15</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1496.81)\" x=\"62.9921\" y=\"1496.81\">-1.0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1496.81)\" x=\"62.9921\" y=\"1496.81\">-1.0</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1149.22)\" x=\"62.9921\" y=\"1149.22\">-0.5</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1149.22)\" x=\"62.9921\" y=\"1149.22\">-0.5</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 801.63)\" x=\"62.9921\" y=\"801.63\">0.0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 801.63)\" x=\"62.9921\" y=\"801.63\">0.0</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 454.042)\" x=\"62.9921\" y=\"454.042\">0.5</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 454.042)\" x=\"62.9921\" y=\"454.042\">0.5</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 106.454)\" x=\"62.9921\" y=\"106.454\">1.0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 106.454)\" x=\"62.9921\" y=\"106.454\">1.0</text>\n",
"</g>\n", "</g>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.118,784.13 153.257,771.014 155.397,757.902 157.536,744.8 159.676,731.712 161.816,718.643 163.955,705.597 166.095,692.579 168.235,679.593 170.374,666.645 \n", " 151.118,784.13 153.257,771.014 155.397,757.902 157.536,744.8 159.676,731.712 161.816,718.643 163.955,705.597 166.095,692.579 168.235,679.593 170.374,666.645 \n",
" 172.514,653.738 174.654,640.878 176.793,628.069 178.933,615.315 181.073,602.622 183.212,589.993 185.352,577.433 187.492,564.947 189.631,552.539 191.771,540.214 \n", " 172.514,653.738 174.654,640.878 176.793,628.069 178.933,615.315 181.073,602.622 183.212,589.993 185.352,577.433 187.492,564.947 189.631,552.539 191.771,540.214 \n",
" 193.911,527.975 196.05,515.827 198.19,503.775 200.33,491.823 202.469,479.975 204.609,468.235 206.748,456.607 208.888,445.096 211.028,433.706 213.167,422.441 \n", " 193.911,527.975 196.05,515.827 198.19,503.775 200.33,491.823 202.469,479.975 204.609,468.235 206.748,456.607 208.888,445.096 211.028,433.706 213.167,422.441 \n",
@ -398,7 +398,7 @@
" 2269.37,901.615 2271.51,888.667 2273.65,875.681 2275.79,862.663 2277.93,849.617 2280.07,836.548 2282.21,823.459 2284.35,810.357 2286.49,797.246 2288.63,784.13 \n", " 2269.37,901.615 2271.51,888.667 2273.65,875.681 2275.79,862.663 2277.93,849.617 2280.07,836.548 2282.21,823.459 2284.35,810.357 2286.49,797.246 2288.63,784.13 \n",
" \n", " \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2802)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6702)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.118,88.9544 153.257,89.0781 155.397,89.4493 157.536,90.0678 159.676,90.9334 161.816,92.0458 163.955,93.4045 166.095,95.0092 168.235,96.8592 170.374,98.9539 \n", " 151.118,88.9544 153.257,89.0781 155.397,89.4493 157.536,90.0678 159.676,90.9334 161.816,92.0458 163.955,93.4045 166.095,95.0092 168.235,96.8592 170.374,98.9539 \n",
" 172.514,101.292 174.654,103.874 176.793,106.698 178.933,109.763 181.073,113.068 183.212,116.612 185.352,120.394 187.492,124.412 189.631,128.665 191.771,133.151 \n", " 172.514,101.292 174.654,103.874 176.793,106.698 178.933,109.763 181.073,113.068 183.212,116.612 185.352,120.394 187.492,124.412 189.631,128.665 191.771,133.151 \n",
" 193.911,137.869 196.05,142.817 198.19,147.993 200.33,153.396 202.469,159.023 204.609,164.873 206.748,170.943 208.888,177.232 211.028,183.737 213.167,190.455 \n", " 193.911,137.869 196.05,142.817 198.19,147.993 200.33,153.396 202.469,159.023 204.609,164.873 206.748,170.943 208.888,177.232 211.028,183.737 213.167,190.455 \n",
@ -501,22 +501,22 @@
" 2269.37,98.9539 2271.51,96.8592 2273.65,95.0092 2275.79,93.4045 2277.93,92.0458 2280.07,90.9334 2282.21,90.0678 2284.35,89.4493 2286.49,89.0781 2288.63,88.9544 \n", " 2269.37,98.9539 2271.51,96.8592 2273.65,95.0092 2275.79,93.4045 2277.93,92.0458 2280.07,90.9334 2282.21,90.0678 2284.35,89.4493 2286.49,89.0781 2288.63,88.9544 \n",
" \n", " \n",
" \"/>\n", " \"/>\n",
"<path clip-path=\"url(#clip2800)\" d=\"\n", "<path clip-path=\"url(#clip6700)\" d=\"\n",
"M1989.93 312.204 L2280.76 312.204 L2280.76 130.764 L1989.93 130.764 Z\n", "M1989.93 312.204 L2280.76 312.204 L2280.76 130.764 L1989.93 130.764 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1989.93,312.204 2280.76,312.204 2280.76,130.764 1989.93,130.764 1989.93,312.204 \n", " 1989.93,312.204 2280.76,312.204 2280.76,130.764 1989.93,130.764 1989.93,312.204 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2013.93,191.244 2157.93,191.244 \n", " 2013.93,191.244 2157.93,191.244 \n",
" \"/>\n", " \"/>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y1</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y1</text>\n",
"</g>\n", "</g>\n",
"<polyline clip-path=\"url(#clip2800)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6700)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2013.93,251.724 2157.93,251.724 \n", " 2013.93,251.724 2157.93,251.724 \n",
" \"/>\n", " \"/>\n",
"<g clip-path=\"url(#clip2800)\">\n", "<g clip-path=\"url(#clip6700)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 269.224)\" x=\"2181.93\" y=\"269.224\">y2</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 269.224)\" x=\"2181.93\" y=\"269.224\">y2</text>\n",
"</g>\n", "</g>\n",
"</svg>\n" "</svg>\n"
@ -525,114 +525,114 @@
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n", "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n", "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"600\" height=\"400\" viewBox=\"0 0 2400 1600\">\n",
"<defs>\n", "<defs>\n",
" <clipPath id=\"clip2500\">\n", " <clipPath id=\"clip6400\">\n",
" <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n", " <rect x=\"0\" y=\"0\" width=\"2400\" height=\"1600\"/>\n",
" </clipPath>\n", " </clipPath>\n",
"</defs>\n", "</defs>\n",
"<path clip-path=\"url(#clip2500)\" d=\"\n", "<path clip-path=\"url(#clip6400)\" d=\"\n",
"M0 1600 L2400 1600 L2400 0 L0 0 Z\n", "M0 1600 L2400 1600 L2400 0 L0 0 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n", "<defs>\n",
" <clipPath id=\"clip2501\">\n", " <clipPath id=\"clip6401\">\n",
" <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n", " <rect x=\"480\" y=\"0\" width=\"1681\" height=\"1600\"/>\n",
" </clipPath>\n", " </clipPath>\n",
"</defs>\n", "</defs>\n",
"<path clip-path=\"url(#clip2500)\" d=\"\n", "<path clip-path=\"url(#clip6400)\" d=\"\n",
"M86.9921 1521.01 L2352.76 1521.01 L2352.76 47.2441 L86.9921 47.2441 Z\n", "M86.9921 1521.01 L2352.76 1521.01 L2352.76 47.2441 L86.9921 47.2441 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<defs>\n", "<defs>\n",
" <clipPath id=\"clip2502\">\n", " <clipPath id=\"clip6402\">\n",
" <rect x=\"86\" y=\"47\" width=\"2267\" height=\"1475\"/>\n", " <rect x=\"86\" y=\"47\" width=\"2267\" height=\"1475\"/>\n",
" </clipPath>\n", " </clipPath>\n",
"</defs>\n", "</defs>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 151.118,1521.01 151.118,47.2441 \n", " 151.118,1521.01 151.118,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 718.11,1521.01 718.11,47.2441 \n", " 718.11,1521.01 718.11,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1285.1,1521.01 1285.1,47.2441 \n", " 1285.1,1521.01 1285.1,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 1852.1,1521.01 1852.1,47.2441 \n", " 1852.1,1521.01 1852.1,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,1479.31 2352.76,1479.31 \n", " 86.9921,1479.31 2352.76,1479.31 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,1131.72 2352.76,1131.72 \n", " 86.9921,1131.72 2352.76,1131.72 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,784.13 2352.76,784.13 \n", " 86.9921,784.13 2352.76,784.13 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,436.542 2352.76,436.542 \n", " 86.9921,436.542 2352.76,436.542 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#000000; stroke-width:2; stroke-opacity:0.1; fill:none\" points=\"\n",
" 86.9921,88.9544 2352.76,88.9544 \n", " 86.9921,88.9544 2352.76,88.9544 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1521.01 2352.76,1521.01 \n", " 86.9921,1521.01 2352.76,1521.01 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1521.01 86.9921,47.2441 \n", " 86.9921,1521.01 86.9921,47.2441 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.118,1521.01 151.118,1498.9 \n", " 151.118,1521.01 151.118,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 718.11,1521.01 718.11,1498.9 \n", " 718.11,1521.01 718.11,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1285.1,1521.01 1285.1,1498.9 \n", " 1285.1,1521.01 1285.1,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1852.1,1521.01 1852.1,1498.9 \n", " 1852.1,1521.01 1852.1,1498.9 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1479.31 120.979,1479.31 \n", " 86.9921,1479.31 120.979,1479.31 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,1131.72 120.979,1131.72 \n", " 86.9921,1131.72 120.979,1131.72 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,784.13 120.979,784.13 \n", " 86.9921,784.13 120.979,784.13 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,436.542 120.979,436.542 \n", " 86.9921,436.542 120.979,436.542 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 86.9921,88.9544 120.979,88.9544 \n", " 86.9921,88.9544 120.979,88.9544 \n",
" \"/>\n", " \"/>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 151.118, 1575.01)\" x=\"151.118\" y=\"1575.01\">0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 151.118, 1575.01)\" x=\"151.118\" y=\"1575.01\">0</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 718.11, 1575.01)\" x=\"718.11\" y=\"1575.01\">5</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 718.11, 1575.01)\" x=\"718.11\" y=\"1575.01\">5</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1285.1, 1575.01)\" x=\"1285.1\" y=\"1575.01\">10</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1285.1, 1575.01)\" x=\"1285.1\" y=\"1575.01\">10</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1852.1, 1575.01)\" x=\"1852.1\" y=\"1575.01\">15</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:middle;\" transform=\"rotate(0, 1852.1, 1575.01)\" x=\"1852.1\" y=\"1575.01\">15</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1496.81)\" x=\"62.9921\" y=\"1496.81\">-1.0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1496.81)\" x=\"62.9921\" y=\"1496.81\">-1.0</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1149.22)\" x=\"62.9921\" y=\"1149.22\">-0.5</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 1149.22)\" x=\"62.9921\" y=\"1149.22\">-0.5</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 801.63)\" x=\"62.9921\" y=\"801.63\">0.0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 801.63)\" x=\"62.9921\" y=\"801.63\">0.0</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 454.042)\" x=\"62.9921\" y=\"454.042\">0.5</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 454.042)\" x=\"62.9921\" y=\"454.042\">0.5</text>\n",
"</g>\n", "</g>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 106.454)\" x=\"62.9921\" y=\"106.454\">1.0</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:end;\" transform=\"rotate(0, 62.9921, 106.454)\" x=\"62.9921\" y=\"106.454\">1.0</text>\n",
"</g>\n", "</g>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.118,784.13 153.257,771.014 155.397,757.902 157.536,744.8 159.676,731.712 161.816,718.643 163.955,705.597 166.095,692.579 168.235,679.593 170.374,666.645 \n", " 151.118,784.13 153.257,771.014 155.397,757.902 157.536,744.8 159.676,731.712 161.816,718.643 163.955,705.597 166.095,692.579 168.235,679.593 170.374,666.645 \n",
" 172.514,653.738 174.654,640.878 176.793,628.069 178.933,615.315 181.073,602.622 183.212,589.993 185.352,577.433 187.492,564.947 189.631,552.539 191.771,540.214 \n", " 172.514,653.738 174.654,640.878 176.793,628.069 178.933,615.315 181.073,602.622 183.212,589.993 185.352,577.433 187.492,564.947 189.631,552.539 191.771,540.214 \n",
" 193.911,527.975 196.05,515.827 198.19,503.775 200.33,491.823 202.469,479.975 204.609,468.235 206.748,456.607 208.888,445.096 211.028,433.706 213.167,422.441 \n", " 193.911,527.975 196.05,515.827 198.19,503.775 200.33,491.823 202.469,479.975 204.609,468.235 206.748,456.607 208.888,445.096 211.028,433.706 213.167,422.441 \n",
@ -735,7 +735,7 @@
" 2269.37,901.615 2271.51,888.667 2273.65,875.681 2275.79,862.663 2277.93,849.617 2280.07,836.548 2282.21,823.459 2284.35,810.357 2286.49,797.246 2288.63,784.13 \n", " 2269.37,901.615 2271.51,888.667 2273.65,875.681 2275.79,862.663 2277.93,849.617 2280.07,836.548 2282.21,823.459 2284.35,810.357 2286.49,797.246 2288.63,784.13 \n",
" \n", " \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2502)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6402)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 151.118,88.9544 153.257,89.0781 155.397,89.4493 157.536,90.0678 159.676,90.9334 161.816,92.0458 163.955,93.4045 166.095,95.0092 168.235,96.8592 170.374,98.9539 \n", " 151.118,88.9544 153.257,89.0781 155.397,89.4493 157.536,90.0678 159.676,90.9334 161.816,92.0458 163.955,93.4045 166.095,95.0092 168.235,96.8592 170.374,98.9539 \n",
" 172.514,101.292 174.654,103.874 176.793,106.698 178.933,109.763 181.073,113.068 183.212,116.612 185.352,120.394 187.492,124.412 189.631,128.665 191.771,133.151 \n", " 172.514,101.292 174.654,103.874 176.793,106.698 178.933,109.763 181.073,113.068 183.212,116.612 185.352,120.394 187.492,124.412 189.631,128.665 191.771,133.151 \n",
" 193.911,137.869 196.05,142.817 198.19,147.993 200.33,153.396 202.469,159.023 204.609,164.873 206.748,170.943 208.888,177.232 211.028,183.737 213.167,190.455 \n", " 193.911,137.869 196.05,142.817 198.19,147.993 200.33,153.396 202.469,159.023 204.609,164.873 206.748,170.943 208.888,177.232 211.028,183.737 213.167,190.455 \n",
@ -838,22 +838,22 @@
" 2269.37,98.9539 2271.51,96.8592 2273.65,95.0092 2275.79,93.4045 2277.93,92.0458 2280.07,90.9334 2282.21,90.0678 2284.35,89.4493 2286.49,89.0781 2288.63,88.9544 \n", " 2269.37,98.9539 2271.51,96.8592 2273.65,95.0092 2275.79,93.4045 2277.93,92.0458 2280.07,90.9334 2282.21,90.0678 2284.35,89.4493 2286.49,89.0781 2288.63,88.9544 \n",
" \n", " \n",
" \"/>\n", " \"/>\n",
"<path clip-path=\"url(#clip2500)\" d=\"\n", "<path clip-path=\"url(#clip6400)\" d=\"\n",
"M1989.93 312.204 L2280.76 312.204 L2280.76 130.764 L1989.93 130.764 Z\n", "M1989.93 312.204 L2280.76 312.204 L2280.76 130.764 L1989.93 130.764 Z\n",
" \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n", " \" fill=\"#ffffff\" fill-rule=\"evenodd\" fill-opacity=\"1\"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#000000; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 1989.93,312.204 2280.76,312.204 2280.76,130.764 1989.93,130.764 1989.93,312.204 \n", " 1989.93,312.204 2280.76,312.204 2280.76,130.764 1989.93,130.764 1989.93,312.204 \n",
" \"/>\n", " \"/>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#009af9; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2013.93,191.244 2157.93,191.244 \n", " 2013.93,191.244 2157.93,191.244 \n",
" \"/>\n", " \"/>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y1</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 208.744)\" x=\"2181.93\" y=\"208.744\">y1</text>\n",
"</g>\n", "</g>\n",
"<polyline clip-path=\"url(#clip2500)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n", "<polyline clip-path=\"url(#clip6400)\" style=\"stroke:#e26f46; stroke-width:4; stroke-opacity:1; fill:none\" points=\"\n",
" 2013.93,251.724 2157.93,251.724 \n", " 2013.93,251.724 2157.93,251.724 \n",
" \"/>\n", " \"/>\n",
"<g clip-path=\"url(#clip2500)\">\n", "<g clip-path=\"url(#clip6400)\">\n",
"<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 269.224)\" x=\"2181.93\" y=\"269.224\">y2</text>\n", "<text style=\"fill:#000000; fill-opacity:1; font-family:Arial,Helvetica Neue,Helvetica,sans-serif; font-size:48px; text-anchor:start;\" transform=\"rotate(0, 2181.93, 269.224)\" x=\"2181.93\" y=\"269.224\">y2</text>\n",
"</g>\n", "</g>\n",
"</svg>\n" "</svg>\n"

2
dev/generated/name.html

File diff suppressed because one or more lines are too long

2
dev/index.html

File diff suppressed because one or more lines are too long

6
dev/outputformats.html

File diff suppressed because one or more lines are too long

4
dev/pipeline.html

File diff suppressed because one or more lines are too long

2
dev/search.html

@ -1,2 +1,2 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Search · Literate.jl</title><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><link href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="assets/documenter.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link href="assets/custom.css" rel="stylesheet" type="text/css"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="assets/themeswap.js"></script></head><body><div id="documenter"><nav class="docs-sidebar"><a class="docs-logo" href="index.html"><img src="assets/logo.png" alt="Literate.jl logo"/></a><div class="docs-package-name"><span class="docs-autofit">Literate.jl</span></div><form class="docs-search" action="search.html"><input class="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ul class="docs-menu"><li><a class="tocitem" href="index.html"><strong>1.</strong> Introduction</a></li><li><a class="tocitem" href="fileformat.html"><strong>2.</strong> File Format</a></li><li><a class="tocitem" href="pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="tocitem" href="outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="tocitem" href="customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li><a class="tocitem" href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li><li><a class="tocitem" href="generated/example.html"><strong>7.</strong> Example</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href="search.html">Search</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href="search.html">Search</a></li></ul></nav><div class="docs-right"><a class="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><article><p id="documenter-search-info">Loading search...</p><ul id="documenter-search-results"></ul></article></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Saturday 16 November 2019 00:17">Saturday 16 November 2019</span>. Using Julia version 1.2.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body><script src="search_index.js"></script><script src="assets/search.js"></script></html> <html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Search · Literate.jl</title><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="assets/documenter.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link href="assets/custom.css" rel="stylesheet" type="text/css"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark"/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="assets/themeswap.js"></script></head><body><div id="documenter"><nav class="docs-sidebar"><a class="docs-logo" href="index.html"><img src="assets/logo.png" alt="Literate.jl logo"/></a><div class="docs-package-name"><span class="docs-autofit">Literate.jl</span></div><form class="docs-search" action="search.html"><input class="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ul class="docs-menu"><li><a class="tocitem" href="index.html"><strong>1.</strong> Introduction</a></li><li><a class="tocitem" href="fileformat.html"><strong>2.</strong> File Format</a></li><li><a class="tocitem" href="pipeline.html"><strong>3.</strong> Processing pipeline</a></li><li><a class="tocitem" href="outputformats.html"><strong>4.</strong> Output Formats</a></li><li><a class="tocitem" href="customprocessing.html"><strong>5.</strong> Custom pre- and post-processing</a></li><li><a class="tocitem" href="documenter.html"><strong>6.</strong> Interaction with Documenter.jl</a></li><li><a class="tocitem" href="generated/example.html"><strong>7.</strong> Example</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href="search.html">Search</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href="search.html">Search</a></li></ul></nav><div class="docs-right"><a class="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><article><p id="documenter-search-info">Loading search...</p><ul id="documenter-search-results"></ul></article></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <span class="colophon-date" title="Monday 18 November 2019 22:11">Monday 18 November 2019</span>. Using Julia version 1.2.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body><script src="search_index.js"></script><script src="assets/search.js"></script></html>

Loading…
Cancel
Save