Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-04-19 14:16:47 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-04-19 14:16:47 (GMT)
commit694b5a6a396f0dd6e53e83a2ce6729a983e0022c (patch)
tree416f9930fd0dd3c02915caa4a17fc2f0b44810f5
parent18bbd1d1dc90a3110c29307d0cb1bf5c8899c1b7 (diff)
Renamed image with quote in the number because killed setup.py
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--help/_images/300px-Screenshot_of_Turtle_Art_Activity_getting_started.png (renamed from help/_images/300px-Screenshot_of_"Turtle_Art_Activity"_getting_started.png)bin17417 -> 17417 bytes
-rw-r--r--help/turtleart.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/help/_images/300px-Screenshot_of_"Turtle_Art_Activity"_getting_started.png b/help/_images/300px-Screenshot_of_Turtle_Art_Activity_getting_started.png
index 8988ff0..8988ff0 100644
--- a/help/_images/300px-Screenshot_of_"Turtle_Art_Activity"_getting_started.png
+++ b/help/_images/300px-Screenshot_of_Turtle_Art_Activity_getting_started.png
Binary files differ
diff --git a/help/turtleart.html b/help/turtleart.html
index 436cf69..1bb97da 100644
--- a/help/turtleart.html
+++ b/help/turtleart.html
@@ -66,7 +66,7 @@
</div>
<div class="section" id="using-turtle-art">
<h2>Using Turtle Art<a class="headerlink" href="#using-turtle-art" title="Permalink to this headline">ΒΆ</a></h2>
-<img alt="_images/300px-Screenshot_of_&quot;Turtle_Art_Activity&quot;_getting_started.png" src="_images/300px-Screenshot_of_&quot;Turtle_Art_Activity&quot;_getting_started.png" />
+<img alt="_images/300px-Screenshot_of_Turtle_Art_Activity_getting_started.png" src="_images/300px-Screenshot_of_Turtle_Art_Activity_getting_started.png" />
<p>Start by clicking on (or dragging) blocks from the Turtle palette. Use multiple blocks to create drawings; as the turtle moves under your control, colorful lines are drawn.</p>
<p>You add blocks to your program by clicking on or dragging them from the palette to the main area. You can delete a block by dragging it back onto the palette. Click anywhere on a &#8220;stack&#8221; of blocks to start executing that stack or by clicking in the Rabbit (fast) , Turtle (slow) or Bug (debug) buttons <img alt="rabit-turtle" src="_images/80px-Rabbitturtle.jpg" /> on the Project Toolbar.</p>
</div>