Skip to content

Commit b41cfa9

Browse files
author
Documenter.jl
committed
build based on 4eec1a3
1 parent 58004f3 commit b41cfa9

229 files changed

Lines changed: 41069 additions & 3 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.

stable

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

v1

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

v1.4

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

v1.4.0/.documenter-siteinfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-20T17:07:28","julia_version":"1.12.6"}}

v1.4.0/assets/citations.css

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;}

v1.4.0/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)