mirror of
https://github.com/mpusz/mp-units.git
synced 2026-01-25 16:42:25 +01:00
docs: hierarchy trees alias separator unified with the generated system docs
This commit is contained in:
@@ -410,8 +410,8 @@ the following:
|
||||
```mermaid
|
||||
flowchart TD
|
||||
length["<b>length</b><br>[m]"]
|
||||
length --- width["<b>width</b> / <b>breadth</b>"]
|
||||
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
|
||||
length --- width["<b>width</b> | <b>breadth</b>"]
|
||||
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
|
||||
width --- thickness["<b>thickness</b>"]
|
||||
width --- diameter["<b>diameter</b>"]
|
||||
width --- radius["<b>radius</b>"]
|
||||
|
||||
@@ -148,8 +148,8 @@ ISO 80000-3:
|
||||
```mermaid
|
||||
flowchart TD
|
||||
length["<b>length</b><br>[m]"]
|
||||
length --- width["<b>width</b> / <b>breadth</b>"]
|
||||
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
|
||||
length --- width["<b>width</b> | <b>breadth</b>"]
|
||||
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
|
||||
width --- thickness["<b>thickness</b>"]
|
||||
width --- diameter["<b>diameter</b>"]
|
||||
width --- radius["<b>radius</b>"]
|
||||
|
||||
@@ -44,8 +44,8 @@ We've seen this tree already:
|
||||
```mermaid
|
||||
flowchart TD
|
||||
length["<b>length</b><br>[m]"]
|
||||
length --- width["<b>width</b> / <b>breadth</b>"]
|
||||
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
|
||||
length --- width["<b>width</b> | <b>breadth</b>"]
|
||||
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
|
||||
width --- thickness["<b>thickness</b>"]
|
||||
width --- diameter["<b>diameter</b>"]
|
||||
width --- radius["<b>radius</b>"]
|
||||
@@ -127,9 +127,9 @@ flowchart TD
|
||||
potential_energy --- elastic_potential_energy["<b>elastic_potential_energy</b><br><i>(spring_constant * amount_of_compression<sup>2</sup>)</i>"]
|
||||
mechanical_energy --- kinetic_energy["<b>kinetic_energy</b><br><i>(mass * speed<sup>2</sup>)</i>"]
|
||||
energy --- enthalpy["<b>enthalpy</b>"]
|
||||
enthalpy --- internal_energy["<b>internal_energy</b> / <b>thermodynamic_energy</b>"]
|
||||
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> / <b>Helmholtz_function</b>"]
|
||||
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> / <b>Gibbs_function</b>"]
|
||||
enthalpy --- internal_energy["<b>internal_energy</b> | <b>thermodynamic_energy</b>"]
|
||||
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> | <b>Helmholtz_function</b>"]
|
||||
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> | <b>Gibbs_function</b>"]
|
||||
energy --- active_energy["<b>active_energy</b>"]
|
||||
```
|
||||
|
||||
|
||||
@@ -91,8 +91,8 @@ For example, here are all quantities of the kind length provided in the ISO 8000
|
||||
```mermaid
|
||||
flowchart TD
|
||||
length["<b>length</b><br>[m]"]
|
||||
length --- width["<b>width</b> / <b>breadth</b>"]
|
||||
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
|
||||
length --- width["<b>width</b> | <b>breadth</b>"]
|
||||
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
|
||||
width --- thickness["<b>thickness</b>"]
|
||||
width --- diameter["<b>diameter</b>"]
|
||||
width --- radius["<b>radius</b>"]
|
||||
@@ -347,9 +347,9 @@ flowchart TD
|
||||
potential_energy --- elastic_potential_energy["<b>elastic_potential_energy</b><br><i>(spring_constant * amount_of_compression<sup>2</sup>)</i>"]
|
||||
mechanical_energy --- kinetic_energy["<b>kinetic_energy</b><br><i>(mass * speed<sup>2</sup>)</i>"]
|
||||
energy --- enthalpy["<b>enthalpy</b>"]
|
||||
enthalpy --- internal_energy["<b>internal_energy</b> / <b>thermodynamic_energy</b>"]
|
||||
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> / <b>Helmholtz_function</b>"]
|
||||
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> / <b>Gibbs_function</b>"]
|
||||
enthalpy --- internal_energy["<b>internal_energy</b> | <b>thermodynamic_energy</b>"]
|
||||
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> | <b>Helmholtz_function</b>"]
|
||||
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> | <b>Gibbs_function</b>"]
|
||||
energy --- active_energy["<b>active_energy</b>"]
|
||||
```
|
||||
|
||||
|
||||
@@ -134,8 +134,8 @@ kind _length_:
|
||||
```mermaid
|
||||
flowchart TD
|
||||
length["<b>length</b><br>[m]"]
|
||||
length --- width["<b>width</b> / <b>breadth</b>"]
|
||||
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
|
||||
length --- width["<b>width</b> | <b>breadth</b>"]
|
||||
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
|
||||
width --- thickness["<b>thickness</b>"]
|
||||
width --- diameter["<b>diameter</b>"]
|
||||
width --- radius["<b>radius</b>"]
|
||||
|
||||
Reference in New Issue
Block a user