File tree Expand file tree Collapse file tree 5 files changed +20
-16
lines changed
Expand file tree Collapse file tree 5 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 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-02-06T14:44:03Z </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-02-07T07:34:37Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ <h2>Ubuntu</h2>
9999February 2014,
100100< a class ="reference external " href ="http://releases.ubuntu.com/precise/ "> 12.04 Precise Pangolin</ a >
101101is the latest Ubuntu LTS release.</ p >
102- </ div >
103- < div class ="section " id ="python-packages-for-ubuntu ">
104- < h2 > Python Packages for Ubuntu</ h2 >
102+ < div class ="section " id ="ubuntu-python-packages ">
103+ < h3 > Ubuntu Python Packages</ h3 >
105104< p > There are several
106105< a class ="reference external " href ="https://help.ubuntu.com/12.04/serverguide/aptitude.html "> Aptitude</ a >
107106packages found on Linux servers running a Python stack. These include</ p >
@@ -113,6 +112,7 @@ <h2>Python Packages for Ubuntu</h2>
113112(< a class ="reference external " href ="http://www.virtualenv.org/en/latest/ "> virtualenvs</ a > )</ li >
114113</ ul >
115114</ div >
115+ </ div >
116116< div class ="section " id ="red-hat-and-centos ">
117117< h2 > Red Hat and CentOS</ h2 >
118118< p > < a class ="reference external " href ="http://www.redhat.com/products/enterprise-linux/ "> Red Hat Enterprise Linux</ a >
Original file line number Diff line number Diff line change 1+ =================
12Operating Systems
23=================
34
@@ -16,6 +17,7 @@ all viable options.
1617OS X are not appropriate for most test and production deployments unless
1718there is a specific reason why you must use them in lieu of Linux.
1819
20+ ------
1921Ubuntu
2022------
2123Ubuntu is a Linux distribution packaged by the
@@ -35,8 +37,8 @@ February 2014,
3537is the latest Ubuntu LTS release.
3638
3739
38- Python Packages for Ubuntu
39- --------------------------
40+ Ubuntu Python Packages
41+ ======================
4042There are several
4143`Aptitude <https://help.ubuntu.com/12.04/serverguide/aptitude.html >`_
4244packages found on Linux servers running a Python stack. These include
@@ -50,6 +52,7 @@ packages found on Linux servers running a Python stack. These include
5052
5153
5254
55+ ------------------
5356Red Hat and CentOS
5457------------------
5558`Red Hat Enterprise Linux <http://www.redhat.com/products/enterprise-linux/ >`_
@@ -65,6 +68,7 @@ to handle the packaging and installation of libraries and applications. YUM
6568provides a command-line interface for interacting with the RPM system.
6669
6770
71+ --------------------------
6872Operating System Resources
6973--------------------------
7074`Choosing a Linux Distribution <http://www.rackspace.com/knowledge_center/article/choosing-a-linux-distribution >`_
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ h6 .small {
462462
463463h1 ,
464464.h1 {
465- font-size : 39 px ;
465+ font-size : 40 px ;
466466}
467467
468468h2 ,
@@ -472,17 +472,17 @@ h2,
472472
473473h3 ,
474474.h3 {
475- font-size : 26 px ;
475+ font-size : 22 px ;
476476}
477477
478478h4 ,
479479.h4 {
480- font-size : 19 px ;
480+ font-size : 18 px ;
481481}
482482
483483h5 ,
484484.h5 {
485- font-size : 15 px ;
485+ font-size : 14 px ;
486486}
487487
488488h6 ,
@@ -7634,4 +7634,4 @@ td.visible-print {
76347634
76357635.affix {
76367636 position : fixed;
7637- }
7637+ }
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ h6 .small {
462462
463463h1 ,
464464.h1 {
465- font-size : 39 px ;
465+ font-size : 40 px ;
466466}
467467
468468h2 ,
@@ -472,17 +472,17 @@ h2,
472472
473473h3 ,
474474.h3 {
475- font-size : 26 px ;
475+ font-size : 22 px ;
476476}
477477
478478h4 ,
479479.h4 {
480- font-size : 19 px ;
480+ font-size : 18 px ;
481481}
482482
483483h5 ,
484484.h5 {
485- font-size : 15 px ;
485+ font-size : 14 px ;
486486}
487487
488488h6 ,
@@ -7634,4 +7634,4 @@ td.visible-print {
76347634
76357635.affix {
76367636 position : fixed;
7637- }
7637+ }
You can’t perform that action at this time.
0 commit comments