Skip to content

Commit 4caaace

Browse files
author
Documenter.jl
committed
build based on baf457b
1 parent 2810d80 commit 4caaace

File tree

69 files changed

+339
-6968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+339
-6968
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.7","generation_timestamp":"2025-10-03T21:59:00","documenter_version":"1.14.1"}}
1+
{"documenter":{"julia_version":"1.11.7","generation_timestamp":"2025-10-04T08:56:34","documenter_version":"1.14.1"}}

previews/PR657/api-ctbase.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

previews/PR657/api-ctdirect.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

previews/PR657/api-ctflows.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

previews/PR657/api-ctmodels.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

previews/PR657/api-ctparser.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

previews/PR657/api-optimalcontrol-dev.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

previews/PR657/api-optimalcontrol-user.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

previews/PR657/assets/custom.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* Responsive layout for two-column content */
2+
.responsive-columns-left-priority {
3+
display: flex;
4+
gap: 1rem;
5+
align-items: flex-start;
6+
margin-bottom: 1em;
7+
}
8+
9+
.responsive-columns-left-priority > div {
10+
flex: 1;
11+
min-width: 0;
12+
transition: opacity 0.5s ease-in-out, flex 0.5s ease-in-out, max-width 0.5s ease-in-out, max-height 0.5s ease-in-out;
13+
}
14+
15+
.responsive-columns-left-priority > div:last-child {
16+
opacity: 1;
17+
max-width: 100%;
18+
max-height: none;
19+
}
20+
21+
/* Media query for screens smaller than 700px */
22+
@media (max-width: 700px) {
23+
.responsive-columns-left-priority > div:last-child {
24+
opacity: 0;
25+
max-width: 0;
26+
max-height: 0;
27+
flex: 0 0 0;
28+
overflow: hidden;
29+
margin: 0;
30+
padding: 0;
31+
}
32+
33+
.responsive-columns-left-priority > div:first-child {
34+
flex: 1 1 100%;
35+
}
36+
}

previews/PR657/example-double-integrator-energy-586fc715.svg

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)