Skip to content

Commit e0ee8a8

Browse files
committed
Tutorial formatting updates
1 parent 3830ca7 commit e0ee8a8

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

content/static/tutorials/anatomy/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h1>Anatomy of a Program</h1>
55
<tr>
66
<td>
77

8-
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</p>
8+
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</em></p>
99

1010
<p>
1111
You can <a href="code/polystar.zip">download the files from this tutorial</a>.
@@ -682,7 +682,7 @@ <h3>Summing Up</h3>
682682

683683
<p>&nbsp;</p>
684684

685-
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</p>
685+
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</em></p>
686686

687687

688688

content/static/tutorials/pvector/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@ <h1>PVector</h1>
88

99
<p>The source code contained in this tutorial is also <a href="http://www.learningprocessing.com/noc/code/chapter01_code.zip">available for download</a>.</p>
1010

11-
<p>&nbsp;</p>
12-
13-
<p>This tutorial is excerpted from an early draft of the book, <a href="http://www.learningprocessing.com/noc/">The Nature of Code</a>, by Daniel Shiffman. Thanks to <a href="http://www.mikewirthart.com/">Mike Wirth</a> for providing the illustrations. The source code contained in this tutorial is also <a href="http://www.learningprocessing.com/noc/code/chapter01_code.zip">available for download</a>.</p>
14-
15-
<p class="ref-notice">This tutorial is for Processing version 1.0+. <em>If you see any errors or have comments, please <a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=WebsiteBugs">let us know</a>.</em></p>
16-
11+
<p>&nbsp;</p>
1712

1813

19-
The most basic building block for programming motion is the <em><strong>vector</strong></em>. And so this is where we begin. Now, the word <em><strong>vector</strong></em> can mean a lot of different things:
14+
<p>The most basic building block for programming motion is the <em><strong>vector</strong></em>. And so this is where we begin. Now, the word <em><strong>vector</strong></em> can mean a lot of different things:
2015
<br /><br />
2116
Vector is the name of a new wave rock band formed in Sacremento, CA in the early 1980s. It's the name of a breakfast cereal manufactured by Kellogg's Canada. In the field of epidemiology, a vector is used to describe an organism that transmits infection from one host to another. In the C++ programming language, a Vector (std::vector) is an implementation of a dynamically resizable array data structure.
2217
<br /><br />
@@ -1160,6 +1155,8 @@ <h3>Vectors: Interactivity</h3>
11601155
}
11611156
</pre>
11621157

1158+
</p>
1159+
11631160
<p>&nbsp;</p>
11641161

11651162
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>. This tutorials is from the book, <a href="http://www.processing.org/learning/books/#shiffman">Learning Processing</a>, by Daniel Shiffman, published by Morgan Kaufmann Publishers, Copyright 2008 Elsevier Inc. All rights reserved.</em></p>

content/static/tutorials/transform2d/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>2-D Transformations</h1>
66
<tr>
77
<td>
88

9-
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</p>
9+
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</em></p>
1010

1111
<p>
1212
<a href="imgs/transform2d.zip">Download the files from this tutorial.</a>
@@ -876,7 +876,7 @@ <h3>Case Study: Interactive Rotation</h3>
876876

877877
<p>&nbsp;</p>
878878

879-
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</p>
879+
<p><em>This tutorial is for Processing version 1.1+. If you see any errors or have comments, please <a href="http://code.google.com/p/processing/issues/list">let us know</a>.</em></p>
880880

881881
</td>
882882
</tr>

0 commit comments

Comments
 (0)