Skip to content

Commit

Permalink
Update Documenter version and remove irrelevant use of LinearOperator…
Browse files Browse the repository at this point in the history
…s in docs
  • Loading branch information
abelsiqueira committed Jan 12, 2020
1 parent ae6a41a commit 3a3e729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"

[compat]
Documenter = "~0.21"
Documenter = "~0.24"
NLPModels = "0.10.0, 1"
3 changes: 0 additions & 3 deletions docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ You can also use a
[LinearOperator](https://github.com/JuliaSmoothOptimizers/LinearOperators.jl),

```@example ex1
using LinearOperators
n = nlp.meta.nvar
H = hess_op(nlp, nlp.meta.x0)
H * v
```
Expand Down

2 comments on commit 3a3e729

@abelsiqueira
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/7828

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" 3a3e7299d502f244654b9ced77e8d4639be96d82
git push origin v0.7.0

Please sign in to comment.