NREL-Sienna / InfrastructureSystems.jl

Utility package for Sienna's simulation infrastructure
https://nrel-sienna.github.io/InfrastructureSystems.jl/
BSD 3-Clause "New" or "Revised" License
38 stars 20 forks source link

Auto and manual formatting fixes #278

Closed jd-foster closed 2 years ago

jd-foster commented 2 years ago

Reading through the documentation led to some manual formatting and typo fixes.

I've also applied JuliaFormatter with an added script formatter_docs.jl for the Markdown to match the style guide.

[Unfortunately these two parts were mixed together in the commit; but hopefully you can see the updates.]

codecov[bot] commented 2 years ago

Codecov Report

Merging #278 (1485b6d) into master (a73f8bf) will increase coverage by 0.00%. The diff coverage is n/a.

:exclamation: Current head 1485b6d differs from pull request most recent head 7d4cc81. Consider uploading reports for the commit 7d4cc81 to get more accurate results

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #278    +/-   ##
========================================
  Coverage   78.14%   78.15%            
========================================
  Files          43       43            
  Lines        3588     3438   -150     
========================================
- Hits         2804     2687   -117     
+ Misses        784      751    -33     
Flag Coverage Δ
unittests 78.15% <ø> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/utils/utils.jl 64.16% <0.00%> (-1.99%) :arrow_down:
src/utils/print.jl 52.10% <0.00%> (-1.10%) :arrow_down:
src/utils/generate_structs.jl 84.68% <0.00%> (-0.91%) :arrow_down:
src/internal.jl 78.84% <0.00%> (-0.79%) :arrow_down:
src/probabilistic.jl 77.19% <0.00%> (-0.78%) :arrow_down:
src/scenarios.jl 83.67% <0.00%> (-0.65%) :arrow_down:
src/deterministic.jl 81.53% <0.00%> (-0.56%) :arrow_down:
src/utils/recorder_events.jl 91.39% <0.00%> (-0.53%) :arrow_down:
src/components.jl 92.56% <0.00%> (-0.52%) :arrow_down:
src/deterministic_single_time_series.jl 75.86% <0.00%> (-0.41%) :arrow_down:
... and 16 more