Skip to content

Commit 356ecc8

Browse files
author
Documenter.jl
committed
build based on 58f107c
1 parent 4c4a905 commit 356ecc8

21 files changed

Lines changed: 1696 additions & 3 deletions

stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
v1.2.0

v1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
v1.2.0

v1.2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.2.0

v1.2.0/.documenter-siteinfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"julia_version":"1.10.10","generation_timestamp":"2025-11-22T07:23:17","documenter_version":"1.16.0"}}

v1.2.0/API/index.html

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

v1.2.0/assets/custom_theme.css

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
@font-face {
2+
font-family: JuliaMono;
3+
src: local("JuliaMono"), url("https://cdn.jsdelivr.net/gh/cormullion/juliamono/webfonts/JuliaMono-Regular.woff2"); }
4+
5+
html.theme--documenter-dark pre,
6+
html.theme--documenter-dark code {
7+
font-family: "JuliaMono"; }
8+
9+
html:not(.theme--documenter-dark) body #documenter a {
10+
color: #780ba0; }
11+
12+
html:not(.theme--documenter-dark) body #documenter a:hover, html:not(.theme--documenter-dark) body #documenter a:focus {
13+
color: #703D6F; }
14+
15+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar {
16+
box-shadow: none;
17+
color: #FAFAFA;
18+
background-color: #5a2a5c; }
19+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar .docs-package-name a, html:not(.theme--documenter-dark) body #documenter .docs-sidebar .docs-package-name a:hover {
20+
color: #FAFAFA; }
21+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu {
22+
border-top: none; }
23+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover, html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover, html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem, html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu .tocitem:hover {
24+
color: #FAFAFA;
25+
background-color: #706482; }
26+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu .tocitem {
27+
color: #FAFAFA;
28+
background: none; }
29+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active {
30+
border-top: none;
31+
border-bottom: none; }
32+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal {
33+
margin: 0;
34+
border-top: none; }
35+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal li {
36+
margin-top: 0; }
37+
html:not(.theme--documenter-dark) body #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem {
38+
color: #703D6F;
39+
background-color: #FAFAFA;
40+
padding: 0.5em;
41+
padding-left: 1em; }
42+
43+
html:not(.theme--documenter-dark) body #documenter article#documenter-page a.docs-heading-anchor {
44+
color: #703D6F; }
45+
46+
html:not(.theme--documenter-dark) body #documenter pre, html:not(.theme--documenter-dark) body #documenter code {
47+
color: inherit;
48+
font-family: "JuliaMono"; }
49+
html:not(.theme--documenter-dark) body #documenter pre .hljs-meta, html:not(.theme--documenter-dark) body #documenter code .hljs-meta {
50+
color: #706482; }
51+
html:not(.theme--documenter-dark) body #documenter pre .hljs-keyword, html:not(.theme--documenter-dark) body #documenter code .hljs-keyword {
52+
color: #5a2a5c; }
53+
54+
details {
55+
padding-left: 1rem;
56+
padding-right: 1rem;
57+
padding-bottom: 1rem;
58+
background: aliceblue; }
59+
60+
html.theme--documenter-dark details {
61+
background: #282f2f; }
62+
63+
.video-container {
64+
position: relative;
65+
width: 100%;
66+
padding-bottom: 56.25%; }
67+
68+
.video-container > iframe {
69+
position: absolute;
70+
top: 0;
71+
left: 0;
72+
width: 100%;
73+
height: 100%;
74+
border: 0; }

0 commit comments

Comments
 (0)