From 314bbfdaefb33c9f8fc7752c567bd4a842cf739e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Wed, 3 Jul 2024 15:30:30 -0500 Subject: [PATCH] docs: Add new section on scoring ORFs to documentation --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index b166f41..7f7d98b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,6 +18,7 @@ makedocs(; pages = [ "Home" => "index.md", "Finding ORFs" => "naivefinder.md", + "Scoring ORFs" => "features.md", "A Simple Coding Rule" => "simplecodingrule.md", "Wrtiting ORFs In Files" => "iodocs.md", "API" => "api.md", @@ -26,4 +27,4 @@ makedocs(; warnonly = true, ) -deploydocs(; repo = "https://github.com/camilogarciabotero/GeneFinder.jl", devbranch = "main") \ No newline at end of file +deploydocs(; repo = "https://github.com/camilogarciabotero/GeneFinder.jl", devbranch = "scoredocs") \ No newline at end of file