Skip to content

Commit ab15e67

Browse files
committed
0.9.12
1 parent 3298810 commit ab15e67

File tree

4 files changed

+140
-39
lines changed

4 files changed

+140
-39
lines changed

help/0.1/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
<html>
2-
<body>Coming soon... :-)</body>
2+
<body>
3+
<h1>There is a new version of Mu available.</h1>
4+
<p>Please update!</p>
5+
</body>
36
</html>

help/0.9.11/index.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
layout: page
3-
title: Mu - Help for Beginner Programmers
4-
description: Code with Mu - An editor for kids, teachers and beginner programmers.
5-
tagline: An editor for kids, teachers and beginner programmers.
3+
title: Mu - Help
64
---
5+
<div class="alert alert-danger" role="alert">
6+
<h2><strong>Update Mu!</strong></h2>
7+
<p>You appear to be using an old version of Mu. Please update to the latest
8+
version.</p>
9+
</div>
710
<div class="jumbotron">
811
<h1>Help for Mu</h1>
9-
<p class="lead">Mu is a simple code editor for beginner
12+
<p class="lead"><a href="/">Mu</a> is a simple code editor for beginner
1013
programmers. It's written in Python and works on Windows, OSX, Linux and Raspberry Pi.</p>
1114
</div>
1215

@@ -19,62 +22,61 @@ Coming soon... ;-)
1922
## Mu Buttons
2023

2124
### New
22-
![new button](/help/buttons/new.jpg)
25+
![new button](/help/images/new.png)
2326

2427
Click the new button to start in a new file in mu. This won't damage your old files - a fresh place to work.
2528

2629
### Load
27-
![load button](/help/buttons/load.jpg)
30+
![load button](/help/images/load.png)
2831

29-
Load a file - your old work or some other python file to work on.
32+
Load a file - your old work or some other python file to work on.
3033

3134
### Save
32-
![save button](/help/buttons/save.jpg)
35+
![save button](/help/images/save.png)
3336

3437
Saves your work so you can keep it for later and not loose it if you loose power. Do this often!
3538

3639
### Flash
37-
![flash button](/help/buttons/flash.jpg)
40+
![flash button](/help/images/flash.png)
3841

39-
Flash your code onto the Microbit. This is how you get your code to run!
42+
Flash your code onto the Microbit. This is how you get your code to run!
4043

4144
### Files
42-
![files button](/help/buttons/files.jpg)
45+
![files button](/help/images/files.png)
4346

4447
Show the files on your Micropython.
4548

4649
### Repl
47-
48-
![repl button](/help/buttons/repl.jpg)
50+
![repl button](/help/images/repl.png)
4951

5052
The repl is a way of typing stuff and seeing the microbit do something immediately. It is an abbreviation for "read-eval-print-loop".
51-
53+
5254
### Zoom In
53-
54-
![Zoom in button](/help/buttons/zoomin.jpg)
55+
![Zoom in button](/help/images/zoom-in.png)
5556

5657
Make the letters bigger
5758

5859
### Zoom Out
59-
![Zoom out button](/help/buttons/zoomout.jpg)
60+
61+
![Zoom out button](/help/images/zoom-out.png)
6062

6163
Make the letters smaller
6264

6365
### Check
64-
![Check Code button](/help/buttons/check.jpg)
65-
This button will check your code and underline errors you have made. Worht doing before you flash your code.
66+
![Check Code button](/help/images/check.png)
67+
68+
This button will check your code and underline errors you have made. Worth doing before you flash your code.
6669

6770
### Help
68-
![Help Button](/help/buttons/help.jpg)
71+
![Help Button](/help/images/help.png)
6972

7073
Show help - should be this help.
7174

7275
### Quit
73-
![Quit Button](/help/buttons/quit.jpg)
76+
![Quit Button](/help/images/quit.png)
7477

75-
Press this when you are done with Mu.
76-
Mu will make sure you've saved your work if you want to keep it.
78+
Press this when you are done with Mu. Mu will make sure you've saved your work if you want to keep it.
7779

7880
# Microbit Help
7981

80-
Coming soon - link to microbit micropython docs and API.
82+
[Microbit Micropython Help](https://microbit-micropython.readthedocs.io/en/latest/)

help/0.9.12/index.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
layout: page
3+
title: Mu - Help
4+
---
5+
<div class="jumbotron">
6+
<h1>Help for Mu</h1>
7+
<p class="lead"><a href="/">Mu</a> is a simple code editor for beginner
8+
programmers. It's written in Python and works on Windows, OSX, Linux and Raspberry Pi.</p>
9+
</div>
10+
11+
# Help
12+
13+
## Starting Mu
14+
15+
Coming soon... ;-)
16+
17+
## Mu Buttons
18+
19+
### New
20+
![new button](/help/images/new.png)
21+
22+
Click the new button to start in a new file in mu. This won't damage your old files - a fresh place to work.
23+
24+
### Load
25+
![load button](/help/images/load.png)
26+
27+
Load a file - your old work or some other python file to work on.
28+
29+
### Save
30+
![save button](/help/images/save.png)
31+
32+
Saves your work so you can keep it for later and not loose it if you loose power. Do this often!
33+
34+
### Flash
35+
![flash button](/help/images/flash.png)
36+
37+
Flash your code onto the Microbit. This is how you get your code to run!
38+
39+
### Files
40+
![files button](/help/images/files.png)
41+
42+
Show the files on your Micropython.
43+
44+
### Repl
45+
![repl button](/help/images/repl.png)
46+
47+
The repl is a way of typing stuff and seeing the microbit do something immediately. It is an abbreviation for "read-eval-print-loop".
48+
49+
### Zoom In
50+
![Zoom in button](/help/images/zoom-in.png)
51+
52+
Make the letters bigger
53+
54+
### Zoom Out
55+
56+
![Zoom out button](/help/images/zoom-out.png)
57+
58+
Make the letters smaller
59+
60+
### Check
61+
![Check Code button](/help/images/check.png)
62+
63+
This button will check your code and underline errors you have made. Worth doing before you flash your code.
64+
65+
### Help
66+
![Help Button](/help/images/help.png)
67+
68+
Show help - should be this help.
69+
70+
### Quit
71+
![Quit Button](/help/images/quit.png)
72+
73+
Press this when you are done with Mu. Mu will make sure you've saved your work if you want to keep it.
74+
75+
# Microbit Help
76+
77+
[Microbit Micropython Help](https://microbit-micropython.readthedocs.io/en/latest/)

help/index.md

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,60 @@ Coming soon... ;-)
1717
## Mu Buttons
1818

1919
### New
20-
![new button](/help/images/new.png) Click the new button to start in a new file in mu. This won't damage your old files - a fresh place to work.
20+
![new button](/help/images/new.png)
21+
22+
Click the new button to start in a new file in mu. This won't damage your old files - a fresh place to work.
2123

2224
### Load
23-
![load button](/help/images/load.png) Load a file - your old work or some other python file to work on.
25+
![load button](/help/images/load.png)
26+
27+
Load a file - your old work or some other python file to work on.
2428

2529
### Save
26-
![save button](/help/images/save.png) Saves your work so you can keep it for later and not loose it if you loose power. Do this often!
30+
![save button](/help/images/save.png)
31+
32+
Saves your work so you can keep it for later and not loose it if you loose power. Do this often!
2733

2834
### Flash
29-
![flash button](/help/images/flash.png) Flash your code onto the Microbit. This is how you get your code to run!
35+
![flash button](/help/images/flash.png)
36+
37+
Flash your code onto the Microbit. This is how you get your code to run!
3038

3139
### Files
32-
![files button](/help/images/files.png) Show the files on your Micropython.
40+
![files button](/help/images/files.png)
41+
42+
Show the files on your Micropython.
3343

3444
### Repl
45+
![repl button](/help/images/repl.png)
46+
47+
The repl is a way of typing stuff and seeing the microbit do something immediately. It is an abbreviation for "read-eval-print-loop".
3548

36-
![repl button](/help/images/repl.png) The repl is a way of typing stuff and seeing the microbit do something immediately. It is an abbreviation for "read-eval-print-loop".
37-
3849
### Zoom In
39-
40-
![Zoom in button](/help/images/zoom-in.png) Make the letters bigger
50+
![Zoom in button](/help/images/zoom-in.png)
51+
52+
Make the letters bigger
4153

4254
### Zoom Out
4355

44-
![Zoom out button](/help/images/zoom-out.png) Make the letters smaller
56+
![Zoom out button](/help/images/zoom-out.png)
57+
58+
Make the letters smaller
4559

4660
### Check
47-
![Check Code button](/help/images/check.png) This button will check your code and underline errors you have made. Worht doing before you flash your code.
61+
![Check Code button](/help/images/check.png)
62+
63+
This button will check your code and underline errors you have made. Worth doing before you flash your code.
4864

4965
### Help
50-
![Help Button](/help/images/help.png) Show help - should be this help.
66+
![Help Button](/help/images/help.png)
67+
68+
Show help - should be this help.
5169

5270
### Quit
53-
![Quit Button](/help/images/quit.png) Press this when you are done with Mu.
54-
Mu will make sure you've saved your work if you want to keep it.
71+
![Quit Button](/help/images/quit.png)
72+
73+
Press this when you are done with Mu. Mu will make sure you've saved your work if you want to keep it.
5574

5675
# Microbit Help
5776

0 commit comments

Comments
 (0)