PtFEM / PtFEM.jl

"Programming the Finite Element Method" by I M Smith, D V Griffiths and L Margetts
http://www.wiley.com/WileyCDA/WileyTitle/productCd-1119973341.html
Other
46 stars 16 forks source link

Remove unnecessary Documenter dependency. #5

Closed fredrikekre closed 5 years ago

fredrikekre commented 5 years ago

Hi, as you may know we are working on a breaking release of Documenter. Therefore, we are putting upperbounds on the packages that have Documenter as a direct dependency (https://github.com/JuliaLang/METADATA.jl/pull/19162) but I noticed that this package have a dependency on Documenter for no reason. This PR removes that.

codecov-io commented 5 years ago

Codecov Report

Merging #5 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   86.85%   86.85%           
=======================================
  Files          56       56           
  Lines        2952     2952           
=======================================
  Hits         2564     2564           
  Misses        388      388

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 41f097a...277726c. Read the comment docs.