Skip to content

Commit 2534002

Browse files
committed
tweaking introduction
1 parent 2dd8cbf commit 2534002

File tree

8 files changed

+37
-25
lines changed

8 files changed

+37
-25
lines changed

all.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ <h1>Introduction</h1>
3939
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
4040
statements, for loops and classes while playing around with the open source
4141
libraries that make Python such an amazing language.</p>
42-
<p>Now you want to take your initial Python knowledge and make something real.
43-
A real web application that's available on the web which you can show off or
42+
<p>Now you want to take your initial Python knowledge and make something real,
43+
like an application that's available on the web that you can show off or
4444
sell as a service to other people. That's where Full Stack Python comes in.
45-
You've come to the right place to learn everything you need to deploy and
46-
run a production Python web application.</p>
47-
<p>This guide branches out on topic because your learning needs depend on what
48-
you're currently trying to do. </p>
45+
You've come to the right place to learn everything you need to create, deploy
46+
and run a production Python web application.</p>
47+
<p>This guide branches out on topic because your learning requirements depend on
48+
what you're working on. Select one of the buttons below or check out the full
49+
<a href="/table-of-contents.html">table of contents</a>. </p>
4950
<h1>Why Use Python?</h1>
5051
<p>Python's expansive library of open source data analysis tools,
5152
<a href="/web-frameworks.html">web frameworks</a>,
@@ -6085,6 +6086,8 @@ <h1>Change Log</h1>
60856086
<h2>2015</h2>
60866087
<h3>June</h3>
60876088
<ul>
6089+
<li>Reviewed and updated the <a href="/introduction.html">introduction</a> with slight
6090+
modifications.</li>
60886091
<li>Added new <a href="/docker.html">Docker</a> resources.</li>
60896092
<li>Made some changes to what is contained in the Markdown files versus the
60906093
HTML Jinja2 templates. Behind the scenes work that needed to be done to

change-log.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ <h1>Change Log</h1>
4242
<h2>2015</h2>
4343
<h3>June</h3>
4444
<ul>
45+
<li>Reviewed and updated the <a href="/introduction.html">introduction</a> with slight
46+
modifications.</li>
4547
<li>Added new <a href="/docker.html">Docker</a> resources.</li>
4648
<li>Made some changes to what is contained in the Markdown files versus the
4749
HTML Jinja2 templates. Behind the scenes work that needed to be done to

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>2015-06-08T11:02:11Z</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>2015-06-09T17:35:01Z</updated></feed>

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ <h1>Introduction</h1>
4040
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
4141
statements, for loops and classes while playing around with the open source
4242
libraries that make Python such an amazing language.</p>
43-
<p>Now you want to take your initial Python knowledge and make something real.
44-
A real web application that's available on the web which you can show off or
43+
<p>Now you want to take your initial Python knowledge and make something real,
44+
like an application that's available on the web that you can show off or
4545
sell as a service to other people. That's where Full Stack Python comes in.
46-
You've come to the right place to learn everything you need to deploy and
47-
run a production Python web application.</p>
48-
<p>This guide branches out on topic because your learning needs depend on what
49-
you're currently trying to do. </p>
46+
You've come to the right place to learn everything you need to create, deploy
47+
and run a production Python web application.</p>
48+
<p>This guide branches out on topic because your learning requirements depend on
49+
what you're working on. Select one of the buttons below or check out the full
50+
<a href="/table-of-contents.html">table of contents</a>. </p>
51+
<h3>What do you need to learn to create your application?</h3>
5052
<div class="row">
5153
<div class="col-md-4">
5254
<div class="well select-next">

introduction.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ <h1>Introduction</h1>
4040
few "<em>ahh-ha</em>!" moments are hitting you as you're learning conditional
4141
statements, for loops and classes while playing around with the open source
4242
libraries that make Python such an amazing language.</p>
43-
<p>Now you want to take your initial Python knowledge and make something real.
44-
A real web application that's available on the web which you can show off or
43+
<p>Now you want to take your initial Python knowledge and make something real,
44+
like an application that's available on the web that you can show off or
4545
sell as a service to other people. That's where Full Stack Python comes in.
46-
You've come to the right place to learn everything you need to deploy and
47-
run a production Python web application.</p>
48-
<p>This guide branches out on topic because your learning needs depend on what
49-
you're currently trying to do. </p>
46+
You've come to the right place to learn everything you need to create, deploy
47+
and run a production Python web application.</p>
48+
<p>This guide branches out on topic because your learning requirements depend on
49+
what you're working on. Select one of the buttons below or check out the full
50+
<a href="/table-of-contents.html">table of contents</a>. </p>
5051
<h3>Let's get started. What do you want to learn right now?</h3>
5152
<div class="row">
5253
<div class="col-md-4">

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ few "*ahh-ha*!" moments are hitting you as you're learning conditional
1212
statements, for loops and classes while playing around with the open source
1313
libraries that make Python such an amazing language.
1414

15-
Now you want to take your initial Python knowledge and make something real.
16-
A real web application that's available on the web which you can show off or
15+
Now you want to take your initial Python knowledge and make something real,
16+
like an application that's available on the web that you can show off or
1717
sell as a service to other people. That's where Full Stack Python comes in.
18-
You've come to the right place to learn everything you need to deploy and
19-
run a production Python web application.
18+
You've come to the right place to learn everything you need to create, deploy
19+
and run a production Python web application.
2020

21-
This guide branches out on topic because your learning needs depend on what
22-
you're currently trying to do.
21+
This guide branches out on topic because your learning requirements depend on
22+
what you're working on. Select one of the buttons below or check out the full
23+
[table of contents](/table-of-contents.html).
2324

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ the
1414

1515
## 2015
1616
### June
17+
* Reviewed and updated the [introduction](/introduction.html) with slight
18+
modifications.
1719
* Added new [Docker](/docker.html) resources.
1820
* Made some changes to what is contained in the Markdown files versus the
1921
HTML Jinja2 templates. Behind the scenes work that needed to be done to

source/theme/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{% for page in pages|sort(attribute='sort-order') %}
1111
{% if page.slug == 'introduction' %}
1212
{{ page.content }}
13+
<h3>What do you need to learn to create your application?</h3>
1314
{% include "choices/index.html" %}
1415
{% endif %}
1516
{% endfor %}

0 commit comments

Comments
 (0)