Skip to content

Commit

Permalink
build based on b5deea4
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 14, 2024
1 parent 474b161 commit 8e0dbad
Show file tree
Hide file tree
Showing 63 changed files with 8,803 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable
2 changes: 1 addition & 1 deletion v2
2 changes: 1 addition & 1 deletion v2.10
1 change: 1 addition & 0 deletions v2.10.6/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-14T10:49:12","documenter_version":"1.7.0"}}
62 changes: 62 additions & 0 deletions v2.10.6/api/aggregation/index.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions v2.10.6/api/bags/index.html

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions v2.10.6/api/data_nodes/index.html

Large diffs are not rendered by default.

165 changes: 165 additions & 0 deletions v2.10.6/api/model_nodes/index.html

Large diffs are not rendered by default.

184 changes: 184 additions & 0 deletions v2.10.6/api/special_arrays/index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions v2.10.6/api/switches/index.html

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions v2.10.6/api/utilities/index.html

Large diffs are not rendered by default.

225 changes: 225 additions & 0 deletions v2.10.6/assets/bagmodel-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
250 changes: 250 additions & 0 deletions v2.10.6/assets/bagmodel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions v2.10.6/assets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
article#documenter-page img {
width: 100%;
margin: 1em;
margin-left: auto;
margin-right: auto;
}

.content pre {
border: none !important;
border-radius: 4px !important;
}

.documenter-example-output {
border-radius: 4px !important;
}

.theme--documenter-light .documenter-example-output {
border: 1px solid #dbdbdb !important;
}

.theme--documenter-dark .documenter-example-output {
border: 1px solid #5e6d6f !important;
}

.admonition {
border-width: 0px !important;
}

.admonition-header {
font-weight: normal !important;
border-radius: 4px 4px 0px 0px;
}

.docstring {
border-radius: 4px !important;
}

.docstring>header {
border-radius: 4px 4px 0px 0px !important;
border-bottom: 0px !important;
}

.display-light-only {display: block;}
.display-dark-only {display: none;}
.theme--documenter-dark .display-light-only {display: none;}
.theme--documenter-dark .display-dark-only {display: block;}
67 changes: 67 additions & 0 deletions v2.10.6/assets/dag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8e0dbad

Please sign in to comment.