Skip to content

Commit

Permalink
Improve AbaqusReader.jl documentation
Browse files Browse the repository at this point in the history
Use the internal renderer of Documenter.jl
  • Loading branch information
ahojukka5 committed Mar 11, 2018
1 parent 4e5e212 commit 5399b61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/deploy.jl
@@ -0,0 +1,11 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/MortarContact2D.jl/blob/master/LICENSE

using Documenter

deploydocs(
repo = "github.com/JuliaFEM/AbaqusReader.jl.git",
julia = "0.6",
target = "build",
deps = nothing,
make = nothing)
11 changes: 11 additions & 0 deletions docs/make.jl
@@ -0,0 +1,11 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/AbaqusReader.jl/blob/master/LICENSE

using Documenter, AbaqusReader

makedocs(modules=[AbaqusReader],
format = :html,
checkdocs = :all,
sitename = "AbaqusReader.jl",
pages = ["index.md"]
)

0 comments on commit 5399b61

Please sign in to comment.