Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored and abelsiqueira committed Jun 21, 2021
1 parent e6dba05 commit 93a41c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ The costly operation is deferred until multiplied with a vector.

## Compatibility

Julia 0.6 and up.
Julia 1.3 and up.

## How to Install

```julia
Pkg.add("LinearOperators")
pkg> add LinearOperators
pkg> test LinearOperators
```

## Operators Available
Expand Down

2 comments on commit 93a41c7

@abelsiqueira
Copy link
Member

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 updated: JuliaRegistries/General/39340

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.0.0 -m "<description of version>" 93a41c7019b56f144afca67192b3ff38d1ea2017
git push origin v2.0.0

Please sign in to comment.