From 611ddfaba29281b5c7ab64de2b63dd1bf57610eb Mon Sep 17 00:00:00 2001 From: Benoit Pasquier Date: Sat, 11 May 2019 18:14:47 +1000 Subject: [PATCH] Strike-through dead link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The link that is struck through is dead. I was reading the documentation before trying to use Literate.jl and saw this dead link. I'm not sure how to replace it so I just struck it out and submitted this PR, hoping to make it easy for you to spot and edit yourself if you want! 🙂 --- docs/src/customprocessing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/customprocessing.md b/docs/src/customprocessing.md index 756e3cf..e0942a1 100644 --- a/docs/src/customprocessing.md +++ b/docs/src/customprocessing.md @@ -95,4 +95,7 @@ Literate.markdown("examples.jl", "path/to/save/markdown"; and you will see that in the final output file (here `markdown_file_name.md`) the `include` statements are replaced with the actual code to be included! -This approach is used for example in the documentation of the Julia package [`TimeseriesPrediction`](https://github.com/JuliaDynamics/TimeseriesPrediction.jl), see [here](https://github.com/JuliaDynamics/DynamicalSystems.jl/blob/master/docs/src/tsprediction/stexamples.jl) and [here for the generating script](https://github.com/JuliaDynamics/DynamicalSystems.jl/blob/master/docs/make.jl#L11-L29) +This approach is used for example in the documentation of the Julia package +[`TimeseriesPrediction`](https://github.com/JuliaDynamics/TimeseriesPrediction.jl), +see [~here~](https://github.com/JuliaDynamics/DynamicalSystems.jl/blob/master/docs/src/tsprediction/stexamples.jl) +and [here for the generating script](https://github.com/JuliaDynamics/DynamicalSystems.jl/blob/master/docs/make.jl#L11-L29)