From 2d6b9c080cd970cc156325d8dc5335d3ec3b45a8 Mon Sep 17 00:00:00 2001 From: Michael Persico Date: Wed, 9 Aug 2023 23:15:41 +0000 Subject: [PATCH] fix missing ref to Package development section --- docs/src/getting_started/biojuliainstallation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting_started/biojuliainstallation.md b/docs/src/getting_started/biojuliainstallation.md index b372285..47a2035 100644 --- a/docs/src/getting_started/biojuliainstallation.md +++ b/docs/src/getting_started/biojuliainstallation.md @@ -48,7 +48,7 @@ julia> using `(@v1.x) pkg> add...`. You do not need to manually change the version number indicated in the prompt if you have a different Julia version than that which is listed, it is again handled for you. -## Package development +## [Package development](@id pkg-devel) If you are interested in developing a new or existing BioJulia/Julia package, the package manager can also help you by first cloning the package repository to your development machine. Pkg will then load the required