From ec4a63bc3b45025a214314536725807f49bfadcc Mon Sep 17 00:00:00 2001 From: Jakub Wronowski Date: Sun, 8 Dec 2019 14:49:27 +0100 Subject: [PATCH 1/3] Updating doc urls in README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1ad0619..d61a20f 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,14 @@ 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 complete manual of `Deconvolution.jl` is available at [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` @@ -188,10 +186,10 @@ 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://github.com/JuliaDSP/Deconvolution.jl/blob/master/doc/src/index.md [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg -[docs-stable-url]: https://deconvolutionjl.readthedocs.io/en/stable/ +[docs-stable-url]: https://juliadsp.github.io/Deconvolution.jl/dev/ [travis-img]: https://travis-ci.org/JuliaDSP/Deconvolution.jl.svg?branch=master [travis-url]: https://travis-ci.org/JuliaDSP/Deconvolution.jl From 1c77c3c32d6e3fa51dd1d623a62bae19f6675706 Mon Sep 17 00:00:00 2001 From: Jakub Wronowski Date: Sun, 8 Dec 2019 18:35:51 +0100 Subject: [PATCH 2/3] Reverting url change for stable version --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d61a20f..298f9f9 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,11 @@ Older versions are also available for Julia 0.4-0.7. ### Documentation -The complete manual of `Deconvolution.jl` is available at [the documentation page][docs-stable-url]. It -has more detailed explanation of the methods used and the examples are -complemented with pictures. +The complete manual of `Deconvolution.jl` is available at +[the documentation page][docs-stable-url]. 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. Usage ----- @@ -186,10 +188,10 @@ original author is Mosè Giordano. [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg -[docs-latest-url]: https://github.com/JuliaDSP/Deconvolution.jl/blob/master/doc/src/index.md +[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://juliadsp.github.io/Deconvolution.jl/dev/ +[docs-stable-url]: https://deconvolutionjl.readthedocs.io/en/stable/ [travis-img]: https://travis-ci.org/JuliaDSP/Deconvolution.jl.svg?branch=master [travis-url]: https://travis-ci.org/JuliaDSP/Deconvolution.jl From 7c121d340aaa525283edcb95a7a08c25670c92f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Sun, 8 Dec 2019 21:41:00 +0000 Subject: [PATCH 3/3] [skip ci] Remove reference to PDF version --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 298f9f9..636ba86 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,7 @@ Older versions are also available for Julia 0.4-0.7. The complete manual of `Deconvolution.jl` is available at [the documentation page][docs-stable-url]. 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 methods used and the examples are complemented with pictures. Usage -----