remove linksto lessons from references

This commit is contained in:
Tom Ball
2016-06-11 22:28:57 -04:00
parent 5b5cac878b
commit 67ea6c01f2
55 changed files with 1 additions and 221 deletions

View File

@ -24,10 +24,6 @@ for (let i = 0; i < 5; i++) {
}
```
### Lessons
[glowing sword](/lessons/glowing-sword)
### See also
[brightness](/reference/led/brightness), [fade out](/reference/led/fade-out), [set brightness](/reference/led/set-brightness)

View File

@ -20,10 +20,6 @@ basic.showString("A", 1000)
led.fadeOut(1000)
```
### Lessons
[glowing sword](/lessons/glowing-sword)
### See also
[brightness](/reference/led/brightness), [fade in](/reference/led/fade-in), [set brightness](/reference/led/set-brightness)

View File

@ -6,10 +6,6 @@ Turn on all the 25 LEDs on the [LED screen](/device/screen).
led.plotAll()
```
### Lessons
[night light](/lessons/night-light)
### See also
[LED screen](/device/screen), [clear screen](/reference/basic/clear-screen)

View File

@ -28,10 +28,6 @@ basic.plotLeds(`
`)
```
### Lessons
[smiley](/lessons/smiley), [flashing heart](/lessons/flashing-heart), [magic logo](/lessons/magic-logo)
### See also
[show animation](/reference/basic/show-animation), [image](/reference/images/image), [show image](/reference/images/show-image), [scroll image](/reference/images/scroll-image)

View File

@ -41,10 +41,6 @@ for (let i = 0; i < 5; i++) {
}
```
### Lessons
[blink](/lessons/blink), [beautiful image](/lessons/beautiful-image), [strobe light](/lessons/strobe-light)
### See also
[unplot](/reference/led/unplot), [point](/reference/led/point), [LED screen](/device/screen)

View File

@ -21,10 +21,6 @@ basic.pause(1000)
led.setBrightness(127)
```
### Lessons
[night light](/lessons/night-light)
### See also
[brightness](/reference/led/brightness), [fade in](/reference/led/fade-in), [fade out](/reference/led/fade-out), [LED screen](/device/screen)

View File

@ -43,10 +43,6 @@ basic.pause(500)
led.unplot(2, 2)
```
### Lessons
[strobe light](/lessons/strobe-light)
### See also
[plot](/reference/led/plot), [point](/reference/led/point), [LED screen](/device/screen), [create image](/reference/images/create-image)