Skip to content
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

Finish writing QuantityPoint reference #152

Merged
merged 6 commits into from
Aug 29, 2023
Merged

Finish writing QuantityPoint reference #152

merged 6 commits into from
Aug 29, 2023

Commits on Jul 25, 2023

  1. Finish writing QuantityPoint reference

    We take the `Quantity` reference as a template, and adjust the contents
    accordingly.
    
    Many sections can be omitted.  For example, we don't support
    multiplication or division, and there is no "corresponding quantity
    point" machinery at this time.
    
    Other concepts are unique to `QuantityPoint`.  For example, addition and
    subtraction always involve both `QuantityPoint` and `Quantity`.  Also,
    there are further restrictions on implicit conversions in the case of
    units with offset origins that can't be represented as integers.
    
    A few other docs got updated as well.
    
    - Fixed a typo in the `Quantity` reference.
    - Added a link anchor in the `Unit` reference.
    - Added a section on quantity point makers in the unit slots discussion.
    
    To test this change, I clicked on every link and made sure it went where
    I was expecting.
    
    I also opened the `Quantity` and `QuantityPoint` reference docs in two
    neighboring tabs, and clicked on every corresponding section one at a
    time, tabbing back and forth to see the changes.
    
    Fixes #140.
    chiphogg committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    66d52d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Update unit-slots.md

    Punctuation change -- semicolon to colon
    johnzoppina authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b61e776 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update quantity_point.md

    Updated heading caps to sentence case
    johnzoppina authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8aa338c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    a0c3a26 View commit details
    Browse the repository at this point in the history
  2. Respond to review feedback

    chiphogg committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    8a8dd92 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    7618738 View commit details
    Browse the repository at this point in the history