Skip to content

Commit 496ee42

Browse files
committed
cleaning the dot code a little bit
1 parent a454e81 commit 496ee42

File tree

6 files changed

+38
-46
lines changed

6 files changed

+38
-46
lines changed

learning-path/cloud-devops.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ digraph G {
4747
]
4848
4949
subgraph cluster_devops {
50-
style=filled;
51-
color=lightgrey;
5250
node [style=filled, color=pink];
53-
dv_1 -> dv_2;
54-
label = "*Cloud y DevOps*";
55-
fontsize = 20;
51+
style=filled;
5652
color=green;
53+
fontsize = 20;
54+
label = "*Cloud y DevOps*";
5755
href="/learning-path/cloud-devops/";
5856
target="_top";
57+
dv_1 -> dv_2;
5958
}
6059
}
6160
```

learning-path/data-science.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@ digraph G {
4545
]
4646
4747
subgraph cluster_science {
48-
style=filled;
49-
color=lightgrey;
5048
node [style=filled, color=pink];
51-
ds_1 -> ds_2;
52-
label = "*Ciencias de Datos*";
53-
fontsize = 20;
49+
style=filled;
5450
color=lightblue;
51+
fontsize = 20;
52+
label = "*Ciencias de Datos*";
5553
href="/learning-path/data-science/";
5654
target="_top";
55+
ds_1 -> ds_2;
5756
}
5857
}
5958
```

learning-path/index.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -80,62 +80,58 @@ digraph G {
8080
]
8181
8282
subgraph cluster_python {
83+
node [style=filled, color=pink];
8384
style=filled;
8485
color=lightgrey;
85-
node [style=filled, color=pink];
86-
p_1 -> p_2;
87-
label = "*Desarrollador Python*";
8886
fontsize = 20;
87+
label = "*Desarrollador Python*";
8988
href="/learning-path/python-developer/";
9089
target="_top";
90+
p_1 -> p_2;
9191
}
9292
9393
subgraph cluster_web {
94-
style=filled;
95-
color=lightgrey;
9694
node [style=filled, color=pink];
97-
d_1 -> d_2;
98-
label = "*Desarrollador Web*";
99-
fontsize = 20;
95+
style=filled;
10096
color=lightblue;
97+
fontsize = 20;
98+
label = "*Desarrollador Web*";
10199
href="/learning-path/web-developer/";
102100
target="_top";
101+
d_1 -> d_2;
103102
}
104103
105104
subgraph cluster_science {
106-
style=filled;
107-
color=lightgrey;
108105
node [style=filled, color=pink];
109-
ds_1 -> ds_2;
110-
label = "*Ciencias de Datos*";
111-
fontsize = 20;
106+
style=filled;
112107
color=lightblue;
108+
fontsize = 20;
109+
label = "*Ciencias de Datos*";
113110
href="/learning-path/data-science/";
114111
target="_top";
112+
ds_1 -> ds_2;
115113
}
116114
117115
subgraph cluster_devops {
118-
style=filled;
119-
color=lightgrey;
120116
node [style=filled, color=pink];
121-
dv_1 -> dv_2;
122-
label = "*Cloud y DevOps*";
123-
fontsize = 20;
117+
style=filled;
124118
color=green;
119+
fontsize = 20;
120+
label = "*Cloud y DevOps*";
125121
href="/learning-path/cloud-devops/";
126122
target="_top";
123+
dv_1 -> dv_2;
127124
}
128125
129126
subgraph cluster_ml {
130-
style=filled;
131-
color=lightgrey;
132127
node [style=filled,color=pink];
133-
ml_1 -> ml_2;
134-
label = "*Machine Learning e IA*";
135-
fontsize = 20;
128+
style=filled;
136129
color=green;
130+
fontsize = 20;
131+
label = "*Machine Learning e IA*";
137132
href="/learning-path/machine-learning-ai/";
138133
target="_top";
134+
ml_1 -> ml_2;
139135
}
140136
141137
p_2 -> d_1;

learning-path/machine-learning-ai.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ digraph G {
4747
]
4848
4949
subgraph cluster_ml {
50-
style=filled;
51-
color=lightgrey;
5250
node [style=filled,color=pink];
53-
ml_1 -> ml_2;
54-
label = "*Machine Learning e IA*";
55-
fontsize = 20;
51+
style=filled;
5652
color=green;
53+
fontsize = 20;
54+
label = "*Machine Learning e IA*";
5755
href="/learning-path/machine-learning-ai/";
5856
target="_top";
57+
ml_1 -> ml_2;
5958
}
6059
}
6160
```

learning-path/python-developer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ digraph G {
4444
]
4545
4646
subgraph cluster_python {
47+
node [style=filled, color=pink];
4748
style=filled;
4849
color=lightgrey;
49-
node [style=filled, color=pink];
50-
p_1 -> p_2;
51-
label = "*Desarrollador Python*";
5250
fontsize = 20;
51+
label = "*Desarrollador Python*";
5352
href="/learning-path/python-developer/";
5453
target="_top";
54+
p_1 -> p_2;
5555
}
5656
}
5757
```

learning-path/web-developer.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@ digraph G {
4545
]
4646
4747
subgraph cluster_web {
48-
style=filled;
49-
color=lightgrey;
5048
node [style=filled, color=pink];
51-
d_1 -> d_2;
52-
label = "*Desarrollador Web*";
53-
fontsize = 20;
49+
style=filled;
5450
color=lightblue;
51+
fontsize = 20;
52+
label = "*Desarrollador Web*";
5553
href="/learning-path/web-developer/";
5654
target="_top";
55+
d_1 -> d_2;
5756
}
5857
}
5958
```

0 commit comments

Comments
 (0)