Skip to content

Commit 04c4b05

Browse files
committed
Addimng documentation for deleted api.md and updating make.jl accordingly.
1 parent 65f471e commit 04c4b05

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ makedocs(
1818
"Classification of SIF problems" => "classification.md",
1919
"Using CUTEst core functions" => "core.md",
2020
"Reference" => "reference.md",
21-
"API Reference" => "api.md",
2221
],
2322
)
2423

docs/src/api.md

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

docs/src/reference.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ CUTEst.cons_coord
1010
CUTEst.cons_coord!
1111
CUTEst.consjac
1212
```
13+
14+
## API
15+
16+
```@docs
17+
CUTEst.prepare_input!
18+
CUTEst.prepare_output!
19+
```

0 commit comments

Comments
 (0)