Skip to content

Commit 44293c6

Browse files
committed
updating intro
1 parent 4f550fa commit 44293c6

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<h1>Introduction</h1>
3030
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>
3131
programming language. The syntax is starting to make sense. The first
32-
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
32+
few "<em>ahh-ha</em>!" moments hit you as you learning conditional
3333
statements, <code>for</code> loops and classes while playing around with the open source
3434
libraries that make Python such an amazing language.</p>
3535
<p>Now you want to take your initial Python knowledge and make something real,

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-13T17:44:56Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-13T18:09:08Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<h1>Introduction</h1>
3131
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>
3232
programming language. The syntax is starting to make sense. The first
33-
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
33+
few "<em>ahh-ha</em>!" moments hit you as you learning conditional
3434
statements, <code>for</code> loops and classes while playing around with the open source
3535
libraries that make Python such an amazing language.</p>
3636
<p>Now you want to take your initial Python knowledge and make something real,

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<h1>Introduction</h1>
3535
<p>You're knee deep in learning the <a href="http://www.python.org/">Python</a>
3636
programming language. The syntax is starting to make sense. The first
37-
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
37+
few "<em>ahh-ha</em>!" moments hit you as you learning conditional
3838
statements, <code>for</code> loops and classes while playing around with the open source
3939
libraries that make Python such an amazing language.</p>
4040
<p>Now you want to take your initial Python knowledge and make something real,

source/content/pages/01-introduction/01-introduction.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ meta: Full Stack Python helps you learn Python programming through plain languag
1010
# Introduction
1111
You're knee deep in learning the [Python](http://www.python.org/)
1212
programming language. The syntax is starting to make sense. The first
13-
few "*ahh-ha*!" moments are hitting you as you're learning conditional
13+
few "*ahh-ha*!" moments hit you as you learning conditional
1414
statements, `for` loops and classes while playing around with the open source
1515
libraries that make Python such an amazing language.
1616

source/theme/templates/table-of-contents.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,14 @@ <h3>8. <a href="/deployment.html">Web App Deployment</a></h3>
227227
<div class="toc-indent">
228228
<a href="/web-servers.html">Web servers</a>
229229
</div>
230+
<div class="toc-indent">
231+
<a href="/apache-http-server.html">Apache HTTP Server</a>
232+
</div>
230233
<div class="toc-indent">
231234
<a href="/nginx.html">Nginx</a>
232235
</div>
233236
<div class="toc-indent">
234-
<a href="/apache-http-server.html">Apache HTTP Server</a>
237+
<a href="/caddy.html">Caddy</a>
235238
</div>
236239
<div class="toc-indent">
237240
<a href="/wsgi-servers.html">WSGI servers</a>

table-of-contents.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,14 @@ <h3>8. <a href="/deployment.html">Web App Deployment</a></h3>
245245
<div class="toc-indent">
246246
<a href="/web-servers.html">Web servers</a>
247247
</div>
248+
<div class="toc-indent">
249+
<a href="/apache-http-server.html">Apache HTTP Server</a>
250+
</div>
248251
<div class="toc-indent">
249252
<a href="/nginx.html">Nginx</a>
250253
</div>
251254
<div class="toc-indent">
252-
<a href="/apache-http-server.html">Apache HTTP Server</a>
255+
<a href="/caddy.html">Caddy</a>
253256
</div>
254257
<div class="toc-indent">
255258
<a href="/wsgi-servers.html">WSGI servers</a>

0 commit comments

Comments
 (0)