From 4f7c944022fee5c6e937623527beb43e07d98eda Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 19 Mar 2021 23:20:32 +0100 Subject: [PATCH] docs: `quantity_kind.rst` fixed and included in TOC --- docs/design.rst | 1 + docs/design/quantity_kind.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/design.rst b/docs/design.rst index 0c379c38..613a0e11 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -13,4 +13,5 @@ Design Deep Dive design/directories design/quantity + design/quantity_kind design/downcasting diff --git a/docs/design/quantity_kind.rst b/docs/design/quantity_kind.rst index 78505d1d..2ba41356 100644 --- a/docs/design/quantity_kind.rst +++ b/docs/design/quantity_kind.rst @@ -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``.