We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f471e commit 04c4b05Copy full SHA for 04c4b05
docs/make.jl
@@ -18,7 +18,6 @@ makedocs(
18
"Classification of SIF problems" => "classification.md",
19
"Using CUTEst core functions" => "core.md",
20
"Reference" => "reference.md",
21
- "API Reference" => "api.md",
22
],
23
)
24
docs/src/api.md
docs/src/reference.md
@@ -10,3 +10,10 @@ CUTEst.cons_coord
10
CUTEst.cons_coord!
11
CUTEst.consjac
12
```
13
+
14
+## API
15
16
+```@docs
17
+CUTEst.prepare_input!
+CUTEst.prepare_output!
+```
0 commit comments