Skip to content

Commit ba052c6

Browse files
committed
moving additional items into templates
1 parent 73847ef commit ba052c6

13 files changed

+8
-15
lines changed

all.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5900,7 +5900,6 @@ <h2>Code metrics resources</h2>
59005900
in the configuration.</p>
59015901
</li>
59025902
</ul>
5903-
<h3>What's next after obtaining code metrics?</h3>
59045903
<h1>What "full stack" means</h1>
59055904
<p>The terms "full stack" and "Full Stack Python" are ambiguous but I am using
59065905
a specific definition here on this site. These term can be defined for a
@@ -5928,7 +5927,6 @@ <h1>What "full stack" means</h1>
59285927
to keep up with our ever evolving ecosystem. I created Full Stack Python to
59295928
be just one of <a href="/best-python-resources.html">many resources</a> that help Python
59305929
developers build and maintain their programming skills.</p>
5931-
<h3>What to do now that we've got "full stack" defined?</h3>
59325930
<h1>Change Log</h1>
59335931
<p>This is a running list of the major changes to Full Stack Python since its
59345932
inception in December 2012. Another way to view the modifications is through
@@ -6258,7 +6256,6 @@ <h3>December</h3>
62586256
introduction, CDN, web frameworks, and database sections with stubs for
62596257
other areas.</li>
62606258
</ul>
6261-
<p>That's the whole history of Full Stack Python. What do you want to learn now?</p>
62626259
<h1>Future Directions</h1>
62636260
<p>Full Stack Python has completely blown away my expectations for what I could
62646261
accomplish with a side project. I really appreciate all the in-person feedback,
@@ -6273,7 +6270,6 @@ <h1>Future Directions</h1>
62736270
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
62746271
from the community. I work to integrate PRs within a day or two so please
62756272
submit one when you see a fix or improvement that needs to be made!</p>
6276-
<h3>That's what coming. What would you like to learn right now?</h3>
62776273
<h1>About the Author</h1>
62786274
<p>This website was coded and written by
62796275
<a href="http://www.mattmakai.com/">Matt Makai</a>

change-log.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h3>December</h3>
363363
introduction, CDN, web frameworks, and database sections with stubs for
364364
other areas.</li>
365365
</ul>
366-
<p>That's the whole history of Full Stack Python. What do you want to learn now?</p>
366+
<h3>That's the history of FSP. What's next on your learning list?</h3>
367367
<div class="row">
368368
<div class="col-md-4">
369369
<div class="well select-next">

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-05-26T13:34:06Z</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-05-26T13:49:11Z</updated></feed>

future-directions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>Future Directions</h1>
4848
<a href="https://github.com/makaimc/fullstackpython.github.com/pulls">pull requests</a>
4949
from the community. I work to integrate PRs within a day or two so please
5050
submit one when you see a fix or improvement that needs to be made!</p>
51-
<h3>That's what coming. What would you like to learn right now?</h3>
51+
<h3>That's what's coming soon. What do you want to learn now?</h3>
5252
<div class="row">
5353
<div class="col-md-4">
5454
<div class="well select-next">

source/content/pages/08-testing/05-code-metrics.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,3 @@ system are occurring.
5252
goes over setting up Pylint, generating the .pylintrc file and what's
5353
in the configuration.
5454

55-
56-
### What's next after obtaining code metrics?

source/content/pages/13-meta/01-what-full-stack-means.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ to keep up with our ever evolving ecosystem. I created Full Stack Python to
3333
be just one of [many resources](/best-python-resources.html) that help Python
3434
developers build and maintain their programming skills.
3535

36-
37-
### What to do now that we've got "full stack" defined?

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,3 @@ the
312312
introduction, CDN, web frameworks, and database sections with stubs for
313313
other areas.
314314

315-
That's the whole history of Full Stack Python. What do you want to learn now?

source/content/pages/13-meta/03-future-directions.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ Note that these plans can change based on
2323
from the community. I work to integrate PRs within a day or two so please
2424
submit one when you see a fix or improvement that needs to be made!
2525

26-
27-
### That's what coming. What would you like to learn right now?

source/theme/templates/choices/change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<h3>That's the history of FSP. What's next on your learning list?</h3>
12
<div class="row">
23
<div class="col-md-4">
34
<div class="well select-next">

source/theme/templates/choices/code-metrics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<h3>What's next after obtaining code metrics?</h3>
12
<div class="row">
23
<div class="col-md-4">
34
<div class="well select-next">

0 commit comments

Comments
 (0)