Skip to content

Commit 1915a4c

Browse files
committed
pdf transformation script work
1 parent 2e8cec3 commit 1915a4c

File tree

1 file changed

+64
-16
lines changed

1 file changed

+64
-16
lines changed

transform_book.py

Lines changed: 64 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -267,40 +267,88 @@
267267
# chapter 5
268268
"/deployment.html":
269269
"#deployment",
270+
#"/.html":
271+
#"#",
270272
"servers.html":
271273
"#servers",
272274
"/static-content.html":
273275
"#static-content",
276+
#"/.html":
277+
#"#",
274278
"/virtual-private-servers-vps.html":
275279
"#virtual-private-servers-vps",
280+
#"/.html":
281+
#"#",
282+
#"/.html":
283+
#"#",
284+
#"/.html":
285+
#"#",
276286
"/platform-as-a-service.html":
277287
"#platform-as-a-service",
288+
#"/.html":
289+
#"#",
290+
#"/.html":
291+
#"#",
292+
#"/.html":
293+
#"#",
278294
"/operating-systems.html":
279295
"#operating-systems",
280296
"/ubuntu.html":
281297
"#ubuntu",
298+
#"/.html":
299+
#"#",
300+
#"/.html":
301+
#"#",
282302
"/web-servers.html":
283303
"#web-servers",
304+
"/apache-http-server.html":
305+
"#apache-http-server",
306+
"/nginx.html":
307+
"#nginx",
308+
"/caddy.html":
309+
"#caddy",
310+
#"/.html":
311+
#"#",
284312
"/wsgi-servers.html":
285313
"#wsgi-servers",
286-
"/configuration-management.html":
287-
"../07-web-app-deployment/12-configuration-management.markdown",
314+
"/green-unicorn-gunicorn.html":
315+
"#green-unicorn-gunicorn",
316+
#"/.html":
317+
#"#",
318+
#"/.html":
319+
#"#",
320+
#"/.html":
321+
#"#",
288322
"/continuous-integration.html":
289-
"../07-web-app-deployment/13-continuous-integration.markdown",
290-
"/web-analytics.html":
291-
"../07-web-app-deployment/16-web-analytics.markdown",
323+
"#continuous-integration",
324+
"/jenkins.html":
325+
"#jenkins",
326+
#"/.html":
327+
#"#",
328+
#"/.html":
329+
#"#",
330+
#"/.html":
331+
#"#",
332+
"/configuration-management.html":
333+
"#configuration-management",
334+
"/ansible.html":
335+
"#ansible",
336+
#"/.html":
337+
#"#",
338+
#"/.html":
339+
#"#",
292340
"/docker.html":
293-
"../07-web-app-deployment/17-docker.markdown",
294-
"/caching.html":
295-
"../07-web-app-deployment/18-caching.markdown",
296-
"/nginx.html":
297-
"../07-web-app-deployment/21-nginx.markdown",
298-
"/apache-http-server.html":
299-
"../07-web-app-deployment/22-apache-http-server.markdown",
300-
"/caddy.html":
301-
"../07-web-app-deployment/23-caddy.markdown",
302-
"/green-unicorn-gunicorn.html":
303-
"../07-web-app-deployment/24-gunicorn.markdown",
341+
"#docker",
342+
#"/.html":
343+
#"#",
344+
"/serverless.html":
345+
"#serverless",
346+
"/aws-lambda.html":
347+
"#aws-lambda",
348+
#"/.html":
349+
#"#",
350+
"/google-cloud-functions.html":
351+
"#google-cloud-functions",
304352

305353
# chapter 6
306354
"/devops.html":

0 commit comments

Comments
 (0)