Skip to content

Commit e70873b

Browse files
authored
Merge pull request #7038 from nickmcintyre/ref-io-files
Update IO references
2 parents c6deaa5 + 2dc4f44 commit e70873b

File tree

3 files changed

+1003
-333
lines changed

3 files changed

+1003
-333
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0"?>
2+
<animals>
3+
<mammal id="0" species="Capra hircus">Goat</mammal>
4+
<mammal id="1" species="Panthera pardus">Leopard</mammal>
5+
<mammal id="2" species="Equus zebra">Zebra</mammal>
6+
<reptile id="3" species="Caretta caretta">Turtle</reptile>
7+
</animals>

docs/yuidoc-p5-theme/assets/data.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"x": 50,
3+
"y": 50,
4+
"d": 40,
5+
"color": "deeppink",
6+
"bubbles": [
7+
{ "x": 73, "y": 70.1, "d": 17.1 },
8+
{ "x": 68.3, "y": 71.8, "d": 24.3 },
9+
{ "x": 2.1, "y": 76.6, "d": 23.6 },
10+
{ "x": 74.5, "y": 8.5, "d": 21.5 },
11+
{ "x": 80.4, "y": 80.3, "d": 8.1 },
12+
{ "x": 1.5, "y": 62.4, "d": 33.9 },
13+
{ "x": 48, "y": 14.6, "d": 32.5 },
14+
{ "x": 46.7, "y": 13.1, "d": 37.2 },
15+
{ "x": 95.4, "y": 73.3, "d": 5.7 },
16+
{ "x": 23.6, "y": 75.1, "d": 36.9 },
17+
{ "x": 82.6, "y": 2.9, "d": 16.6 },
18+
{ "x": 82.5, "y": 99.1, "d": 4 },
19+
{ "x": 44, "y": 0.7, "d": 5.9 },
20+
{ "x": 86.4, "y": 65.9, "d": 38.6 },
21+
{ "x": 45.3, "y": 24.9, "d": 9.4 },
22+
{ "x": 64.4, "y": 84, "d": 26.7 },
23+
{ "x": 51.4, "y": 55.1, "d": 23.4 },
24+
{ "x": 83.2, "y": 96.4, "d": 33.5 },
25+
{ "x": 52.2, "y": 67.7, "d": 5.9 },
26+
{ "x": 75, "y": 85.1, "d": 6.1 }
27+
]
28+
}

0 commit comments

Comments
 (0)