diff --git a/docs/framework/dimensions.rst b/docs/framework/dimensions.rst index b60c679c..d1c24e4b 100644 --- a/docs/framework/dimensions.rst +++ b/docs/framework/dimensions.rst @@ -208,8 +208,3 @@ In order to obtain the base/coherent unit of any dimension type a static_assert(is_same_v, si::metre>); static_assert(is_same_v, si::metre_per_second>); - - -.. rubric:: Citations: - -.. [P0847] `"Deducing this" `_, Programming Language C++ proposal diff --git a/docs/framework/units.rst b/docs/framework/units.rst index 3faac996..be36e46b 100644 --- a/docs/framework/units.rst +++ b/docs/framework/units.rst @@ -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" `_, Programming Language C++ proposal diff --git a/docs/glossary.rst b/docs/glossary.rst index 34c05457..e729ad65 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -205,10 +205,9 @@ Other definitions .. rubric:: Footnotes: -.. [1] **ISO 80000-1:2009(E) "Quantities and units — Part 1: General"** gives general information - and definitions concerning quantities, systems of quantities, units, quantity and unit symbols, - and coherent unit systems, especially the International System of Quantities, ISQ, and the - International System of Units, SI. The principles laid down in ISO 80000-1:2009 are intended - for general use within the various fields of science and technology and as an introduction to - other parts of the Quantities and units series. Ordinal quantities and nominal properties are - outside the scope of ISO 80000-1:2009. +.. [1] [ISO-80000]_ gives general information and definitions concerning quantities, systems of quantities, + units, quantity and unit symbols, and coherent unit systems, especially the International System + of Quantities, ISQ, and the International System of Units, SI. The principles laid down in + ISO 80000-1:2009 are intended for general use within the various fields of science and technology + and as an introduction to other parts of the Quantities and units series. Ordinal quantities and + nominal properties are outside the scope of ISO 80000-1:2009. diff --git a/docs/index.rst b/docs/index.rst index cd430e0d..927a7f47 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,3 +53,4 @@ with a permissive `MIT license `_, International Organization for Standardization. + +.. [P0847] `"Deducing this" `_, Programming Language C++ proposal.