Skip to content

Commit 976266b

Browse files
committed
adding links for deployment page
1 parent 050c9c4 commit 976266b

File tree

9 files changed

+20
-19
lines changed

9 files changed

+20
-19
lines changed

bottle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</div>
4545
<div class="row">
4646
<div class="col-md-8">
47-
<h2>Bottle</h2>
47+
<h1>Bottle</h1>
4848
<p><a href="http://bottlepy.org/docs/dev/index.html">Bottle</a> is a WSGI-compliant
4949
<a href="https://github.com/defnull/bottle/blob/master/bottle.py">single source file</a>
5050
web framework with no external dependencies except for the standard library

deployment.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ <h2>Deployment hosting options</h2>
5555
<p>There are four options for deploying and hosting a web application:</p>
5656
<ol>
5757
<li>
58-
<p>"Bare metal" servers</p>
58+
<p><a href="/servers.html">"Bare metal" servers</a></p>
5959
</li>
6060
<li>
61-
<p>Virtualized servers</p>
61+
<p><a href="/servers.html">Virtualized servers</a></p>
6262
</li>
6363
<li>
64-
<p>Infrastructure-as-a-service</p>
64+
<p><a href="/servers.html">Infrastructure-as-a-service</a></p>
6565
</li>
6666
<li>
67-
<p>Platform-as-a-service</p>
67+
<p><a href="/platform-as-a-service.html">Platform-as-a-service</a></p>
6868
</li>
6969
</ol>
7070
<h2>Deployment resources</h2>

django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>Django</h1>
5555
<a href="https://docs.djangoproject.com/en/dev/topics/db/">object-relational mapper</a>,
5656
and <a href="https://docs.djangoproject.com/en/dev/topics/migrations/">database schema migrations</a>
5757
(as of version 1.7) are all included with the <a href="https://pypi.python.org/pypi/Django/1.6.2">Django framework</a>.</p>
58-
<h2>Why is Django a good web framework to use?</h2>
58+
<h2>Why is Django a good web framework choice?</h2>
5959
<p>The Django project's stability, performance and community have grown
6060
tremendously over the past decade since the framework's creation. Detailed
6161
tutorials and best practices are readily available on the web and in books.

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-04-28T16:24: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-04-28T16:30:37Z</updated></feed>

source/content/pages/02-web-frameworks/0203-django.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library. For example,
2828
and [database schema migrations](https://docs.djangoproject.com/en/dev/topics/migrations/)
2929
(as of version 1.7) are all included with the [Django framework](https://pypi.python.org/pypi/Django/1.6.2).
3030

31-
## Why is Django a good web framework to use?
31+
## Why is Django a good web framework choice?
3232
The Django project's stability, performance and community have grown
3333
tremendously over the past decade since the framework's creation. Detailed
3434
tutorials and best practices are readily available on the web and in books.

source/content/pages/02-web-frameworks/0207-bottle.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ choice4icon:
1616
choice4text:
1717

1818

19-
## Bottle
19+
# Bottle
2020
[Bottle](http://bottlepy.org/docs/dev/index.html) is a WSGI-compliant
2121
[single source file](https://github.com/defnull/bottle/blob/master/bottle.py)
2222
web framework with no external dependencies except for the standard library

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ application and its associated data.
3030
## Deployment hosting options
3131
There are four options for deploying and hosting a web application:
3232

33-
1. "Bare metal" servers
33+
1. ["Bare metal" servers](/servers.html)
3434

35-
2. Virtualized servers
35+
2. [Virtualized servers](/servers.html)
3636

37-
3. Infrastructure-as-a-service
37+
3. [Infrastructure-as-a-service](/servers.html)
3838

39-
4. Platform-as-a-service
39+
4. [Platform-as-a-service](/platform-as-a-service.html)
4040

4141

4242
## Deployment resources
@@ -48,4 +48,5 @@ There are four options for deploying and hosting a web application:
4848
defines delivery versus deployment and walks through a continuous deployment
4949
workflow.
5050

51+
5152
### How would you like to deploy your web app?

source/theme/static/css/fsp.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ h6 .small,
431431
h1,
432432
h2,
433433
h3 {
434-
margin-top: 21px;
435-
margin-bottom: 10.5px;
434+
margin-top: 32px;
435+
margin-bottom: 6px;
436436
}
437437

438438
h1 small,
@@ -467,7 +467,7 @@ h1,
467467

468468
h2,
469469
.h2 {
470-
font-size: 32px;
470+
font-size: 28px;
471471
}
472472

473473
h3,

theme/css/fsp.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ h6 .small,
431431
h1,
432432
h2,
433433
h3 {
434-
margin-top: 21px;
435-
margin-bottom: 10.5px;
434+
margin-top: 32px;
435+
margin-bottom: 6px;
436436
}
437437

438438
h1 small,
@@ -467,7 +467,7 @@ h1,
467467

468468
h2,
469469
.h2 {
470-
font-size: 32px;
470+
font-size: 28px;
471471
}
472472

473473
h3,

0 commit comments

Comments
 (0)