Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ Older versions are also available for Julia 0.4-0.7.
### Documentation

The complete manual of `Deconvolution.jl` is available at
http://deconvolutionjl.readthedocs.io. It has more detailed explanation of the
methods used and the examples are complemented with pictures. You can also
download the PDF version of the manual from
https://media.readthedocs.org/pdf/deconvolutionjl/latest/deconvolutionjl.pdf.
[the documentation page][docs-stable-url]. It has more detailed explanation of
the methods used and the examples are complemented with pictures.

Usage
-----

Currently `Deconvolution.jl` provides only one methd, but others will come in
Currently `Deconvolution.jl` provides only two methods, but others will come in
the future.

### `wiener`
Expand Down Expand Up @@ -188,7 +186,7 @@ original author is Mosè Giordano.


[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://deconvolutionjl.readthedocs.io/en/latest/
[docs-latest-url]: https://juliadsp.github.io/Deconvolution.jl/dev/

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://deconvolutionjl.readthedocs.io/en/stable/
Expand Down