mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 20:01:32 +00:00
basic doc + @autodoc functions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# This file is a part of JuliaFEM.
|
||||
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
|
||||
|
||||
using Documenter
|
||||
|
||||
deploydocs(
|
||||
repo = "github.com/JuliaFEM/JuliaFEM.jl.git",
|
||||
julia = "0.6",
|
||||
target = "build",
|
||||
deps = nothing,
|
||||
make = nothing)
|
||||
Reference in New Issue
Block a user