mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 20:54:28 +02:00
docs: library directory structure chapter updated
This commit is contained in:
@@ -8,9 +8,10 @@ Library Directories Structure
|
|||||||
units
|
units
|
||||||
├── bits
|
├── bits
|
||||||
│ └── external
|
│ └── external
|
||||||
├── data
|
|
||||||
├── generic
|
├── generic
|
||||||
└── physical
|
└── isq
|
||||||
|
├── dimensions
|
||||||
|
├── iec80000
|
||||||
├── natural
|
├── natural
|
||||||
└── si
|
└── si
|
||||||
├── cgs
|
├── cgs
|
||||||
@@ -43,16 +44,13 @@ Library Directories Structure
|
|||||||
- Provides quantity types not related to any :term:`system of quantities`
|
- Provides quantity types not related to any :term:`system of quantities`
|
||||||
(e.g. `dimensionless`, `angle`).
|
(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
|
- Its subfolders provide the definitions of various
|
||||||
:term:`systems of units <system of units>` with :term:`SI` being the most popular
|
:term:`systems of units <system of units>` with International System of Units (:term:`SI`)
|
||||||
one.
|
being the most popular one.
|
||||||
|
|
||||||
- *./units/data*
|
|
||||||
|
|
||||||
- Provides data information system and its dimensions (i.e. `data::bitrate`).
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user