diff --git a/docs/framework/quantities.rst b/docs/framework/quantities.rst index 06947362..b5723ab8 100644 --- a/docs/framework/quantities.rst +++ b/docs/framework/quantities.rst @@ -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:: diff --git a/docs/framework/quantity_points.rst b/docs/framework/quantity_points.rst index 9688c509..4cad2fc3 100644 --- a/docs/framework/quantity_points.rst +++ b/docs/framework/quantity_points.rst @@ -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::