Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
It's a bad idea to generate figures automatically, the solution is too
complex for travis-ci. Better to use static pictures.
  • Loading branch information
ahojukka5 committed Feb 8, 2018
1 parent ef97fb5 commit b5f1f30
Show file tree
Hide file tree
Showing 5 changed files with 985 additions and 21 deletions.
6 changes: 0 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

using Documenter, Mortar2D

if haskey(ENV, "TRAVIS")
println("inside TRAVIS, installing PyPlot + matplotlib")
Pkg.add("PyPlot")
run(`pip install matplotlib`)
end

makedocs(modules=[Mortar2D],
format = :html,
sitename = "Mortar2D",
Expand Down
338 changes: 338 additions & 0 deletions docs/src/figs/fig1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5f1f30

Please sign in to comment.