Skip to content

Commit bd0e982

Browse files
author
Documenter.jl
committed
build based on ec19e14
1 parent 845d7fd commit bd0e982

96 files changed

Lines changed: 5206 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.11.7","generation_timestamp":"2025-11-07T16:43:39","documenter_version":"1.15.0"}}

previews/PR531/about/index.html

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* Taken from https://juliadocs.org/DocumenterCitations.jl/v1.2/styling/ */
2+
3+
.citation dl {
4+
display: grid;
5+
grid-template-columns: max-content auto; }
6+
.citation dt {
7+
grid-column-start: 1; }
8+
.citation dd {
9+
grid-column-start: 2;
10+
margin-bottom: 0.75em; }
11+
.citation ul {
12+
padding: 0 0 2.25em 0;
13+
margin: 0;
14+
list-style: none;}
15+
.citation ul li {
16+
text-indent: -2.25em;
17+
margin: 0.33em 0.5em 0.5em 2.25em;}
18+
.citation ol li {
19+
padding-left:0.75em;}

0 commit comments

Comments
 (0)