mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-12-24 13:48:19 +00:00
build based on 30d61bd
This commit is contained in:
parent
c2348a30b1
commit
9a09aabae2
7 changed files with 289 additions and 64 deletions
|
@ -1128,7 +1128,7 @@ html.theme--documenter-dark {
|
|||
color: #1dd2af; }
|
||||
html.theme--documenter-dark code {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
color: #e74c3c;
|
||||
color: #ececec;
|
||||
font-size: 0.875em;
|
||||
font-weight: normal;
|
||||
padding: 0.1em; }
|
||||
|
@ -7277,8 +7277,12 @@ html.theme--documenter-dark {
|
|||
position: absolute;
|
||||
right: 0.625rem;
|
||||
bottom: 0.5rem; }
|
||||
html.theme--documenter-dark .docstring > section > a.docs-sourcelink:focus {
|
||||
opacity: 1 !important; }
|
||||
html.theme--documenter-dark .docstring:hover > section > a.docs-sourcelink {
|
||||
opacity: 0.2; }
|
||||
html.theme--documenter-dark .docstring:focus-within > section > a.docs-sourcelink {
|
||||
opacity: 0.2; }
|
||||
html.theme--documenter-dark .docstring > section:hover a.docs-sourcelink {
|
||||
opacity: 1; }
|
||||
html.theme--documenter-dark .documenter-example-output {
|
||||
|
@ -7338,10 +7342,13 @@ html.theme--documenter-dark {
|
|||
html.theme--documenter-dark html {
|
||||
-moz-osx-font-smoothing: auto;
|
||||
-webkit-font-smoothing: auto; }
|
||||
html.theme--documenter-dark li.no-marker {
|
||||
list-style: none; }
|
||||
html.theme--documenter-dark #documenter .docs-main > article {
|
||||
overflow-wrap: break-word; }
|
||||
html.theme--documenter-dark #documenter .docs-main > article .math-container {
|
||||
overflow-x: auto; }
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden; }
|
||||
@media screen and (min-width: 1056px) {
|
||||
html.theme--documenter-dark #documenter .docs-main {
|
||||
max-width: 52rem;
|
||||
|
@ -7604,6 +7611,90 @@ html.theme--documenter-dark {
|
|||
overflow-y: scroll;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-size-adjust: 100%; }
|
||||
html.theme--documenter-dark .ansi span.sgr1 {
|
||||
font-weight: bolder; }
|
||||
html.theme--documenter-dark .ansi span.sgr2 {
|
||||
font-weight: lighter; }
|
||||
html.theme--documenter-dark .ansi span.sgr3 {
|
||||
font-style: italic; }
|
||||
html.theme--documenter-dark .ansi span.sgr4 {
|
||||
text-decoration: underline; }
|
||||
html.theme--documenter-dark .ansi span.sgr7 {
|
||||
color: #1f2424;
|
||||
background-color: #fff; }
|
||||
html.theme--documenter-dark .ansi span.sgr8 {
|
||||
color: transparent; }
|
||||
html.theme--documenter-dark .ansi span.sgr8 span {
|
||||
color: transparent; }
|
||||
html.theme--documenter-dark .ansi span.sgr9 {
|
||||
text-decoration: line-through; }
|
||||
html.theme--documenter-dark .ansi span.sgr30 {
|
||||
color: #242424; }
|
||||
html.theme--documenter-dark .ansi span.sgr31 {
|
||||
color: #f6705f; }
|
||||
html.theme--documenter-dark .ansi span.sgr32 {
|
||||
color: #4fb43a; }
|
||||
html.theme--documenter-dark .ansi span.sgr33 {
|
||||
color: #f4c72f; }
|
||||
html.theme--documenter-dark .ansi span.sgr34 {
|
||||
color: #7587f0; }
|
||||
html.theme--documenter-dark .ansi span.sgr35 {
|
||||
color: #bc89d3; }
|
||||
html.theme--documenter-dark .ansi span.sgr36 {
|
||||
color: #49b6ca; }
|
||||
html.theme--documenter-dark .ansi span.sgr37 {
|
||||
color: #b3bdbe; }
|
||||
html.theme--documenter-dark .ansi span.sgr40 {
|
||||
background-color: #242424; }
|
||||
html.theme--documenter-dark .ansi span.sgr41 {
|
||||
background-color: #f6705f; }
|
||||
html.theme--documenter-dark .ansi span.sgr42 {
|
||||
background-color: #4fb43a; }
|
||||
html.theme--documenter-dark .ansi span.sgr43 {
|
||||
background-color: #f4c72f; }
|
||||
html.theme--documenter-dark .ansi span.sgr44 {
|
||||
background-color: #7587f0; }
|
||||
html.theme--documenter-dark .ansi span.sgr45 {
|
||||
background-color: #bc89d3; }
|
||||
html.theme--documenter-dark .ansi span.sgr46 {
|
||||
background-color: #49b6ca; }
|
||||
html.theme--documenter-dark .ansi span.sgr47 {
|
||||
background-color: #b3bdbe; }
|
||||
html.theme--documenter-dark .ansi span.sgr90 {
|
||||
color: #92a0a2; }
|
||||
html.theme--documenter-dark .ansi span.sgr91 {
|
||||
color: #ff8674; }
|
||||
html.theme--documenter-dark .ansi span.sgr92 {
|
||||
color: #79d462; }
|
||||
html.theme--documenter-dark .ansi span.sgr93 {
|
||||
color: #ffe76b; }
|
||||
html.theme--documenter-dark .ansi span.sgr94 {
|
||||
color: #8a98ff; }
|
||||
html.theme--documenter-dark .ansi span.sgr95 {
|
||||
color: #d2a4e6; }
|
||||
html.theme--documenter-dark .ansi span.sgr96 {
|
||||
color: #6bc8db; }
|
||||
html.theme--documenter-dark .ansi span.sgr97 {
|
||||
color: #ecf0f1; }
|
||||
html.theme--documenter-dark .ansi span.sgr100 {
|
||||
background-color: #92a0a2; }
|
||||
html.theme--documenter-dark .ansi span.sgr101 {
|
||||
background-color: #ff8674; }
|
||||
html.theme--documenter-dark .ansi span.sgr102 {
|
||||
background-color: #79d462; }
|
||||
html.theme--documenter-dark .ansi span.sgr103 {
|
||||
background-color: #ffe76b; }
|
||||
html.theme--documenter-dark .ansi span.sgr104 {
|
||||
background-color: #8a98ff; }
|
||||
html.theme--documenter-dark .ansi span.sgr105 {
|
||||
background-color: #d2a4e6; }
|
||||
html.theme--documenter-dark .ansi span.sgr106 {
|
||||
background-color: #6bc8db; }
|
||||
html.theme--documenter-dark .ansi span.sgr107 {
|
||||
background-color: #ecf0f1; }
|
||||
html.theme--documenter-dark code.language-julia-repl > span.hljs-meta {
|
||||
color: #4fb43a;
|
||||
font-weight: bolder; }
|
||||
html.theme--documenter-dark .hljs {
|
||||
background: #2b2b2b;
|
||||
color: #f8f8f2; }
|
||||
|
|
|
@ -751,7 +751,7 @@ a.has-text-link:hover, a.has-text-link:focus {
|
|||
color: #209cee !important; }
|
||||
|
||||
a.has-text-info:hover, a.has-text-info:focus {
|
||||
color: #0f81cc !important; }
|
||||
color: #1081cb !important; }
|
||||
|
||||
.has-background-info {
|
||||
background-color: #209cee !important; }
|
||||
|
@ -808,10 +808,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
|||
background-color: #4a4a4a !important; }
|
||||
|
||||
.has-text-grey {
|
||||
color: #7a7a7a !important; }
|
||||
color: #6b6b6b !important; }
|
||||
|
||||
.has-background-grey {
|
||||
background-color: #7a7a7a !important; }
|
||||
background-color: #6b6b6b !important; }
|
||||
|
||||
.has-text-grey-light {
|
||||
color: #b5b5b5 !important; }
|
||||
|
@ -1210,7 +1210,7 @@ a.box:active {
|
|||
border-color: #b5b5b5;
|
||||
color: #363636; }
|
||||
.button:focus, .button.is-focused {
|
||||
border-color: #2e63b8;
|
||||
border-color: #3c5dcd;
|
||||
color: #363636; }
|
||||
.button:focus:not(:active), .button.is-focused:not(:active) {
|
||||
box-shadow: 0 0 0 0.125em rgba(46, 99, 184, 0.25); }
|
||||
|
@ -1658,7 +1658,7 @@ a.box:active {
|
|||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-info:hover, .button.is-info.is-hovered {
|
||||
background-color: #1496ed;
|
||||
background-color: #1497ed;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-info:focus, .button.is-info.is-focused {
|
||||
|
@ -1667,7 +1667,7 @@ a.box:active {
|
|||
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
|
||||
box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
|
||||
.button.is-info:active, .button.is-info.is-active {
|
||||
background-color: #118fe4;
|
||||
background-color: #1190e3;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.button.is-info[disabled],
|
||||
|
@ -1794,7 +1794,7 @@ a.box:active {
|
|||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.button.is-warning:hover, .button.is-warning.is-hovered {
|
||||
background-color: #ffdb4a;
|
||||
background-color: #ffda4a;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.button.is-warning:focus, .button.is-warning.is-focused {
|
||||
|
@ -1803,7 +1803,7 @@ a.box:active {
|
|||
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
|
||||
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
||||
.button.is-warning:active, .button.is-warning.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.button.is-warning[disabled],
|
||||
|
@ -1954,7 +1954,7 @@ a.box:active {
|
|||
.button.is-static {
|
||||
background-color: whitesmoke;
|
||||
border-color: #dbdbdb;
|
||||
color: #7a7a7a;
|
||||
color: #6b6b6b;
|
||||
box-shadow: none;
|
||||
pointer-events: none; }
|
||||
.button.is-rounded, #documenter .docs-sidebar form.docs-search > input.button {
|
||||
|
@ -2862,7 +2862,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
background-color: whitesmoke;
|
||||
border-color: whitesmoke;
|
||||
box-shadow: none;
|
||||
color: #7a7a7a; }
|
||||
color: #6b6b6b; }
|
||||
.input[disabled]::-moz-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
|
||||
fieldset[disabled] .input::-moz-placeholder,
|
||||
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input::-moz-placeholder,
|
||||
|
@ -2870,7 +2870,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
fieldset[disabled] .textarea::-moz-placeholder,
|
||||
fieldset[disabled] .select select::-moz-placeholder,
|
||||
.select fieldset[disabled] select::-moz-placeholder {
|
||||
color: rgba(122, 122, 122, 0.3); }
|
||||
color: rgba(107, 107, 107, 0.3); }
|
||||
.input[disabled]::-webkit-input-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
|
||||
fieldset[disabled] .input::-webkit-input-placeholder,
|
||||
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input::-webkit-input-placeholder,
|
||||
|
@ -2878,7 +2878,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
fieldset[disabled] .textarea::-webkit-input-placeholder,
|
||||
fieldset[disabled] .select select::-webkit-input-placeholder,
|
||||
.select fieldset[disabled] select::-webkit-input-placeholder {
|
||||
color: rgba(122, 122, 122, 0.3); }
|
||||
color: rgba(107, 107, 107, 0.3); }
|
||||
.input[disabled]:-moz-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
|
||||
fieldset[disabled] .input:-moz-placeholder,
|
||||
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input:-moz-placeholder,
|
||||
|
@ -2886,7 +2886,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
fieldset[disabled] .textarea:-moz-placeholder,
|
||||
fieldset[disabled] .select select:-moz-placeholder,
|
||||
.select fieldset[disabled] select:-moz-placeholder {
|
||||
color: rgba(122, 122, 122, 0.3); }
|
||||
color: rgba(107, 107, 107, 0.3); }
|
||||
.input[disabled]:-ms-input-placeholder, #documenter .docs-sidebar form.docs-search > input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
|
||||
fieldset[disabled] .input:-ms-input-placeholder,
|
||||
fieldset[disabled] #documenter .docs-sidebar form.docs-search > input:-ms-input-placeholder,
|
||||
|
@ -2894,7 +2894,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
fieldset[disabled] .textarea:-ms-input-placeholder,
|
||||
fieldset[disabled] .select select:-ms-input-placeholder,
|
||||
.select fieldset[disabled] select:-ms-input-placeholder {
|
||||
color: rgba(122, 122, 122, 0.3); }
|
||||
color: rgba(107, 107, 107, 0.3); }
|
||||
|
||||
.input, #documenter .docs-sidebar form.docs-search > input, .textarea {
|
||||
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
|
||||
|
@ -2994,7 +2994,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
.checkbox[disabled], .radio[disabled],
|
||||
fieldset[disabled] .checkbox,
|
||||
fieldset[disabled] .radio {
|
||||
color: #7a7a7a;
|
||||
color: #6b6b6b;
|
||||
cursor: not-allowed; }
|
||||
|
||||
.radio + .radio {
|
||||
|
@ -3087,7 +3087,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
.select.is-info select {
|
||||
border-color: #209cee; }
|
||||
.select.is-info select:hover, .select.is-info select.is-hovered {
|
||||
border-color: #118fe4; }
|
||||
border-color: #1190e3; }
|
||||
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
|
||||
box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
|
||||
.select.is-success:not(:hover)::after {
|
||||
|
@ -3103,7 +3103,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
.select.is-warning select {
|
||||
border-color: #ffdd57; }
|
||||
.select.is-warning select:hover, .select.is-warning select.is-hovered {
|
||||
border-color: #ffd83d; }
|
||||
border-color: #ffd83e; }
|
||||
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
|
||||
box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }
|
||||
.select.is-danger:not(:hover)::after {
|
||||
|
@ -3122,7 +3122,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
.select.is-large {
|
||||
font-size: 1.5rem; }
|
||||
.select.is-disabled::after {
|
||||
border-color: #7a7a7a; }
|
||||
border-color: #6b6b6b; }
|
||||
.select.is-fullwidth {
|
||||
width: 100%; }
|
||||
.select.is-fullwidth select {
|
||||
|
@ -3246,7 +3246,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
|
||||
background-color: #1496ed;
|
||||
background-color: #1497ed;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
|
||||
|
@ -3254,7 +3254,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
|
||||
color: #fff; }
|
||||
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
|
||||
background-color: #118fe4;
|
||||
background-color: #1190e3;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.file.is-success .file-cta {
|
||||
|
@ -3278,7 +3278,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
|
||||
background-color: #ffdb4a;
|
||||
background-color: #ffda4a;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
|
||||
|
@ -3286,7 +3286,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
border-color: transparent;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.file.is-danger .file-cta {
|
||||
|
@ -3630,7 +3630,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
|
|||
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left #documenter .docs-sidebar form.docs-search > input:focus ~ .icon, #documenter .docs-sidebar .control.has-icons-left form.docs-search > input:focus ~ .icon,
|
||||
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right #documenter .docs-sidebar form.docs-search > input:focus ~ .icon, #documenter .docs-sidebar .control.has-icons-right form.docs-search > input:focus ~ .icon,
|
||||
.control.has-icons-right .select:focus ~ .icon {
|
||||
color: #7a7a7a; }
|
||||
color: #6b6b6b; }
|
||||
.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left #documenter .docs-sidebar form.docs-search > input ~ .icon, #documenter .docs-sidebar .control.has-icons-left form.docs-search > input ~ .icon,
|
||||
.control.has-icons-left .select.is-small ~ .icon,
|
||||
.control.has-icons-left #documenter .docs-sidebar form.docs-search > input.select ~ .icon,
|
||||
|
@ -4021,7 +4021,7 @@ a.list-item {
|
|||
padding-left: 0.75em; }
|
||||
|
||||
.menu-label {
|
||||
color: #7a7a7a;
|
||||
color: #6b6b6b;
|
||||
font-size: 0.75em;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase; }
|
||||
|
@ -4100,7 +4100,7 @@ a.list-item {
|
|||
color: #fff; }
|
||||
.message.is-info .message-body {
|
||||
border-color: #209cee;
|
||||
color: #12537e; }
|
||||
color: #12537d; }
|
||||
.message.is-success {
|
||||
background-color: #f6fdf9; }
|
||||
.message.is-success .message-header {
|
||||
|
@ -4116,7 +4116,7 @@ a.list-item {
|
|||
color: rgba(0, 0, 0, 0.7); }
|
||||
.message.is-warning .message-body {
|
||||
border-color: #ffdd57;
|
||||
color: #3b3108; }
|
||||
color: #3c3108; }
|
||||
.message.is-danger {
|
||||
background-color: #fff5f5; }
|
||||
.message.is-danger .message-header {
|
||||
|
@ -4562,7 +4562,7 @@ a.list-item {
|
|||
.navbar.is-info .navbar-brand .navbar-link:focus,
|
||||
.navbar.is-info .navbar-brand .navbar-link:hover,
|
||||
.navbar.is-info .navbar-brand .navbar-link.is-active {
|
||||
background-color: #118fe4;
|
||||
background-color: #1190e3;
|
||||
color: #fff; }
|
||||
.navbar.is-info .navbar-brand .navbar-link::after {
|
||||
border-color: #fff; }
|
||||
|
@ -4584,7 +4584,7 @@ a.list-item {
|
|||
.navbar.is-info .navbar-end .navbar-link:focus,
|
||||
.navbar.is-info .navbar-end .navbar-link:hover,
|
||||
.navbar.is-info .navbar-end .navbar-link.is-active {
|
||||
background-color: #118fe4;
|
||||
background-color: #1190e3;
|
||||
color: #fff; }
|
||||
.navbar.is-info .navbar-start .navbar-link::after,
|
||||
.navbar.is-info .navbar-end .navbar-link::after {
|
||||
|
@ -4592,7 +4592,7 @@ a.list-item {
|
|||
.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
|
||||
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
|
||||
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
|
||||
background-color: #118fe4;
|
||||
background-color: #1190e3;
|
||||
color: #fff; }
|
||||
.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
|
||||
background-color: #209cee;
|
||||
|
@ -4652,7 +4652,7 @@ a.list-item {
|
|||
.navbar.is-warning .navbar-brand .navbar-link:focus,
|
||||
.navbar.is-warning .navbar-brand .navbar-link:hover,
|
||||
.navbar.is-warning .navbar-brand .navbar-link.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.navbar.is-warning .navbar-brand .navbar-link::after {
|
||||
border-color: rgba(0, 0, 0, 0.7); }
|
||||
|
@ -4674,7 +4674,7 @@ a.list-item {
|
|||
.navbar.is-warning .navbar-end .navbar-link:focus,
|
||||
.navbar.is-warning .navbar-end .navbar-link:hover,
|
||||
.navbar.is-warning .navbar-end .navbar-link.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.navbar.is-warning .navbar-start .navbar-link::after,
|
||||
.navbar.is-warning .navbar-end .navbar-link::after {
|
||||
|
@ -4682,7 +4682,7 @@ a.list-item {
|
|||
.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
|
||||
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
|
||||
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
|
||||
background-color: #ffdd57;
|
||||
|
@ -5119,7 +5119,7 @@ a.navbar-item,
|
|||
.pagination-previous:focus,
|
||||
.pagination-next:focus,
|
||||
.pagination-link:focus {
|
||||
border-color: #2e63b8; }
|
||||
border-color: #3c5dcd; }
|
||||
.pagination-previous:active,
|
||||
.pagination-next:active,
|
||||
.pagination-link:active {
|
||||
|
@ -5130,7 +5130,7 @@ a.navbar-item,
|
|||
background-color: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
box-shadow: none;
|
||||
color: #7a7a7a;
|
||||
color: #6b6b6b;
|
||||
opacity: 0.5; }
|
||||
|
||||
.pagination-previous,
|
||||
|
@ -5267,7 +5267,7 @@ label.panel-block {
|
|||
text-align: center;
|
||||
vertical-align: top;
|
||||
width: 1em;
|
||||
color: #7a7a7a;
|
||||
color: #6b6b6b;
|
||||
margin-right: 0.75em; }
|
||||
.panel-icon .fa {
|
||||
font-size: inherit;
|
||||
|
@ -6868,7 +6868,7 @@ label.panel-block {
|
|||
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
|
||||
.hero.is-info .navbar-link:hover,
|
||||
.hero.is-info .navbar-link.is-active {
|
||||
background-color: #118fe4;
|
||||
background-color: #1190e3;
|
||||
color: #fff; }
|
||||
.hero.is-info .tabs a {
|
||||
color: #fff;
|
||||
|
@ -6886,10 +6886,10 @@ label.panel-block {
|
|||
border-color: #fff;
|
||||
color: #209cee; }
|
||||
.hero.is-info.is-bold {
|
||||
background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
|
||||
background-image: linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%); }
|
||||
@media screen and (max-width: 768px) {
|
||||
.hero.is-info.is-bold .navbar-menu {
|
||||
background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
|
||||
background-image: linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%); } }
|
||||
.hero.is-success {
|
||||
background-color: #22c35b;
|
||||
color: #fff; }
|
||||
|
@ -6956,7 +6956,7 @@ label.panel-block {
|
|||
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
|
||||
.hero.is-warning .navbar-link:hover,
|
||||
.hero.is-warning .navbar-link.is-active {
|
||||
background-color: #ffd83d;
|
||||
background-color: #ffd83e;
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
.hero.is-warning .tabs a {
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
|
@ -6974,10 +6974,10 @@ label.panel-block {
|
|||
border-color: rgba(0, 0, 0, 0.7);
|
||||
color: #ffdd57; }
|
||||
.hero.is-warning.is-bold {
|
||||
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); }
|
||||
background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); }
|
||||
@media screen and (max-width: 768px) {
|
||||
.hero.is-warning.is-bold .navbar-menu {
|
||||
background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
|
||||
background-image: linear-gradient(141deg, #ffae24 0%, #ffdd57 71%, #fffa71 100%); } }
|
||||
.hero.is-danger {
|
||||
background-color: #da0b00;
|
||||
color: #fff; }
|
||||
|
@ -7138,7 +7138,7 @@ h1:hover .docs-heading-anchor-permalink, h2:hover .docs-heading-anchor-permalink
|
|||
.admonition.is-default > .admonition-body {
|
||||
color: #fff; }
|
||||
.admonition.is-info {
|
||||
background-color: #def0fd;
|
||||
background-color: #def0fc;
|
||||
border-color: #209cee; }
|
||||
.admonition.is-info > .admonition-header {
|
||||
background-color: #209cee;
|
||||
|
@ -7234,8 +7234,12 @@ h1:hover .docs-heading-anchor-permalink, h2:hover .docs-heading-anchor-permalink
|
|||
position: absolute;
|
||||
right: 0.625rem;
|
||||
bottom: 0.5rem; }
|
||||
.docstring > section > a.docs-sourcelink:focus {
|
||||
opacity: 1 !important; }
|
||||
.docstring:hover > section > a.docs-sourcelink {
|
||||
opacity: 0.2; }
|
||||
.docstring:focus-within > section > a.docs-sourcelink {
|
||||
opacity: 0.2; }
|
||||
.docstring > section:hover a.docs-sourcelink {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -7311,6 +7315,9 @@ html {
|
|||
-moz-osx-font-smoothing: auto;
|
||||
-webkit-font-smoothing: auto; }
|
||||
|
||||
li.no-marker {
|
||||
list-style: none; }
|
||||
|
||||
/* This file contain the overall layout.
|
||||
*
|
||||
* The main container is <div> that is identified by id #documenter.
|
||||
|
@ -7318,7 +7325,8 @@ html {
|
|||
#documenter .docs-main > article {
|
||||
overflow-wrap: break-word; }
|
||||
#documenter .docs-main > article .math-container {
|
||||
overflow-x: auto; }
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden; }
|
||||
|
||||
@media screen and (min-width: 1056px) {
|
||||
#documenter .docs-main {
|
||||
|
@ -7582,6 +7590,130 @@ html {
|
|||
#documenter .docs-main #documenter-search-results .docs-highlight {
|
||||
background-color: yellow; }
|
||||
|
||||
.ansi span.sgr1 {
|
||||
font-weight: bolder; }
|
||||
|
||||
.ansi span.sgr2 {
|
||||
font-weight: lighter; }
|
||||
|
||||
.ansi span.sgr3 {
|
||||
font-style: italic; }
|
||||
|
||||
.ansi span.sgr4 {
|
||||
text-decoration: underline; }
|
||||
|
||||
.ansi span.sgr7 {
|
||||
color: white;
|
||||
background-color: #222222; }
|
||||
|
||||
.ansi span.sgr8 {
|
||||
color: transparent; }
|
||||
.ansi span.sgr8 span {
|
||||
color: transparent; }
|
||||
|
||||
.ansi span.sgr9 {
|
||||
text-decoration: line-through; }
|
||||
|
||||
.ansi span.sgr30 {
|
||||
color: #242424; }
|
||||
|
||||
.ansi span.sgr31 {
|
||||
color: #a7201f; }
|
||||
|
||||
.ansi span.sgr32 {
|
||||
color: #066f00; }
|
||||
|
||||
.ansi span.sgr33 {
|
||||
color: #856b00; }
|
||||
|
||||
.ansi span.sgr34 {
|
||||
color: #2149b0; }
|
||||
|
||||
.ansi span.sgr35 {
|
||||
color: #7d4498; }
|
||||
|
||||
.ansi span.sgr36 {
|
||||
color: #007989; }
|
||||
|
||||
.ansi span.sgr37 {
|
||||
color: gray; }
|
||||
|
||||
.ansi span.sgr40 {
|
||||
background-color: #242424; }
|
||||
|
||||
.ansi span.sgr41 {
|
||||
background-color: #a7201f; }
|
||||
|
||||
.ansi span.sgr42 {
|
||||
background-color: #066f00; }
|
||||
|
||||
.ansi span.sgr43 {
|
||||
background-color: #856b00; }
|
||||
|
||||
.ansi span.sgr44 {
|
||||
background-color: #2149b0; }
|
||||
|
||||
.ansi span.sgr45 {
|
||||
background-color: #7d4498; }
|
||||
|
||||
.ansi span.sgr46 {
|
||||
background-color: #007989; }
|
||||
|
||||
.ansi span.sgr47 {
|
||||
background-color: gray; }
|
||||
|
||||
.ansi span.sgr90 {
|
||||
color: #616161; }
|
||||
|
||||
.ansi span.sgr91 {
|
||||
color: #cb3c33; }
|
||||
|
||||
.ansi span.sgr92 {
|
||||
color: #0e8300; }
|
||||
|
||||
.ansi span.sgr93 {
|
||||
color: #a98800; }
|
||||
|
||||
.ansi span.sgr94 {
|
||||
color: #3c5dcd; }
|
||||
|
||||
.ansi span.sgr95 {
|
||||
color: #9256af; }
|
||||
|
||||
.ansi span.sgr96 {
|
||||
color: #008fa3; }
|
||||
|
||||
.ansi span.sgr97 {
|
||||
color: whitesmoke; }
|
||||
|
||||
.ansi span.sgr100 {
|
||||
background-color: #616161; }
|
||||
|
||||
.ansi span.sgr101 {
|
||||
background-color: #cb3c33; }
|
||||
|
||||
.ansi span.sgr102 {
|
||||
background-color: #0e8300; }
|
||||
|
||||
.ansi span.sgr103 {
|
||||
background-color: #a98800; }
|
||||
|
||||
.ansi span.sgr104 {
|
||||
background-color: #3c5dcd; }
|
||||
|
||||
.ansi span.sgr105 {
|
||||
background-color: #9256af; }
|
||||
|
||||
.ansi span.sgr106 {
|
||||
background-color: #008fa3; }
|
||||
|
||||
.ansi span.sgr107 {
|
||||
background-color: whitesmoke; }
|
||||
|
||||
code.language-julia-repl > span.hljs-meta {
|
||||
color: #066f00;
|
||||
font-weight: bolder; }
|
||||
|
||||
/*!
|
||||
Theme: Default
|
||||
Description: Original highlight.js style
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Search · XAM.jl</title><script data-outdated-warner src="../assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.039/juliamono-regular.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.11/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="../assets/documenter.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-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="../"><img src="../assets/logo.svg" alt="XAM.jl logo"/></a><div class="docs-package-name"><span class="docs-autofit"><a href="../">XAM.jl</a></span></div><form class="docs-search" action><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="../">Home</a></li><li><a class="tocitem" href="../man/hts-files/">SAM and BAM</a></li><li><a class="tocitem" href="../man/api/">API Reference</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</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>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><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></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> version 0.27.3 on <span class="colophon-date" title="Tuesday 6 July 2021 04:52">Tuesday 6 July 2021</span>. Using Julia version 1.6.1.</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 · XAM.jl</title><script data-outdated-warner src="../assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.039/juliamono-regular.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.11/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="../assets/documenter.js"></script><script src="../siteinfo.js"></script><script src="../../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-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="../"><img src="../assets/logo.svg" alt="XAM.jl logo"/></a><div class="docs-package-name"><span class="docs-autofit"><a href="../">XAM.jl</a></span></div><form class="docs-search" action><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="../">Home</a></li><li><a class="tocitem" href="../man/hts-files/">SAM and BAM</a></li><li><a class="tocitem" href="../man/api/">API Reference</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</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>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><nav class="docs-footer"><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></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> version 0.27.10 on <span class="colophon-date" title="Friday 22 October 2021 13:26">Friday 22 October 2021</span>. Using Julia version 1.6.3.</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>
|
||||
|
|
2
index.html
Normal file
2
index.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!--This file is automatically generated by Documenter.jl-->
|
||||
<meta http-equiv="refresh" content="0; url=./stable/"/>
|
Loading…
Reference in a new issue