-
-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation updates #1572
Documentation updates #1572
Conversation
Sphinx 3.x isn't compatible with our Nikola plugins, and the old extension compatibility issues with 4.x no longer hold. Sphinx 5.1.1 seems to be the most recent version that doesn't have formatting issues for us. Resolves Cantera/enhancements#175
These options generate warnings with Doxygen 1.9.6
No need to link directly to the "details" section since that now appears close to the top of the page.
Extract content from "thermoprops.dox" to populate the docstring for the ThermoPhase class and the "thermoprops" group. Fix numerous areas where this documentation was outdated or incorrect.
The classes derived from this (RedlichKwongMFTP and PengRobinson) have adequate tests.
Always write \log_{10} in the rare instances where that's what's actually meant.
Codecov Report
@@ Coverage Diff @@
## main #1572 +/- ##
==========================================
- Coverage 70.54% 70.49% -0.05%
==========================================
Files 379 379
Lines 59110 59110
Branches 21232 21232
==========================================
- Hits 41698 41671 -27
- Misses 14338 14363 +25
- Partials 3074 3076 +2
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @speth. I appreciate that additional documentation cleanup. Changes all look good to me.
Changes proposed in this pull request
ThermoPhase
documentation and eliminate the separate, outdatedthermoprops.dox
file\log
that should be\ln
, and always write\log_{10}
when we mean the base 10 log.If applicable, fill in the issue number this pull request is fixing
Closes #Cantera/enhancements#175
Checklist
scons build
&scons test
) and unit tests address code coverage