Skip to content

Commit 98d26db

Browse files
author
Documenter.jl
committed
build based on 1e2cec7
1 parent de39b31 commit 98d26db

16 files changed

Lines changed: 620 additions & 598 deletions

File tree

dev/assets/documenter.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/assets/search.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/assets/themes/documenter-dark.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3598,7 +3598,7 @@ html.theme--documenter-dark {
35983598
position: relative; }
35993599
html.theme--documenter-dark .card-content {
36003600
background-color: transparent;
3601-
padding: 1rem 1.25rem; }
3601+
padding: 1.5rem; }
36023602
html.theme--documenter-dark .card-footer {
36033603
background-color: transparent;
36043604
border-top: 1px solid #5e6d6f;
@@ -3938,7 +3938,7 @@ html.theme--documenter-dark {
39383938
font-weight: 700;
39393939
justify-content: space-between;
39403940
line-height: 1.25;
3941-
padding: 0.75em;
3941+
padding: 0.75em 1em;
39423942
position: relative; }
39433943
html.theme--documenter-dark .message-header .delete {
39443944
flex-grow: 0;
@@ -3954,7 +3954,7 @@ html.theme--documenter-dark {
39543954
border-style: solid;
39553955
border-width: 0 0 0 4px;
39563956
color: #fff;
3957-
padding: 1em 1.25em; }
3957+
padding: 1.25em 1.5em; }
39583958
html.theme--documenter-dark .message-body code,
39593959
html.theme--documenter-dark .message-body pre {
39603960
background-color: white; }
@@ -7090,13 +7090,13 @@ html.theme--documenter-dark {
70907090
position: relative;
70917091
overflow: hidden; }
70927092
html.theme--documenter-dark pre code, html.theme--documenter-dark pre code.hljs {
7093-
padding: 0 0.5rem !important;
7093+
padding: 0 0.75rem !important;
70947094
overflow: auto;
70957095
display: block; }
70967096
html.theme--documenter-dark pre code:first-of-type, html.theme--documenter-dark pre code.hljs:first-of-type {
7097-
padding-top: 0.7rem !important; }
7097+
padding-top: 0.5rem !important; }
70987098
html.theme--documenter-dark pre code:last-of-type, html.theme--documenter-dark pre code.hljs:last-of-type {
7099-
padding-bottom: 0.7rem !important; }
7099+
padding-bottom: 0.5rem !important; }
71007100
html.theme--documenter-dark pre .copy-button {
71017101
opacity: 0.2;
71027102
transition: opacity 0.2s;
@@ -7175,16 +7175,16 @@ html.theme--documenter-dark {
71757175
font-weight: 700;
71767176
justify-content: space-between;
71777177
line-height: 1.25;
7178-
padding: 0.75em;
7178+
padding: 0.5rem 0.75rem;
71797179
position: relative; }
71807180
html.theme--documenter-dark .admonition-header:before {
71817181
font-family: "Font Awesome 5 Free";
71827182
font-weight: 900;
7183-
margin-right: 0.75em;
7183+
margin-right: 0.75rem;
71847184
content: "\f06a"; }
71857185
html.theme--documenter-dark .admonition-body {
71867186
color: #fff;
7187-
padding: 1em 1.25em; }
7187+
padding: 0.5rem 0.75rem; }
71887188
html.theme--documenter-dark .admonition-body pre {
71897189
background-color: #282f2f; }
71907190
html.theme--documenter-dark .admonition-body code {
@@ -7199,7 +7199,7 @@ html.theme--documenter-dark {
71997199
display: flex;
72007200
flex-grow: 1;
72017201
align-items: stretch;
7202-
padding: 0.75rem;
7202+
padding: 0.5rem 0.75rem;
72037203
background-color: #282f2f;
72047204
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
72057205
box-shadow: none;
@@ -7212,16 +7212,16 @@ html.theme--documenter-dark {
72127212
margin-left: 0.3em; }
72137213
html.theme--documenter-dark .docstring > section {
72147214
position: relative;
7215-
padding: 1rem 1.25rem;
7215+
padding: 0.75rem 0.75rem;
72167216
border-bottom: 1px solid #5e6d6f; }
72177217
html.theme--documenter-dark .docstring > section:last-child {
72187218
border-bottom: none; }
72197219
html.theme--documenter-dark .docstring > section > a.docs-sourcelink {
72207220
transition: opacity 0.3s;
72217221
opacity: 0;
72227222
position: absolute;
7223-
right: 0.625rem;
7224-
bottom: 0.5rem; }
7223+
right: 0.375rem;
7224+
bottom: 0.375rem; }
72257225
html.theme--documenter-dark .docstring > section > a.docs-sourcelink:focus {
72267226
opacity: 1 !important; }
72277227
html.theme--documenter-dark .docstring:hover > section > a.docs-sourcelink {

dev/assets/themes/documenter-light.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3666,7 +3666,7 @@ a.tag:hover, .docstring > section > a.docs-sourcelink:hover {
36663666

36673667
.card-content {
36683668
background-color: transparent;
3669-
padding: 1rem 1.25rem; }
3669+
padding: 1.5rem; }
36703670

36713671
.card-footer {
36723672
background-color: transparent;
@@ -4029,7 +4029,7 @@ a.list-item {
40294029
font-weight: 700;
40304030
justify-content: space-between;
40314031
line-height: 1.25;
4032-
padding: 0.75em;
4032+
padding: 0.75em 1em;
40334033
position: relative; }
40344034
.message-header .delete {
40354035
flex-grow: 0;
@@ -4046,7 +4046,7 @@ a.list-item {
40464046
border-style: solid;
40474047
border-width: 0 0 0 4px;
40484048
color: #222222;
4049-
padding: 1em 1.25em; }
4049+
padding: 1.25em 1.5em; }
40504050
.message-body code,
40514051
.message-body pre {
40524052
background-color: white; }
@@ -7004,13 +7004,13 @@ pre {
70047004
position: relative;
70057005
overflow: hidden; }
70067006
pre code, pre code.hljs {
7007-
padding: 0 0.5rem !important;
7007+
padding: 0 0.75rem !important;
70087008
overflow: auto;
70097009
display: block; }
70107010
pre code:first-of-type, pre code.hljs:first-of-type {
7011-
padding-top: 0.7rem !important; }
7011+
padding-top: 0.5rem !important; }
70127012
pre code:last-of-type, pre code.hljs:last-of-type {
7013-
padding-bottom: 0.7rem !important; }
7013+
padding-bottom: 0.5rem !important; }
70147014
pre .copy-button {
70157015
opacity: 0.2;
70167016
transition: opacity 0.2s;
@@ -7110,17 +7110,17 @@ pre {
71107110
font-weight: 700;
71117111
justify-content: space-between;
71127112
line-height: 1.25;
7113-
padding: 0.75em;
7113+
padding: 0.5rem 0.75rem;
71147114
position: relative; }
71157115
.admonition-header:before {
71167116
font-family: "Font Awesome 5 Free";
71177117
font-weight: 900;
7118-
margin-right: 0.75em;
7118+
margin-right: 0.75rem;
71197119
content: "\f06a"; }
71207120

71217121
.admonition-body {
71227122
color: #222222;
7123-
padding: 1em 1.25em; }
7123+
padding: 0.5rem 0.75rem; }
71247124
.admonition-body pre {
71257125
background-color: whitesmoke; }
71267126
.admonition-body code {
@@ -7136,7 +7136,7 @@ pre {
71367136
display: flex;
71377137
flex-grow: 1;
71387138
align-items: stretch;
7139-
padding: 0.75rem;
7139+
padding: 0.5rem 0.75rem;
71407140
background-color: whitesmoke;
71417141
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
71427142
box-shadow: none;
@@ -7149,16 +7149,16 @@ pre {
71497149
margin-left: 0.3em; }
71507150
.docstring > section {
71517151
position: relative;
7152-
padding: 1rem 1.25rem;
7152+
padding: 0.75rem 0.75rem;
71537153
border-bottom: 1px solid #dbdbdb; }
71547154
.docstring > section:last-child {
71557155
border-bottom: none; }
71567156
.docstring > section > a.docs-sourcelink {
71577157
transition: opacity 0.3s;
71587158
opacity: 0;
71597159
position: absolute;
7160-
right: 0.625rem;
7161-
bottom: 0.5rem; }
7160+
right: 0.375rem;
7161+
bottom: 0.375rem; }
71627162
.docstring > section > a.docs-sourcelink:focus {
71637163
opacity: 1 !important; }
71647164
.docstring:hover > section > a.docs-sourcelink {

dev/assets/warner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function maybeAddWarning () {
3737
document.body.removeChild(div);
3838
});
3939
const href = window.documenterBaseURL + '/../' + window.DOCUMENTER_STABLE;
40-
div.innerHTML = 'This documentation is not for the latest version. <br> <a href="' + href + '">Go to the latest documentation</a>.';
40+
div.innerHTML = 'This documentation is not for the latest stable release, but for either the development version or an older release.<br><a href="' + href + '">Click here to go to the documentation for the latest stable release.</a>';
4141
div.appendChild(closer);
4242
document.body.appendChild(div);
4343
};

dev/examples/Grid7x3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@
7777
plot!(size = (815, 611)) # hide</code></pre><h2 id="TSD-distance"><a class="docs-heading-anchor" href="#TSD-distance">TSD distance</a><a id="TSD-distance-1"></a><a class="docs-heading-anchor-permalink" href="#TSD-distance" title="Permalink"></a></h2><p>We organize the eigenvectors by the TSD distance with the parameter <span>$T = 0.1$</span>.</p><pre><code class="language- hljs">D = natural_eigdist(𝚽, 𝛌, Q; T = 0.1, distance = :TSD) # T = 0.1
7878
E = transform(fit(MDS, D, maxoutdim=2, distances=true))
7979
grid7x3_mds_heatmaps(E, 𝚽)
80-
plot!(size = (815, 611)) # hide</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../P64/">« 1D Path</a><a class="docs-footer-nextpage" href="../Sunflower/">Sunflower Graph »</a><div class="flexbox-break"></div><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.16 on <span class="colophon-date" title="Friday 29 April 2022 00:45">Friday 29 April 2022</span>. Using Julia version 1.6.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
80+
plot!(size = (815, 611)) # hide</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../P64/">« 1D Path</a><a class="docs-footer-nextpage" href="../Sunflower/">Sunflower Graph »</a><div class="flexbox-break"></div><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.19 on <span class="colophon-date" title="Monday 13 June 2022 21:07">Monday 13 June 2022</span>. Using Julia version 1.6.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)