From 9a32c8bc2cf49593863e6a9ee4a7a3396f651fba Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 17 Mar 2020 15:32:23 +0100 Subject: [PATCH] "See also" note added to "Library Directories Structure" chapter --- docs/design/directories.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/design/directories.rst b/docs/design/directories.rst index 5cc7131c..fe7614eb 100644 --- a/docs/design/directories.rst +++ b/docs/design/directories.rst @@ -45,4 +45,9 @@ Library Directories Structure - *./units/data* - - Provides data information dimensions (i.e. `data::bitrate`). + - Provides data information system and its dimensions (i.e. `data::bitrate`). + +.. seealso:: + + More information on provided :term:`systems of units ` can be + found in :ref:`Systems` chapter.