Skip to content

Commit

Permalink
build based on 68507af
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 16, 2025
1 parent 7a10d29 commit c0d9509
Show file tree
Hide file tree
Showing 29 changed files with 4,197 additions and 0 deletions.
1 change: 1 addition & 0 deletions previews/PR228/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2025-01-16T00:30:26","documenter_version":"1.8.0"}}
29 changes: 29 additions & 0 deletions previews/PR228/assets/citations.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* Adapted from DocumenterCitations.jl's docs */
.citation dl {
display: grid;
grid-template-columns: max-content auto;
}

.citation dt {
grid-column-start: 1;
}

.citation dd {
grid-column-start: 2;
margin-bottom: 0.75em;
}

.citation ul {
padding: 0 0 2.25em 0;
margin: 0;
list-style: none !important;
}

.citation ul li {
text-indent: -2.25em;
margin: 0.33em 0.5em 0.5em 2.25em;
}

.citation ol li {
padding-left: 0.75em;
}
Loading

0 comments on commit c0d9509

Please sign in to comment.