Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira authored and dpo committed Mar 19, 2019
1 parent a2db5cc commit 29dd33f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"

[compat]
Documenter = "~0.21"
NLPModels = "~0.7"
NLPModels = "~0.8"
5 changes: 5 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ grad!
cons
cons!
jac_coord
jac_coord!
jac_structure
jac
jprod
jprod!
jtprod
jtprod!
hess_coord
hess_coord!
hess_structure
hess
hprod
hprod!
Expand All @@ -28,6 +32,7 @@ objgrad!
objcons
objcons!
cons_coord
cons_coord!
consjac
```

Expand Down
2 changes: 1 addition & 1 deletion src/julia_interface.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export cons_coord, consjac
export cons_coord, cons_coord!, consjac

using NLPModels, SparseArrays

Expand Down

0 comments on commit 29dd33f

Please sign in to comment.