mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 05:19:55 +00:00
Run DocumenterTools.generate()
This commit is contained in:
parent
39f3de83ad
commit
4ef7ba4450
4 changed files with 22 additions and 0 deletions
2
docs/.gitignore
vendored
Normal file
2
docs/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
build/
|
||||
site/
|
2
docs/Project.toml
Normal file
2
docs/Project.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[deps]
|
||||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
15
docs/make.jl
Normal file
15
docs/make.jl
Normal 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
3
docs/src/index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# SequenceVariation.jl
|
||||
|
||||
Documentation for SequenceVariation.jl
|
Loading…
Reference in a new issue