Skip to content

Commit 921959a

Browse files
author
Documenter.jl
committed
build based on 60ab88d
1 parent 615c6c7 commit 921959a

18 files changed

Lines changed: 1747 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"julia_version":"1.11.6","generation_timestamp":"2025-09-10T08:37:24","documenter_version":"1.14.1"}}

previews/PR69/api/index.html

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

previews/PR69/assets/citations.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/* Adapted from DocumenterCitations.jl's docs */
2+
.citation dl {
3+
display: grid;
4+
grid-template-columns: max-content auto;
5+
}
6+
7+
.citation dt {
8+
grid-column-start: 1;
9+
}
10+
11+
.citation dd {
12+
grid-column-start: 2;
13+
margin-bottom: 0.75em;
14+
}
15+
16+
.citation ul {
17+
padding: 0 0 2.25em 0;
18+
margin: 0;
19+
list-style: none !important;
20+
}
21+
22+
.citation ul li {
23+
text-indent: -2.25em;
24+
margin: 0.33em 0.5em 0.5em 2.25em;
25+
}
26+
27+
.citation ol li {
28+
padding-left: 0.75em;
29+
}

0 commit comments

Comments
 (0)