Skip to content

Commit 135f824

Browse files
committed
working on transform script
1 parent d8c0c3a commit 135f824

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

transform_book.py

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -267,18 +267,20 @@
267267
"(#platform-as-a-service)",
268268
"(/heroku.html)":
269269
"(#heroku)",
270-
#("/.html)":
271-
#("#)",
272-
#("/.html)":
273-
#("#)",
270+
"(/pythonanywhere.html)":
271+
"(#pythonanywhere)",
272+
"(/aws-codestar.html)":
273+
"(#aws-codestar)",
274274
"(/operating-systems.html)":
275275
"(#operating-systems)",
276276
"(/ubuntu.html)":
277277
"(#ubuntu)",
278-
#("/.html)":
279-
#("#)",
280-
#("/.html)":
281-
#("#)",
278+
"(/macos.html)":
279+
"(#macos)",
280+
"(/freebsd.html)":
281+
"(#freebsd)",
282+
"(/windows.html)":
283+
"(#windows)",
282284
"(/web-servers.html)":
283285
"(#web-servers)",
284286
"(/apache-http-server.html)":
@@ -287,18 +289,14 @@
287289
"(#nginx)",
288290
"(/caddy.html)":
289291
"(#caddy)",
290-
#("/.html)":
291-
#("#)",
292292
"(/wsgi-servers.html)":
293293
"(#wsgi-servers)",
294294
"(/green-unicorn-gunicorn.html)":
295295
"(#green-unicorn-gunicorn)",
296-
#("/.html)":
297-
#("#)",
298-
#("/.html)":
299-
#("#)",
300-
#("/.html)":
301-
#("#)",
296+
"(/uwsgi.html)":
297+
"(#uwsgi)",
298+
"(/mod-wsgi.html)":
299+
"(#mod-wsgi)",
302300
"(/continuous-integration.html)":
303301
"(#continuous-integration)",
304302
"(/jenkins.html)":

0 commit comments

Comments
 (0)