basic doc + @autodoc functions

This commit is contained in:
Jukka Aho
2017-08-05 12:00:16 +03:00
parent 96714acc18
commit 6893ec3fa8
4 changed files with 71 additions and 17 deletions
+11
View File
@@ -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)