Skip to content

Commit bb15996

Browse files
committed
working on dev environments meta description
1 parent e04ce3c commit bb15996

6 files changed

Lines changed: 12 additions & 13 deletions

File tree

all.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ <h1>Why Use Python?</h1>
6060
language is also widely taught in universities and used for working with
6161
beginner-friendly devices such as the
6262
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
63-
<div class="well">
64-
If you're learning Python you should also take a look at
65-
<a href="/best-python-resources.html">the best Python resources</a> and
66-
read
63+
<div class="well well-sm">
64+
If you're learning about why to use Python you should also take a look at
65+
<a href="/best-python-resources.html">the best Python resources</a> and read
6766
<a href="/what-full-stack-means.html">what "full stack" means</a>.
6867
</div>
6968

development-environments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Text editors and IDEs are critical to productive Python software development. Learn more about development environments on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Development Environments - Full Stack Python</title>
910
<!--[if lt IE 9]>

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>2015-02-17T19:19:49Z</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>2015-02-17T21:54:50Z</updated></feed>

source/content/pages/02-learning-python/01-why-use-python.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ language is also widely taught in universities and used for working with
3030
beginner-friendly devices such as the
3131
[Raspberry Pi](http://www.raspberrypi.org/).
3232

33-
<div class="well">
34-
If you're learning Python you should also take a look at
35-
<a href="/best-python-resources.html">the best Python resources</a> and
36-
read
33+
<div class="well well-sm">
34+
If you're learning about why to use Python you should also take a look at
35+
<a href="/best-python-resources.html">the best Python resources</a> and read
3736
<a href="/what-full-stack-means.html">what "full stack" means</a>.
3837
</div>
3938

source/content/pages/02-learning-python/02-development-environments.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Development Environments
22
category: page
33
slug: development-environments
44
sort-order: 0202
5+
meta: Text editors and IDEs are critical to productive Python software development. Learn more about development environments on Full Stack Python.
56
choice1url: /introduction.html
67
choice1icon: fa-fast-backward fa-inverse
78
choice1text: Let me start over from the Full Stack Python introduction.

why-use-python.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ <h1>Why Use Python?</h1>
4747
language is also widely taught in universities and used for working with
4848
beginner-friendly devices such as the
4949
<a href="http://www.raspberrypi.org/">Raspberry Pi</a>.</p>
50-
<div class="well">
51-
If you're learning Python you should also take a look at
52-
<a href="/best-python-resources.html">the best Python resources</a> and
53-
read
50+
<div class="well well-sm">
51+
If you're learning about why to use Python you should also take a look at
52+
<a href="/best-python-resources.html">the best Python resources</a> and read
5453
<a href="/what-full-stack-means.html">what "full stack" means</a>.
5554
</div>
5655

0 commit comments

Comments
 (0)