Skip to content

Commit 1f6edbe

Browse files
author
Documenter.jl
committed
build based on e102230
1 parent 6d748db commit 1f6edbe

226 files changed

Lines changed: 41011 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"julia_version":"1.12.6","generation_timestamp":"2026-04-12T17:01:37","documenter_version":"1.15.0"}}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.citation dl {
2+
display: grid;
3+
grid-template-columns: max-content auto; }
4+
.citation dt {
5+
grid-column-start: 1; }
6+
.citation dd {
7+
grid-column-start: 2;
8+
margin-bottom: 0.75em; }
9+
.citation ul {
10+
padding: 0 0 2.25em 0;
11+
margin: 0;
12+
list-style: none;}
13+
.citation ul li {
14+
text-indent: -2.25em;
15+
margin: 0.33em 0.5em 0.5em 2.25em;}
16+
.citation ol li {
17+
padding-left:0.75em;}

previews/PR1319/assets/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
html.theme--documenter-light body div#documenter nav.docs-sidebar a.docs-logo img,
2+
html.theme--documenter-dark body div#documenter nav.docs-sidebar a.docs-logo img,
3+
html.theme--catppuccin-latte body div#documenter nav.docs-sidebar a.docs-logo img,
4+
html.theme--catppuccin-frappe body div#documenter nav.docs-sidebar a.docs-logo img,
5+
html.theme--catppuccin-macchiato body div#documenter nav.docs-sidebar a.docs-logo img,
6+
html.theme--catppuccin-mocha body div#documenter nav.docs-sidebar a.docs-logo img {
7+
max-height: 10rem;
8+
}
9+
div.docs-package-name {
10+
font-family: "JuliaMono";
11+
font-weight: normal !important;
12+
font-size: 1.7rem !important;
13+
}

0 commit comments

Comments
 (0)