Skip to content

Commit 6340bd7

Browse files
committed
fixing extra text
1 parent 474133e commit 6340bd7

File tree

4 files changed

+1
-21
lines changed

4 files changed

+1
-21
lines changed

all.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,13 +3090,6 @@ <h2>Python implementations</h2>
30903090
compatible with Python 2.7 until 2016 and Python 3.3+ for the
30913091
foreseeable future.</p>
30923092
</li>
3093-
</ul>
3094-
<p>(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
3095-
Markdown or reStructuredText and combines the files with Mako templates
3096-
to output static sites. It is compatible with both Python 2.x and 3.x,
3097-
although the current plan is to drop support for Python 2.x in early
3098-
2016.</p>
3099-
<ul>
31003093
<li>
31013094
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>
31023095
(<a href="https://github.com/posativ/acrylamid">source code</a>) uses incremental

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-11-05T13:12:02Z</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-11-05T18:31:33Z</updated></feed>

source/content/pages/04-web-development/16-static-site-generator.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ ones listed here are primarily coded in Python.
9191
compatible with Python 2.7 until 2016 and Python 3.3+ for the
9292
foreseeable future.
9393

94-
([source code](https://github.com/getnikola/nikola)) takes in either
95-
Markdown or reStructuredText and combines the files with Mako templates
96-
to output static sites. It is compatible with both Python 2.x and 3.x,
97-
although the current plan is to drop support for Python 2.x in early
98-
2016.
99-
10094
* [Acrylamid](http://posativ.org/acrylamid/)
10195
([source code](https://github.com/posativ/acrylamid)) uses incremental
10296
builds to generate static sites faster than recreating every page after

static-site-generator.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@ <h2>Python implementations</h2>
106106
compatible with Python 2.7 until 2016 and Python 3.3+ for the
107107
foreseeable future.</p>
108108
</li>
109-
</ul>
110-
<p>(<a href="https://github.com/getnikola/nikola">source code</a>) takes in either
111-
Markdown or reStructuredText and combines the files with Mako templates
112-
to output static sites. It is compatible with both Python 2.x and 3.x,
113-
although the current plan is to drop support for Python 2.x in early
114-
2016.</p>
115-
<ul>
116109
<li>
117110
<p><a href="http://posativ.org/acrylamid/">Acrylamid</a>
118111
(<a href="https://github.com/posativ/acrylamid">source code</a>) uses incremental

0 commit comments

Comments
 (0)