From ff02575aaed88f9ca144ff5119c0832ebcc7b576 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 8 Sep 2020 18:39:05 +0200 Subject: [PATCH] docs: duplicated 'construction' chapters fixed --- docs/framework/quantities.rst | 4 ++-- docs/framework/quantity_points.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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::