From 3ceb9c22ecc289a9ef2f4df4a6e72a30a6271764 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 22 Mar 2021 07:00:38 +0100 Subject: [PATCH] link to the repo in the docs This makes is easier for people to get to the source code of Literate.jl if they find the documentation, e.g. using Google. --- docs/src/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 7cac91d..58771eb 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,7 +1,8 @@ # [**1.** Introduction](@id Introduction) -Welcome to the documentation for Literate -- a simplistic package -for [Literate Programming](https://en.wikipedia.org/wiki/Literate_programming). +Welcome to the documentation for [Literate](https://github.com/fredrikekre/Literate.jl) +-- a simplistic package for +[Literate Programming](https://en.wikipedia.org/wiki/Literate_programming). ### What?