Skip to content

Commit 31e80bf

Browse files
committed
pdf transformation work
1 parent 1cd0f6d commit 31e80bf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

transform_book.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"#python-2-or-3",
1919
"/enterprise-python.html":
2020
"#enterprise-python",
21-
21+
"/python-community.html":
22+
"#python-community",
23+
"/companies-using-python.html":
24+
"#companies-using-python",
2225
"/best-python-resources.html":
2326
"#best-python-resources",
2427
"/best-python-videos.html":
25-
"../01-introduction/12-best-python-videos.markdown",
28+
"#best-python-videos",
29+
"/best-python-podcasts.html":
30+
"#best-python-podcasts",
2631

2732
"/development-environments.html":
28-
"../02-development-environments/01-development-environments.markdown",
33+
"#development-environments",
2934
"/vim.html":
30-
"../02-development-environments/03-vim.markdown",
35+
"#vim",
3136
"/emacs.html":
32-
"../02-development-environments/04-emacs.markdown",
33-
34-
"/python-programming-language.html":
35-
"../03-programming-language/01-programming-language.markdown",
36-
"/generators.html":
37-
"../03-programming-language/08-generators.markdown",
38-
"/comprehensions.html":
39-
"../03-programming-language/09-comprehensions.markdown",
37+
"#emacs",
38+
"/sublime-text.html":
39+
"#sublime-text",
4040

4141
"/web-development.html":
4242
"../04-web-development/01-web-development.markdown",

0 commit comments

Comments
 (0)