JuliaAtoms / AtomicLevels.jl

https://juliaatoms.org/AtomicLevels.jl
Other
12 stars 3 forks source link

Add Documenter-based documentation deployment #25

Closed mortenpi closed 5 years ago

mortenpi commented 5 years ago

I am opening this against master at the moment so that I wouldn't have to worry about the branch names. Should be easy to merge with revamp.

codecov[bot] commented 5 years ago

Codecov Report

Merging #25 into master will decrease coverage by 34.42%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #25       +/-   ##
========================================
- Coverage   90.42%   56%   -34.43%     
========================================
  Files           3     6        +3     
  Lines          94   175       +81     
========================================
+ Hits           85    98       +13     
- Misses          9    77       +68
Impacted Files Coverage Δ
src/orbitals.jl 55.55% <0%> (-29.06%) :arrow_down:
src/terms.jl 74.54% <0%> (-20.2%) :arrow_down:
src/xu2006.jl 88.88% <0%> (-5.23%) :arrow_down:
src/show.jl 0% <0%> (ø)
src/AtomicLevels.jl 100% <0%> (ø)
src/levels.jl 0% <0%> (ø)

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 b28e2bf...4da9592. Read the comment docs.

mortenpi commented 5 years ago

Actually, scratch that, let's not make this a WIP. It doesn't have any content at the moment, but I'd propose we merge this to master, make sure it works, and then add the documentation in #revamp.