Browse Source

Moved example to a separate file

Alois Mahdal 11 years ago
parent
commit
a5b8682be1
2 changed files with 41 additions and 38 deletions
  1. 1
    38
      README.md
  2. 40
    0
      examples/fridge_ops.md

+ 1
- 38
README.md View File

@@ -57,44 +57,7 @@ variations of parameters.
57 57
 
58 58
 ##Example##
59 59
 
60
-Name: 
61
-
62
-
63
-###Putting giraffe into fridge###
64
- 1. Open the fridge
65
- 2. Put the giraffe into the fridge
66
- 3. Close the fridge
67
-
68
-###Putting elephant into fridge###
69
- 1. Open the fridge
70
- 2. Take the giraffe put of the fridge
71
- 3. Put the elephant into the fridge
72
- 4. Close the fridge
73
-
74
-###Emptying fridge###
75
- 1. Open the fridge
76
- 2. What is inside the fridge?
77
-    * elephant: take out the elephant
78
-    * giraffe: take out the giraffe
79
- 3. Closer the fridge
80
- !. Fridge is empty
81
-
82
-###Taking elephant out of the fridge###
83
- 0. There is an elephant inside the firdge
84
- 1. Open the fridge
85
-    > fridge opens well
86
- 2. Look inside the fridge
87
-    > you see elephant
88
-    > elephant has a pullover
89
-    > elephant is not cold
90
- 3. Take the elephant out of the fridge
91
-    > elephant does not fight
92
-    > elephant looks happier outside the fridge
93
-    > it does not make too much sound
94
- 0. everybody is sleeping
95
- 4. Close the fridge
96
-    > Fridge closes well
97
-
60
+See [examples/fridge_ops.md](examples/fridge_ops.md).
98 61
 
99 62
 ##TODO##
100 63
 

+ 40
- 0
examples/fridge_ops.md View File

@@ -0,0 +1,40 @@
1
+Name: Fridge Ops
2
+Tools-required: fridge; elephant; giraffe
3
+Description: Typical scenatios inviolving fridge ops
4
+
5
+
6
+#Putting giraffe into fridge#
7
+ 1. Open the fridge
8
+ 2. Put the giraffe into the fridge
9
+ 3. Close the fridge
10
+
11
+#Putting elephant into fridge#
12
+ 1. Open the fridge
13
+ 2. Take the giraffe put of the fridge
14
+ 3. Put the elephant into the fridge
15
+ 4. Close the fridge
16
+
17
+#Emptying fridge#
18
+ 1. Open the fridge
19
+ 2. What is inside the fridge?
20
+    * elephant: take out the elephant
21
+    * giraffe: take out the giraffe
22
+ 3. Closer the fridge
23
+ !. Fridge is empty
24
+
25
+#Taking elephant out of the fridge#
26
+ 0. There is an elephant inside the firdge
27
+ 1. Open the fridge
28
+    > fridge opens well
29
+ 2. Look inside the fridge
30
+    > you see elephant
31
+    > elephant has a pullover
32
+    > elephant is not cold
33
+ 3. Take the elephant out of the fridge
34
+    > elephant does not fight
35
+    > elephant looks happier outside the fridge
36
+    > it does not make too much sound
37
+ 0. everybody is sleeping
38
+ 4. Close the fridge
39
+    > Fridge closes well
40
+