Skip to content

Commit

Permalink
docs: Add new section on scoring ORFs to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jul 3, 2024
1 parent 1e07d03 commit 314bbfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -26,4 +27,4 @@ makedocs(;
warnonly = true,
)

deploydocs(; repo = "https://github.com/camilogarciabotero/GeneFinder.jl", devbranch = "main")
deploydocs(; repo = "https://github.com/camilogarciabotero/GeneFinder.jl", devbranch = "scoredocs")

0 comments on commit 314bbfd

Please sign in to comment.