Skip to content

Commit 16d7695

Browse files
committed
removing side note and updating os text
1 parent 20ce7a6 commit 16d7695

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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-03-12T09:26:14Z</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-03-12T13:37:01Z</updated></feed>

operating-systems.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ <h2>Recommended operating systems</h2>
9696
deployments is Linux. There are several Linux distributions commonly used
9797
for running production servers. Ubuntu Long Term Support (LTS) releases,
9898
Red Hat Enterprise Linux, and CentOS are all viable options. </p>
99-
<p><em>Side note</em>: Mac OS X is fine for development activities. Windows and Mac
100-
OS X are not appropriate for most test and production deployments unless
101-
there is a specific reason why you must use them in lieu of Linux.</p>
99+
<p>Mac OS X is fine for development activities. Windows and Mac
100+
OS X are not appropriate for production deployments unless there is a
101+
specific reason why you must use them in lieu of Linux.</p>
102102
<h3>Ubuntu</h3>
103103
<p>Ubuntu is a Linux distribution packaged by the
104104
<a href="http://www.canonical.com/">Canonical Ltd</a> company. Ubuntu uses the

source/content/pages/03-operating-systems/0301-operating-systems.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ deployments is Linux. There are several Linux distributions commonly used
3333
for running production servers. Ubuntu Long Term Support (LTS) releases,
3434
Red Hat Enterprise Linux, and CentOS are all viable options.
3535

36-
*Side note*: Mac OS X is fine for development activities. Windows and Mac
37-
OS X are not appropriate for most test and production deployments unless
38-
there is a specific reason why you must use them in lieu of Linux.
36+
Mac OS X is fine for development activities. Windows and Mac
37+
OS X are not appropriate for production deployments unless there is a
38+
specific reason why you must use them in lieu of Linux.
3939

4040
### Ubuntu
4141
Ubuntu is a Linux distribution packaged by the

0 commit comments

Comments
 (0)