Skip to content

Commit 1591415

Browse files
committed
docs: hierarchy trees alias separator unified with the generated system docs
1 parent 1a55e18 commit 1591415

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

docs/blog/posts/bringing-quantity-safety-to-the-next-level.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ the following:
410410
```mermaid
411411
flowchart TD
412412
length["<b>length</b><br>[m]"]
413-
length --- width["<b>width</b> / <b>breadth</b>"]
414-
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
413+
length --- width["<b>width</b> | <b>breadth</b>"]
414+
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
415415
width --- thickness["<b>thickness</b>"]
416416
width --- diameter["<b>diameter</b>"]
417417
width --- radius["<b>radius</b>"]

docs/blog/posts/isq-part-3-modeling-isq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ ISO 80000-3:
148148
```mermaid
149149
flowchart TD
150150
length["<b>length</b><br>[m]"]
151-
length --- width["<b>width</b> / <b>breadth</b>"]
152-
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
151+
length --- width["<b>width</b> | <b>breadth</b>"]
152+
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
153153
width --- thickness["<b>thickness</b>"]
154154
width --- diameter["<b>diameter</b>"]
155155
width --- radius["<b>radius</b>"]

docs/blog/posts/isq-part-4-implementing-isq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ We've seen this tree already:
4444
```mermaid
4545
flowchart TD
4646
length["<b>length</b><br>[m]"]
47-
length --- width["<b>width</b> / <b>breadth</b>"]
48-
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
47+
length --- width["<b>width</b> | <b>breadth</b>"]
48+
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
4949
width --- thickness["<b>thickness</b>"]
5050
width --- diameter["<b>diameter</b>"]
5151
width --- radius["<b>radius</b>"]
@@ -127,9 +127,9 @@ flowchart TD
127127
potential_energy --- elastic_potential_energy["<b>elastic_potential_energy</b><br><i>(spring_constant * amount_of_compression<sup>2</sup>)</i>"]
128128
mechanical_energy --- kinetic_energy["<b>kinetic_energy</b><br><i>(mass * speed<sup>2</sup>)</i>"]
129129
energy --- enthalpy["<b>enthalpy</b>"]
130-
enthalpy --- internal_energy["<b>internal_energy</b> / <b>thermodynamic_energy</b>"]
131-
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> / <b>Helmholtz_function</b>"]
132-
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> / <b>Gibbs_function</b>"]
130+
enthalpy --- internal_energy["<b>internal_energy</b> | <b>thermodynamic_energy</b>"]
131+
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> | <b>Helmholtz_function</b>"]
132+
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> | <b>Gibbs_function</b>"]
133133
energy --- active_energy["<b>active_energy</b>"]
134134
```
135135

docs/users_guide/framework_basics/systems_of_quantities.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ For example, here are all quantities of the kind length provided in the ISO 8000
9191
```mermaid
9292
flowchart TD
9393
length["<b>length</b><br>[m]"]
94-
length --- width["<b>width</b> / <b>breadth</b>"]
95-
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
94+
length --- width["<b>width</b> | <b>breadth</b>"]
95+
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
9696
width --- thickness["<b>thickness</b>"]
9797
width --- diameter["<b>diameter</b>"]
9898
width --- radius["<b>radius</b>"]
@@ -347,9 +347,9 @@ flowchart TD
347347
potential_energy --- elastic_potential_energy["<b>elastic_potential_energy</b><br><i>(spring_constant * amount_of_compression<sup>2</sup>)</i>"]
348348
mechanical_energy --- kinetic_energy["<b>kinetic_energy</b><br><i>(mass * speed<sup>2</sup>)</i>"]
349349
energy --- enthalpy["<b>enthalpy</b>"]
350-
enthalpy --- internal_energy["<b>internal_energy</b> / <b>thermodynamic_energy</b>"]
351-
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> / <b>Helmholtz_function</b>"]
352-
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> / <b>Gibbs_function</b>"]
350+
enthalpy --- internal_energy["<b>internal_energy</b> | <b>thermodynamic_energy</b>"]
351+
internal_energy --- Helmholtz_energy["<b>Helmholtz_energy</b> | <b>Helmholtz_function</b>"]
352+
enthalpy --- Gibbs_energy["<b>Gibbs_energy</b> | <b>Gibbs_function</b>"]
353353
energy --- active_energy["<b>active_energy</b>"]
354354
```
355355

docs/users_guide/systems/isq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ kind _length_:
134134
```mermaid
135135
flowchart TD
136136
length["<b>length</b><br>[m]"]
137-
length --- width["<b>width</b> / <b>breadth</b>"]
138-
length --- height["<b>height</b> / <b>depth</b> / <b>altitude</b>"]
137+
length --- width["<b>width</b> | <b>breadth</b>"]
138+
length --- height["<b>height</b> | <b>depth</b> | <b>altitude</b>"]
139139
width --- thickness["<b>thickness</b>"]
140140
width --- diameter["<b>diameter</b>"]
141141
width --- radius["<b>radius</b>"]

0 commit comments

Comments
 (0)