From 822c409e91ba68f838981039226dee15bfc815d0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 19 Mar 2021 23:19:53 +0100 Subject: [PATCH] docs: library directory structure chapter updated --- docs/design/directories.rst | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/design/directories.rst b/docs/design/directories.rst index 4f7a6703..562ab07d 100644 --- a/docs/design/directories.rst +++ b/docs/design/directories.rst @@ -8,9 +8,10 @@ Library Directories Structure units ├── bits │ └── external - ├── data ├── generic - └── physical + └── isq + ├── dimensions + ├── iec80000 ├── natural └── si ├── cgs @@ -43,16 +44,13 @@ Library Directories Structure - Provides quantity types not related to any :term:`system of quantities` (e.g. `dimensionless`, `angle`). -- *./units/physical* +- *./units/isq* - - Contains the definition of physical units dimensions. + - Contains the definition of quantity dimensions of International System of Quantities + (:term:`ISQ`). - Its subfolders provide the definitions of various - :term:`systems of units ` with :term:`SI` being the most popular - one. - -- *./units/data* - - - Provides data information system and its dimensions (i.e. `data::bitrate`). + :term:`systems of units ` with International System of Units (:term:`SI`) + being the most popular one. .. seealso::