docs: references section added

This commit is contained in:
Mateusz Pusz
2020-09-08 20:04:29 +02:00
parent 9734fb02e2
commit 1f54edda33
5 changed files with 13 additions and 17 deletions
-5
View File
@@ -208,8 +208,3 @@ In order to obtain the base/coherent unit of any dimension type a
static_assert(is_same_v<dimension_unit<si::dim_length>, si::metre>);
static_assert(is_same_v<dimension_unit<si::dim_speed>, si::metre_per_second>);
.. rubric:: Citations:
.. [P0847] `"Deducing this" <https://wg21.link/P0847>`_, Programming Language C++ proposal
-5
View File
@@ -393,8 +393,3 @@ type here instead.
To learn more about unknown units please refer to
:ref:`Working with Unknown Units and Dimensions` chapter.
.. rubric:: Citations:
.. [P0847] `"Deducing this" <https://wg21.link/P0847>`_, Programming Language C++ proposal