Fix heading level for dancefloor docs
This commit is contained in:
parent
ed8782873a
commit
8d09984df7
2 changed files with 2 additions and 3 deletions
|
@ -376,7 +376,6 @@ Walter Higgins
|
||||||
* [Drone.cottage() method](#dronecottage-method)
|
* [Drone.cottage() method](#dronecottage-method)
|
||||||
* [Drone.cottage_road() method](#dronecottage_road-method)
|
* [Drone.cottage_road() method](#dronecottage_road-method)
|
||||||
* [Drone.dancefloor() method](#dronedancefloor-method)
|
* [Drone.dancefloor() method](#dronedancefloor-method)
|
||||||
* [Parameters](#parameters)
|
|
||||||
* [Drone.fort() method](#dronefort-method)
|
* [Drone.fort() method](#dronefort-method)
|
||||||
* [Drone.hangtorch() method](#dronehangtorch-method)
|
* [Drone.hangtorch() method](#dronehangtorch-method)
|
||||||
* [Drone.lcdclock() method.](#dronelcdclock-method)
|
* [Drone.lcdclock() method.](#dronelcdclock-method)
|
||||||
|
@ -4213,7 +4212,7 @@ Create an animated dance floor of colored tiles some of which emit light.
|
||||||
The tiles change color every second creating a strobe-lit dance-floor effect.
|
The tiles change color every second creating a strobe-lit dance-floor effect.
|
||||||
See it in action here [http://www.youtube.com/watch?v=UEooBt6NTFo][ytdance]
|
See it in action here [http://www.youtube.com/watch?v=UEooBt6NTFo][ytdance]
|
||||||
|
|
||||||
### Parameters
|
#### Parameters
|
||||||
|
|
||||||
* width - how wide the dancefloor should be (optional: default 5)
|
* width - how wide the dancefloor should be (optional: default 5)
|
||||||
* length - how long the dancefloor should be (optional: default 5)
|
* length - how long the dancefloor should be (optional: default 5)
|
||||||
|
|
|
@ -9,7 +9,7 @@ Create an animated dance floor of colored tiles some of which emit light.
|
||||||
The tiles change color every second creating a strobe-lit dance-floor effect.
|
The tiles change color every second creating a strobe-lit dance-floor effect.
|
||||||
See it in action here [http://www.youtube.com/watch?v=UEooBt6NTFo][ytdance]
|
See it in action here [http://www.youtube.com/watch?v=UEooBt6NTFo][ytdance]
|
||||||
|
|
||||||
### Parameters
|
#### Parameters
|
||||||
|
|
||||||
* width - how wide the dancefloor should be (optional: default 5)
|
* width - how wide the dancefloor should be (optional: default 5)
|
||||||
* length - how long the dancefloor should be (optional: default 5)
|
* length - how long the dancefloor should be (optional: default 5)
|
||||||
|
|
Reference in a new issue