docs: quantity_kind.rst fixed and included in TOC

This commit is contained in:
Mateusz Pusz
2021-03-19 23:20:32 +01:00
parent 822c409e91
commit 4f7c944022
2 changed files with 3 additions and 2 deletions

View File

@@ -13,4 +13,5 @@ Design Deep Dive
design/directories
design/quantity
design/quantity_kind
design/downcasting

View File

@@ -10,7 +10,7 @@ Kinds
The first template parameter of ``quantity_kind`` is a ``Kind``.
``Kind``s, by themselves:
``Kind`` s, by themselves:
* Wrap a ``Dimension``, and
* opt into the downcasting facility.
@@ -34,7 +34,7 @@ Quantity kinds
``quantity_kind`` wraps a ``quantity`` and layers over its dimensional analysis.
While all properties of the ``quantity`` apply transparently,
results are always ``quantity_kind``s related to the kind(s) of the argument(s).
results are always ``quantity_kind`` s related to the kind(s) of the argument(s).
One of the arguments to the dimensional analysis operators can also be ``Quantity``.