diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 56731ced..21e3a4bd 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-11-08T09:29:36","documenter_version":"1.1.2"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-01-03T22:56:14","documenter_version":"1.1.2"}} \ No newline at end of file diff --git a/dev/customprocessing/index.html b/dev/customprocessing/index.html index 6d49b53e..6b6e9987 100644 --- a/dev/customprocessing/index.html +++ b/dev/customprocessing/index.html @@ -26,4 +26,4 @@ end return str end
(of course replace included
with your respective files)
Finally, you simply pass this function to e.g. Literate.markdown
as
Literate.markdown("examples.jl", "path/to/save/markdown";
- name = "markdown_file_name", preprocess = replace_includes)
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 generating the examples in the documentation of the TimeseriesPrediction.jl package. The example files, included together in the stexamples.jl file, are processed by literate via this make.jl file to generate the markdown and code cells of the documentation.
Settings
This document was generated with Documenter.jl version 1.1.2 on Wednesday 8 November 2023. Using Julia version 1.9.3.