From 09ab7729d32d7b75dbeffc1ca58f35a4be1f8e17 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 7 Jan 2024 15:45:15 +0100 Subject: [PATCH] docs: `mp_units.core` contents description extended --- docs/getting_started/installation_and_usage.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index fb7c15b4d..92b4d41c6 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -40,11 +40,11 @@ flowchart TD mp_units --- mp_units.systems --- mp_units.core ``` -| C++ Module | CMake Target | Contents | -|--------------------|----------------------|-----------------------------------------| -| `mp_units.core` | `mp-units::core` | Core library framework | -| `mp_units.systems` | `mp-units::systems` | All the systems of quantities and units | -| `mp_units` | `mp-units::mp-units` | Core + Systems | +| C++ Module | CMake Target | Contents | +|--------------------|----------------------|----------------------------------------------------------| +| `mp_units.core` | `mp-units::core` | Core library framework and systems-independent utilities | +| `mp_units.systems` | `mp-units::systems` | All the systems of quantities and units | +| `mp_units` | `mp-units::mp-units` | Core + Systems | !!! note