Skip to content

Commit 8451c35

Browse files
committed
updating deployment map title
1 parent 99c6559 commit 8451c35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ <h2>Why is deployment necessary?</h2>
608608
<p>Your web application must live somewhere other than your own desktop or
609609
laptop. A production environment is the canonical version of your current
610610
application and its associated data.</p>
611-
<h2>Deployment map</h2>
611+
<h2>Deployment topics map</h2>
612612
<p>Python web application deployments are comprised of many pieces that need to
613613
be individually configured. Here is a map that visually depicts how each
614614
deployment topic relates to each other. Click the image to pull up a PDF

deployment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <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>
48+
<h2>Deployment topics map</h2>
4949
<p>Python web application deployments are comprised of many pieces that need to
5050
be individually configured. Here is a map that visually depicts how each
5151
deployment topic relates to each other. Click the image to pull up a PDF

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-08-01T07:52:00Z</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:52:47Z</updated></feed>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ laptop. A production environment is the canonical version of your current
2727
application and its associated data.
2828

2929

30-
## Deployment map
30+
## Deployment topics map
3131
Python web application deployments are comprised of many pieces that need to
3232
be individually configured. Here is a map that visually depicts how each
3333
deployment topic relates to each other. Click the image to pull up a PDF

0 commit comments

Comments
 (0)