forked from mpusz/mp-units
docs: duplicated 'construction' chapters fixed
This commit is contained in:
@@ -8,8 +8,8 @@ with a specific representation and is represented in the library with a
|
||||
`quantity` class template.
|
||||
|
||||
|
||||
Construction
|
||||
------------
|
||||
Quantity Construction
|
||||
---------------------
|
||||
|
||||
To create the quantity object from a :term:`scalar` we just have to pass
|
||||
the value to the `quantity` class template explicit constructor::
|
||||
|
@@ -8,8 +8,8 @@ A :term:`quantity point` is an absolute quantity with respect to zero
|
||||
`quantity_point` class template.
|
||||
|
||||
|
||||
Construction
|
||||
------------
|
||||
Quantity Point Construction
|
||||
---------------------------
|
||||
|
||||
To create the quantity point object from a `quantity` we just have to pass
|
||||
the value to the `quantity_point` class template explicit constructor::
|
||||
|
Reference in New Issue
Block a user