Skip to content

Commit

Permalink
build based on 194367c
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 19, 2024
1 parent 526a212 commit 9116446
Show file tree
Hide file tree
Showing 24 changed files with 13,084 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable
2 changes: 1 addition & 1 deletion v0.6
1 change: 1 addition & 0 deletions v0.6.2/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-19T20:11:45","documenter_version":"1.4.1"}}
3 changes: 3 additions & 0 deletions v0.6.2/api/index.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions v0.6.2/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;}
Loading

0 comments on commit 9116446

Please sign in to comment.