JuliaMolSim / Molly.jl

Molecular simulation in Julia
Other
371 stars 51 forks source link

Fix inline math for docstring #91

Closed JaydevSR closed 1 year ago

JaydevSR commented 1 year ago

Escaping not required as using @doc raw.

JaydevSR commented 1 year ago

I seem to be missing a lot of such small things 😮‍💨

codecov[bot] commented 1 year ago

Codecov Report

Merging #91 (503fc77) into master (48cc4a3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   83.71%   83.71%           
=======================================
  Files          31       31           
  Lines        3678     3678           
=======================================
  Hits         3079     3079           
  Misses        599      599           
Impacted Files Coverage Δ
src/interactions/coulomb.jl 70.21% <ø> (ø)
src/interactions/lennard_jones.jl 81.19% <ø> (ø)
src/force.jl 82.35% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

jgreener64 commented 1 year ago

We all miss such things.