-
-
Notifications
You must be signed in to change notification settings - Fork 46k
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
Fix sphinx/build_docs warnings for physics/speeds_of_gas_molecules #12471
base: master
Are you sure you want to change the base?
Fix sphinx/build_docs warnings for physics/speeds_of_gas_molecules #12471
Conversation
@cclauss please review |
| f(v) = (M/2πRT)^(3/2) * 4πv^2 * e^(-Mv^2/2RT) | | ||
------------------------------------------------- | ||
.. math:: f(v) = \left(\frac{M}{2 \pi RT}\right)^{\frac{3}{2}} \cdot 4 \pi v^2 | ||
\cdot e^{-\frac{Mv^2}{2RT}} |
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.
The current text is readable by human code readers, while the second forces the reader to open the docs to understand the formula. Would it be possible/useful to keep both the new and the old?
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.
Done
5aba01b
to
e6ed32e
Compare
Describe your change:
Fix sphinx/build_docs warnings for physics/speeds_of_gas_molecules
Checklist: