Run DocumenterTools.generate()

master
parent 39f3de83ad
commit 4ef7ba4450
Signed by: millironx
GPG Key ID: 139C07724802BC5D

2
docs/.gitignore vendored

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

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

@ -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>"
)=#

@ -0,0 +1,3 @@
# SequenceVariation.jl
Documentation for SequenceVariation.jl
Loading…
Cancel
Save