Skip to content

Commit

Permalink
docs: mp_units.core contents description extended
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 7, 2024
1 parent 720f310 commit 09ab772
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/getting_started/installation_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09ab772

Please sign in to comment.