Run DocumenterTools.generate()

This commit is contained in:
Thomas A. Christensen II 2022-07-05 10:09:40 -05:00
parent 39f3de83ad
commit 4ef7ba4450
Signed by: millironx
GPG key ID: 139C07724802BC5D
4 changed files with 22 additions and 0 deletions

2
docs/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
build/
site/

2
docs/Project.toml Normal file
View file

@ -0,0 +1,2 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

15
docs/make.jl Normal file
View file

@ -0,0 +1,15 @@
using Documenter
using SequenceVariation
makedocs(
sitename = "SequenceVariation",
format = Documenter.HTML(),
modules = [SequenceVariation]
)
# Documenter can also automatically deploy documentation to gh-pages.
# See "Hosting Documentation" and deploydocs() in the Documenter manual
# for more information.
#=deploydocs(
repo = "<repository url>"
)=#

3
docs/src/index.md Normal file
View file

@ -0,0 +1,3 @@
# SequenceVariation.jl
Documentation for SequenceVariation.jl