mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 20:04:27 +02:00
docs: line breaks in mermaid graphs fixed
This commit is contained in:
@@ -253,15 +253,15 @@ Those cases make dimensionless quantities an exceptional tree in the library. Th
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart TD
|
||||||
dimensionless["dimensionless\n[one]"]
|
dimensionless["dimensionless<br>[one]"]
|
||||||
dimensionless --- rotation
|
dimensionless --- rotation
|
||||||
dimensionless --- efficiency
|
dimensionless --- efficiency
|
||||||
dimensionless --- angular_measure["angular_measure\n[rad]"]
|
dimensionless --- angular_measure["angular_measure<br>[rad]"]
|
||||||
angular_measure --- rotational_displacement
|
angular_measure --- rotational_displacement
|
||||||
angular_measure --- phase_angle
|
angular_measure --- phase_angle
|
||||||
dimensionless --- solid_angular_measure["solid_angular_measure\n[sr]"]
|
dimensionless --- solid_angular_measure["solid_angular_measure<br>[sr]"]
|
||||||
dimensionless --- drag_factor
|
dimensionless --- drag_factor
|
||||||
dimensionless --- storage_capacity["storage_capacity\n[bit]"] --- equivalent_binary_storage_capacity
|
dimensionless --- storage_capacity["storage_capacity<br>[bit]"] --- equivalent_binary_storage_capacity
|
||||||
dimensionless --- ...
|
dimensionless --- ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -108,8 +108,8 @@ flowchart TD
|
|||||||
path_length --- distance
|
path_length --- distance
|
||||||
distance --- radial_distance
|
distance --- radial_distance
|
||||||
length --- wavelength
|
length --- wavelength
|
||||||
length --- position_vector["position_vector\n{vector}"]
|
length --- position_vector["position_vector<br>{vector}"]
|
||||||
length --- displacement["displacement\n{vector}"]
|
length --- displacement["displacement<br>{vector}"]
|
||||||
radius --- radius_of_curvature
|
radius --- radius_of_curvature
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -299,12 +299,12 @@ The below presents some arbitrary hierarchy of derived quantities of kind energy
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart TD
|
flowchart TD
|
||||||
energy["energy\n(mass * length<sup>2</sup> / time<sup>2</sup>)"]
|
energy["energy<br>(mass * length<sup>2</sup> / time<sup>2</sup>)"]
|
||||||
energy --- mechanical_energy
|
energy --- mechanical_energy
|
||||||
mechanical_energy --- potential_energy
|
mechanical_energy --- potential_energy
|
||||||
potential_energy --- gravitational_potential_energy["gravitational_potential_energy\n(mass * acceleration_of_free_fall * height)"]
|
potential_energy --- gravitational_potential_energy["gravitational_potential_energy<br>(mass * acceleration_of_free_fall * height)"]
|
||||||
potential_energy --- elastic_potential_energy["elastic_potential_energy\n(spring_constant * amount_of_compression<sup>2</sup>)"]
|
potential_energy --- elastic_potential_energy["elastic_potential_energy<br>(spring_constant * amount_of_compression<sup>2</sup>)"]
|
||||||
mechanical_energy --- kinetic_energy["kinetic_energy\n(mass * speed<sup>2</sup>)"]
|
mechanical_energy --- kinetic_energy["kinetic_energy<br>(mass * speed<sup>2</sup>)"]
|
||||||
energy --- enthalpy
|
energy --- enthalpy
|
||||||
enthalpy --- internal_energy[internal_energy, thermodynamic_energy]
|
enthalpy --- internal_energy[internal_energy, thermodynamic_energy]
|
||||||
internal_energy --- Helmholtz_energy[Helmholtz_energy, Helmholtz_function]
|
internal_energy --- Helmholtz_energy[Helmholtz_energy, Helmholtz_function]
|
||||||
|
Reference in New Issue
Block a user