Skip to content

Commit 692537d

Browse files
committed
updating deployment map to be on deployment page instead of intro
1 parent 4f67eed commit 692537d

File tree

7 files changed

+22
-20
lines changed

7 files changed

+22
-20
lines changed

all.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ <h1>Introduction</h1>
4949
sell as a service to other people. That's where Full Stack Python comes in.
5050
You've come to the right place to learn everything you need to deploy and
5151
run a production Python web application.</p>
52-
<p>There is a lot of material to cover on this site so here's a map that visually
53-
depicts how the topics relate to each other. Click the image to pull up a PDF
54-
version.</p>
55-
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
5652
<p>This guide branches out on topic because your learning needs depend on what
5753
you're currently trying to do. </p>
5854
<h3>Let's get started. What do you need to do right now?</h3>
@@ -612,6 +608,12 @@ <h2>Why is deployment necessary?</h2>
612608
<p>Your web application must live somewhere other than your own desktop or
613609
laptop. A production environment is the canonical version of your current
614610
application and its associated data.</p>
611+
<h2>Deployment map</h2>
612+
<p>Python web application deployments are comprised of many pieces that need to
613+
be individually configured. Here is a map that visually depicts how each
614+
deployment topic relates to each other. Click the image to pull up a PDF
615+
version.</p>
616+
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
615617
<h2>Deployment hosting options</h2>
616618
<p>There are four options for deploying and hosting a web application:</p>
617619
<ol>

deployment.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ <h2>Why is deployment necessary?</h2>
4545
<p>Your web application must live somewhere other than your own desktop or
4646
laptop. A production environment is the canonical version of your current
4747
application and its associated data.</p>
48+
<h2>Deployment map</h2>
49+
<p>Python web application deployments are comprised of many pieces that need to
50+
be individually configured. Here is a map that visually depicts how each
51+
deployment topic relates to each other. Click the image to pull up a PDF
52+
version.</p>
53+
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
4854
<h2>Deployment hosting options</h2>
4955
<p>There are four options for deploying and hosting a web application:</p>
5056
<ol>

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>2014-07-31T06:47:26Z</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>2014-08-01T07:50:52Z</updated></feed>

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ <h1>Introduction</h1>
4949
sell as a service to other people. That's where Full Stack Python comes in.
5050
You've come to the right place to learn everything you need to deploy and
5151
run a production Python web application.</p>
52-
<p>There is a lot of material to cover on this site so here's a map that visually
53-
depicts how the topics relate to each other. Click the image to pull up a PDF
54-
version.</p>
55-
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
5652
<p>This guide branches out on topic because your learning needs depend on what
5753
you're currently trying to do. </p>
5854
<h3>Let's get started. What do you need to do right now?</h3>

introduction.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ <h1>Introduction</h1>
4949
sell as a service to other people. That's where Full Stack Python comes in.
5050
You've come to the right place to learn everything you need to deploy and
5151
run a production Python web application.</p>
52-
<p>There is a lot of material to cover on this site so here's a map that visually
53-
depicts how the topics relate to each other. Click the image to pull up a PDF
54-
version.</p>
55-
<p><a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a></p>
5652
<p>This guide branches out on topic because your learning needs depend on what
5753
you're currently trying to do. </p>
5854
<h3>Let's get started. What do you need to do right now?</h3>

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ sell as a service to other people. That's where Full Stack Python comes in.
2929
You've come to the right place to learn everything you need to deploy and
3030
run a production Python web application.
3131

32-
33-
There is a lot of material to cover on this site so here's a map that visually
34-
depicts how the topics relate to each other. Click the image to pull up a PDF
35-
version.
36-
37-
<a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a>
38-
3932
This guide branches out on topic because your learning needs depend on what
4033
you're currently trying to do.
4134

source/content/pages/03-deployment/0301-deployment.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ laptop. A production environment is the canonical version of your current
2727
application and its associated data.
2828

2929

30+
## Deployment map
31+
Python web application deployments are comprised of many pieces that need to
32+
be individually configured. Here is a map that visually depicts how each
33+
deployment topic relates to each other. Click the image to pull up a PDF
34+
version.
35+
36+
<a href="/full-stack-python-map.pdf" target="_blank" style="border: none;"><img src="theme/img/full-stack-python-map.png" width="100%" alt="Full Stack Python site map." class="technical-diagram" /></a>
37+
38+
3039
## Deployment hosting options
3140
There are four options for deploying and hosting a web application:
3241

0 commit comments

Comments
 (0)