Skip to content

Commit

Permalink
build based on fa17972
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 12, 2024
1 parent a6afd3d commit ef10dd8
Show file tree
Hide file tree
Showing 226 changed files with 65,116 additions and 0 deletions.
1 change: 1 addition & 0 deletions previews/PR798/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-12T15:38:29","documenter_version":"1.7.0"}}
17 changes: 17 additions & 0 deletions previews/PR798/assets/citations.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.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;}
.citation ul li {
text-indent: -2.25em;
margin: 0.33em 0.5em 0.5em 2.25em;}
.citation ol li {
padding-left:0.75em;}
13 changes: 13 additions & 0 deletions previews/PR798/assets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
html.theme--documenter-light body div#documenter nav.docs-sidebar a.docs-logo img,
html.theme--documenter-dark body div#documenter nav.docs-sidebar a.docs-logo img,
html.theme--catppuccin-latte body div#documenter nav.docs-sidebar a.docs-logo img,
html.theme--catppuccin-frappe body div#documenter nav.docs-sidebar a.docs-logo img,
html.theme--catppuccin-macchiato body div#documenter nav.docs-sidebar a.docs-logo img,
html.theme--catppuccin-mocha body div#documenter nav.docs-sidebar a.docs-logo img {
max-height: 10rem;
}
div.docs-package-name {
font-family: "JuliaMono";
font-weight: normal !important;
font-size: 1.7rem !important;
}
Loading

0 comments on commit ef10dd8

Please sign in to comment.