Cantera / cantera

Chemical kinetics, thermodynamics, and transport tool suite
https://cantera.org
Other
603 stars 346 forks source link

Use Doxygen @cite #1550

Closed ischoegl closed 1 year ago

ischoegl commented 1 year ago

Changes proposed in this pull request

Use Doxygen @cite command to create Bibliography.

See comment in https://github.com/Cantera/enhancements/issues/178#issuecomment-1644858874

Addresses Cantera/enhancements#145 and Cantera/enhancements#179

If applicable, provide an example illustrating new features this pull request is introducing

image

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1550 (fe81b7c) into main (5f1014c) will increase coverage by 0.01%. Report is 2 commits behind head on main. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1550      +/-   ##
==========================================
+ Coverage   70.46%   70.48%   +0.01%     
==========================================
  Files         379      379              
  Lines       59091    59093       +2     
  Branches    21228    21230       +2     
==========================================
+ Hits        41641    41653      +12     
+ Misses      14369    14360       -9     
+ Partials     3081     3080       -1     
Files Changed Coverage Δ
include/cantera/kinetics/BlowersMaselRate.h 97.50% <ø> (ø)
include/cantera/kinetics/Falloff.h 81.63% <ø> (ø)
include/cantera/kinetics/InterfaceRate.h 87.87% <ø> (ø)
include/cantera/kinetics/TwoTempPlasmaRate.h 100.00% <ø> (ø)
include/cantera/numerics/Func1.h 49.55% <ø> (ø)
include/cantera/oneD/Boundary1D.h 48.97% <ø> (ø)
include/cantera/oneD/Domain1D.h 79.69% <ø> (ø)
include/cantera/oneD/Sim1D.h 66.66% <ø> (ø)
include/cantera/oneD/StFlow.h 100.00% <ø> (ø)
include/cantera/thermo/PlasmaPhase.h 81.39% <ø> (ø)
... and 8 more

... and 4 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ischoegl commented 1 year ago

Thanks, @speth ... I believe this is taken care of.