Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7137403

Browse files
author
Alexis Ronez
committed
Just a little change in the script to make it nicer
1 parent 1e0cd32 commit 7137403

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

build_ebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def create_ebook(path):
88

99
name_path = path
10-
print('create \"' + name_path + '\" ebook')
10+
print('\n Creating \"' + name_path + '\" ebook')
1111
# Recursively gather all markdown files in the right order
1212
markdownFiles = []
1313

ebook/Vulkan Tutorial en.epub

1.15 KB
Binary file not shown.

ebook/Vulkan Tutorial en.pdf

3.41 KB
Binary file not shown.

ebook/Vulkan Tutorial fr.epub

1.2 KB
Binary file not shown.

ebook/Vulkan Tutorial fr.pdf

2.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)