Skip to content

Commit 927cff9

Browse files
add graph image to list functions page (#260)
1 parent 1619b3b commit 927cff9

File tree

2 files changed

+92
-47
lines changed

2 files changed

+92
-47
lines changed
Lines changed: 91 additions & 0 deletions
Loading

modules/ROOT/pages/functions/list.adoc

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -19,53 +19,7 @@ Functions:
1919
* xref:functions/list.adoc#functions-tointegerlist[toIntegerList()]
2020
* xref:functions/list.adoc#functions-tostringlist[toStringList()]
2121

22-
23-
.Graph
24-
["dot", "List functions-1.svg", "neoviz", ""]
25-
----
26-
N0 [
27-
label = "{Person, Developer|name = \'Alice\'\lage = 38\leyes = \'brown\'\l}"
28-
]
29-
N0 -> N2 [
30-
color = "#2e3436"
31-
fontcolor = "#2e3436"
32-
label = "KNOWS\n"
33-
]
34-
N0 -> N1 [
35-
color = "#2e3436"
36-
fontcolor = "#2e3436"
37-
label = "KNOWS\n"
38-
]
39-
N1 [
40-
label = "name = \'Bob\'\lage = 25\leyes = \'blue\'\l"
41-
]
42-
N1 -> N3 [
43-
color = "#2e3436"
44-
fontcolor = "#2e3436"
45-
label = "KNOWS\n"
46-
]
47-
N1 -> N4 [
48-
color = "#4e9a06"
49-
fontcolor = "#4e9a06"
50-
label = "MARRIED\n"
51-
]
52-
N2 [
53-
label = "name = \'Charlie\'\lage = 53\leyes = \'green\'\l"
54-
]
55-
N2 -> N3 [
56-
color = "#2e3436"
57-
fontcolor = "#2e3436"
58-
label = "KNOWS\n"
59-
]
60-
N3 [
61-
label = "name = \'Daniel\'\lage = 54\leyes = \'brown\'\l"
62-
]
63-
N4 [
64-
label = "eyes = \'blue\'\larray = \[\'one\', \'two\', \'three\'\]\lname = \'Eskil\'\lage = 41\l"
65-
]
66-
67-
----
68-
22+
image:graph_list_functions.svg[]
6923

7024
[[functions-keys]]
7125
== keys()

0 commit comments

Comments
 (0)