Skip to content

Commit

Permalink
build based on f18e5db
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Apr 7, 2024
1 parent b344d1b commit f62e9ab
Show file tree
Hide file tree
Showing 19 changed files with 1,519 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!--This file is automatically generated by Documenter.jl-->
<meta http-equiv="refresh" content="0; url=./dev/"/>
<meta http-equiv="refresh" content="0; url=./stable/"/>
1 change: 1 addition & 0 deletions stable
1 change: 1 addition & 0 deletions v0.0.1/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-07T20:52:05","documenter_version":"1.3.0"}}
28 changes: 28 additions & 0 deletions v0.0.1/assets/citations.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.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 f62e9ab

Please sign in to comment.