mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
docs: references section added
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -53,3 +53,4 @@ with a permissive `MIT license <https://github.com/mpusz/units/blob/master/LICEN
|
||||
glossary
|
||||
genindex
|
||||
CHANGELOG
|
||||
references
|
||||
|
6
docs/references.rst
Normal file
6
docs/references.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
References
|
||||
==========
|
||||
|
||||
.. [ISO-80000] `ISO 80000-1:2009(E) "Quantities and units — Part 1: General" <https://www.iso.org/standard/30669.html>`_, International Organization for Standardization.
|
||||
|
||||
.. [P0847] `"Deducing this" <https://wg21.link/P0847>`_, Programming Language C++ proposal.
|
Reference in New Issue
Block a user