Commit b39ee75
committed
Restructure documentation TOC and fix constraint dimension functions
- Flatten manual-model.md and manual-solution.md TOC: promote component sections
from ### to ## level for better sidebar navigation
- Replace static Content lists with Documenter @contents blocks (Depth = 2)
- Redistribute Model predicates across logical sections:
- has_variable/is_variable/is_nonvariable → Variable section
- has_control/is_control_free → Control section
- has_abstract_definition/is_abstractly_defined → Problem definition
- is_nonautonomous → Time dependence
- Remove standalone Model predicates section
- Fix constraint dimension functions:
- Restore dim_state_constraints_box, dim_control_constraints_box,
dim_variable_constraints_box for Model (constraint counts)
- Keep dim_dual_*_constraints_box for Solution (dual dimensions)
- Update imports, tests, and API documentation to include both families
- Remove Draft = false meta blocks from markdown files (use make.jl draft mode)
- Enable
- Flatten manual-model.md and manual-solution.md TOC: promo1 parent 39912cc commit b39ee75
6 files changed
Lines changed: 120 additions & 133 deletions
File tree
- docs
- src
- api
- src/imports
- test/suite/reexport
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments