Skip to content

Commit 02e3a2b

Browse files
authored
mv the reference material added in #652 to the Analysis Result section (#653)
1 parent 413a76b commit 02e3a2b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/src/internals.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ JET.JETToplevelResult
4848
JET.JETCallResult
4949
```
5050

51+
### [Splitting and filtering reports](@id optanalysis-splitting)
52+
53+
Both `JETToplevelResult` and `JETCallResult` can be split into individual failures for integration with tools like Cthulhu:
54+
```@docs
55+
JET.get_reports
56+
JET.reportkey
57+
```
58+
5159
## Error Report Interface
5260

5361
```@docs

docs/src/optanalysis.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,6 @@ JET.@test_opt
237237
JET.test_opt
238238
```
239239

240-
### [Splitting and filtering reports](@id optanalysis-splitting)
241-
242-
The output of `JET.@report_opt` can be split into individual failures for integration with tools like Cthulhu:
243-
```@docs
244-
JET.get_reports
245-
JET.reportkey
246-
```
247-
248240
### [Top-level Entry Points](@id optanalysis-toplevel-entry)
249241

250242
By default, JET doesn't offer top-level entry points for the optimization analysis, because it's usually used for only a

0 commit comments

Comments
 (0)