Skip to content

Commit e12c288

Browse files
committed
removing broken muffin example linkg
1 parent 8fb792a commit e12c288

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

all.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,9 +2095,6 @@ <h2>Muffin</h2>
20952095
Flask with URL routes defined as decorators upon view functions. The
20962096
<a href="https://peewee.readthedocs.org/en/latest/">Peewee ORM</a> is used instead of
20972097
the more common SQLAlchemy ORM.</p>
2098-
<p>Muffin has limited documentation, but
2099-
<a href="https://github.com/klen/muffin/tree/develop/example">an example app</a>
2100-
is bundled with the framework's source code.</p>
21012098
<h2>Other web framework resources</h2>
21022099
<ul>
21032100
<li>

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-07-30T13:48:01Z</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-07-30T16:48:46Z</updated></feed>

other-web-frameworks.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ <h2>Muffin</h2>
7171
Flask with URL routes defined as decorators upon view functions. The
7272
<a href="https://peewee.readthedocs.org/en/latest/">Peewee ORM</a> is used instead of
7373
the more common SQLAlchemy ORM.</p>
74-
<p>Muffin has limited documentation, but
75-
<a href="https://github.com/klen/muffin/tree/develop/example">an example app</a>
76-
is bundled with the framework's source code.</p>
7774
<h2>Other web framework resources</h2>
7875
<ul>
7976
<li>

source/content/pages/04-web-development/09-other-web-frameworks.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ Flask with URL routes defined as decorators upon view functions. The
5454
[Peewee ORM](https://peewee.readthedocs.org/en/latest/) is used instead of
5555
the more common SQLAlchemy ORM.
5656

57-
Muffin has limited documentation, but
58-
[an example app](https://github.com/klen/muffin/tree/develop/example)
59-
is bundled with the framework's source code.
60-
6157

6258
## Other web framework resources
6359
* This [roundup of 14 minimal Python frameworks](http://codecondo.com/14-minimal-web-frameworks-for-python/)

0 commit comments

Comments
 (0)