-
Notifications
You must be signed in to change notification settings - Fork 30
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
Updates to units section #158
Conversation
…quantity, fixing other things
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.
haven't read through the whole thing yet, but here are a couple comments
@matthewturk I forgot to add a short bit on physical constants. |
Thanks John for taking my first comments into account ! I'll try to do a more thorough review by the end of the week. |
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.
Sorry for taking longer than anticipated, I finally had time to read it all !
|
||
### Creating YTArray and YTQuantity instances {#sec:creating-ytarray-and-ytquantity-instances} | ||
Some physical constants are represented by Greek letters or other characters--these can be imported either using ASCII characters or | ||
their non-ASCII representations: |
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.
It might be good to also demonstrate this part, as the non-ASCII names may not be obvious to the reader (they aren't to me)
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
Co-authored-by: Clément Robert <[email protected]>
@jzuhone I think this is good to go. I'm going to issue a followup PR that converts it back to semantic line-breaks. |
[ci skip] This build is based on 6a4368f. This commit was created by the following CI build and job: https://github.com/yt-project/yt-4.0-paper/commit/6a4368fb4fb9dc7232cceac20c12ff0021afd4d5/checks https://github.com/yt-project/yt-4.0-paper/actions/runs/6161592656
[ci skip] This build is based on 6a4368f. This commit was created by the following CI build and job: https://github.com/yt-project/yt-4.0-paper/commit/6a4368fb4fb9dc7232cceac20c12ff0021afd4d5/checks https://github.com/yt-project/yt-4.0-paper/actions/runs/6161592656
This is a rewrite and update of the symbolic units section.
Closes #80