Skip to content

Commit 549d84e

Browse files
committed
fix link in mako templates page
1 parent 97ae6af commit 549d84e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

content/pages/03-data/00-data.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ created the incredible mix of data code libraries available today.
8686
give historical perspective on how the Python data tools
8787
have evolved over the past 20ish years based on his first-hand experience
8888
as a leader and member in that community.
89-

content/pages/04-web-development/12-mako.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ meta: Mako is a Python template engine used to generate HTML, XML or other outpu
1111
Mako is a [template engine built in Python](/template-engines.html) that is
1212
used to generate output HTML, XML and similar formats.
1313

14-
<a href="http://www.makotemplates.org/" style="border: none;"><img src="/img/logos/mako.jpg" width="100%" alt="Mako template engine logo." style="border-radius: 5px;" width="100%" class="technical-diagram"></a>
14+
<a href="http://www.makotemplates.org/" style="border: none;"><img src="/img/logos/mako.jpg" alt="Mako template engine logo." class="shot rnd outl" width="100%"></a>
1515

1616
<div class="well see-also">Mako is an implementation of the <a href="/template-engines.html">template engines</a> concept. Learn more in the <a href="/web-development.html">web development</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
1717

@@ -27,7 +27,7 @@ used to generate output HTML, XML and similar formats.
2727
* The
2828
[Pylons' project documentation on templates](http://pylonsbook.com/en/1.1/using-view-templates.html)
2929
provides many examples for using Mako, which is the default template
30-
language for the Pylons [web framework](web-frameworks.html).
30+
language for the Pylons [web framework](/web-frameworks.html).
3131

3232
* [Flask-Mako](https://pythonhosted.org/Flask-Mako/) is a [Flask](/flask.html)
3333
extension that makes it easier to use Mako as the template engine in your

transform_book.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"(/peewee.html)":
107107
"(#peewee)",
108108
"(/django-orm.html)":
109-
"(#django-orm)",
109+
"(#django-object-relational-mapper)",
110110
"(/sqlobject.html)":
111111
"(#sqlobject)",
112112
"(/pony-orm.html)":
@@ -157,8 +157,12 @@
157157
"(#bottle)",
158158
"(/pyramid.html)":
159159
"(#pyramid)",
160+
"(/falcon.html)":
161+
"(#falcon)",
160162
"(/morepath.html)":
161163
"(#morepath)",
164+
"(/sanic.html)":
165+
"(#sanic)",
162166
"(/other-web-frameworks.html)":
163167
"(#other-web-frameworks)",
164168
"(/template-engines.html)":
@@ -281,7 +285,7 @@
281285
"(#deployment)",
282286
#("/.html)":
283287
#("#)",
284-
"(servers.html)":
288+
"(/servers.html)":
285289
"(#servers)",
286290
"(/static-content.html)":
287291
"(#static-content)",
@@ -380,7 +384,7 @@
380384
"(/what-full-stack-means.html)":
381385
"(#what-full-stack-means)",
382386
"(/about-author.html)":
383-
"(#about-author)",
387+
"(#about-the-author)",
384388
"(/change-log.html)":
385389
"(" + BASE_FSP + "change-log.html)",
386390
"(/future-directions.html)":

0 commit comments

Comments
 (0)