Skip to content

Commit 0d26e22

Browse files
minor tweaks to documentation, skip ci (SHAME!)
1 parent 37f7999 commit 0d26e22

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

examples/tutorial2.jl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,18 @@ df = DataFrame( # hide
131131
CableDesign
132132
├── CableComponent
133133
│ ├── conductor_group::ConductorGroup <: AbstractConductorPart
134-
│ │ ├── layers::Vector{AbstractConductorPart}
135-
│ │ │ ├── WireArray
136-
│ │ ├── Tubular
137-
│ │ ├── Strip
138-
│ │ ──
139-
── conductor_props::Material
140-
── insulator_group::InsulatorGroup <: AbstractInsulatorPart
141-
├── layers::Vector{AbstractInsulatorPart}
142-
│ ├── Insulator
143-
├── Semicon
144-
──
145-
│ └── insulator_props::Material
134+
│ │ ├── conductor_props::Material
135+
│ │ ── layers::Vector{AbstractConductorPart}
136+
│ │ ├── WireArray
137+
│ │ ├── Tubular
138+
│ │ ── Strip
139+
│ └──
140+
── insulator_group::InsulatorGroup <: AbstractInsulatorPart
141+
├── insulator_props::Material
142+
── layers::Vector{AbstractInsulatorPart}
143+
├── Insulator
144+
── Semicon
145+
└──
146146
147147
├── CableComponent
148148
│ ├── …
@@ -432,7 +432,7 @@ system_df = linecablesystem_todf(cable_system)
432432
plt4 = preview_linecablesystem(cable_system, zoom_factor=0.15)
433433

434434
#=
435-
## PSCAD Export
435+
## PSCAD export
436436
437437
The final step showcases how to export the model for electromagnetic transient simulations in PSCAD.
438438
=#

0 commit comments

Comments
 (0)