From e4b9542935d17245e336c52e9a66294750294448 Mon Sep 17 00:00:00 2001 From: ArnoStrouwen Date: Fri, 9 Aug 2024 05:52:17 +0200 Subject: [PATCH] docs reproducibility --- docs/src/index.md | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 6ff9dd7ed6..b2647f8898 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -56,32 +56,19 @@ Pkg.status(; mode = PKGMODE_MANIFEST) # hide ``` -```@raw html -You can also download the -manifest file and the -project file. +link_manifest = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * + "/assets/Manifest.toml" +link_project = "https://github.com/SciML/" * name * ".jl/tree/gh-pages/v" * version * + "/assets/Project.toml" +Markdown.parse("""You can also download the +[manifest]($link_manifest) +file and the +[project]($link_project) +file. +""") ```