Browse Source

Strike-through dead link

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! 🙂
pull/60/head
Benoit Pasquier 7 years ago committed by GitHub
parent
commit
611ddfaba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/src/customprocessing.md

5
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` 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! 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)

Loading…
Cancel
Save