Skip to content

Commit

Permalink
Bump Documenter to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Sep 26, 2023
1 parent ee92aad commit 1737991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.27"
Documenter = "1"
2 changes: 1 addition & 1 deletion docs/src/sequence_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ julia> findfirst(DNA_A, seq)
julia> findlast(DNA_A, seq)
8
findnext(DNA_A, seq, 2)
julia> findnext(DNA_A, seq, 2)
3
julia> findprev(DNA_A, seq, 7)
Expand Down

0 comments on commit 1737991

Please sign in to comment.