Skip to content

Commit 1305e1e

Browse files
committed
working on using different headings for subsections
1 parent 55e1cf7 commit 1305e1e

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
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-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>

operating-systems.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ <h2>Ubuntu</h2>
9999
February 2014,
100100
<a class="reference external" href="http://releases.ubuntu.com/precise/">12.04 Precise Pangolin</a>
101101
is 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>
107106
packages 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>

source/content/pages/operating-systems.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
=================
12
Operating Systems
23
=================
34

@@ -16,6 +17,7 @@ all viable options.
1617
OS X are not appropriate for most test and production deployments unless
1718
there is a specific reason why you must use them in lieu of Linux.
1819

20+
------
1921
Ubuntu
2022
------
2123
Ubuntu is a Linux distribution packaged by the
@@ -35,8 +37,8 @@ February 2014,
3537
is the latest Ubuntu LTS release.
3638

3739

38-
Python Packages for Ubuntu
39-
--------------------------
40+
Ubuntu Python Packages
41+
======================
4042
There are several
4143
`Aptitude <https://help.ubuntu.com/12.04/serverguide/aptitude.html>`_
4244
packages 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+
------------------
5356
Red 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
6568
provides a command-line interface for interacting with the RPM system.
6669

6770

71+
--------------------------
6872
Operating System Resources
6973
--------------------------
7074
`Choosing a Linux Distribution <http://www.rackspace.com/knowledge_center/article/choosing-a-linux-distribution>`_

source/theme/static/css/fsp.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ h6 .small {
462462

463463
h1,
464464
.h1 {
465-
font-size: 39px;
465+
font-size: 40px;
466466
}
467467

468468
h2,
@@ -472,17 +472,17 @@ h2,
472472

473473
h3,
474474
.h3 {
475-
font-size: 26px;
475+
font-size: 22px;
476476
}
477477

478478
h4,
479479
.h4 {
480-
font-size: 19px;
480+
font-size: 18px;
481481
}
482482

483483
h5,
484484
.h5 {
485-
font-size: 15px;
485+
font-size: 14px;
486486
}
487487

488488
h6,
@@ -7634,4 +7634,4 @@ td.visible-print {
76347634

76357635
.affix {
76367636
position: fixed;
7637-
}
7637+
}

theme/css/fsp.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ h6 .small {
462462

463463
h1,
464464
.h1 {
465-
font-size: 39px;
465+
font-size: 40px;
466466
}
467467

468468
h2,
@@ -472,17 +472,17 @@ h2,
472472

473473
h3,
474474
.h3 {
475-
font-size: 26px;
475+
font-size: 22px;
476476
}
477477

478478
h4,
479479
.h4 {
480-
font-size: 19px;
480+
font-size: 18px;
481481
}
482482

483483
h5,
484484
.h5 {
485-
font-size: 15px;
485+
font-size: 14px;
486486
}
487487

488488
h6,
@@ -7634,4 +7634,4 @@ td.visible-print {
76347634

76357635
.affix {
76367636
position: fixed;
7637-
}
7637+
}

0 commit comments

Comments
 (0)