File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -91,3 +91,22 @@ You have to install at least the following packages to build the book::
91
91
92
92
``texlive texlive-xetex texlive-latex-extra lmodern fonts-texgyre
93
93
fonts-linuxlibertine python-sphinx poppler-utils``
94
+
95
+ EPUB Generation
96
+ ---------------
97
+ It is also possible to make an EPUB format of this book with the command
98
+ ``make epub `` - note that at the current time this will lack the front and
99
+ back covers.
100
+
101
+ The resulting eBook, in EPUB format, will be placed in the file
102
+ ``build/epub/SupportingPython3.epub `` _or it's windows equivalent.
103
+
104
+ HTML Generation
105
+ ---------------
106
+ It is also possible to make both standalone HTML and HTML directory,
107
+ (directories with ``index.html `` starting points), formats of this book
108
+ with the commands ``make html `` and ``make dirhtml `` - note that at the
109
+ current time these will lack the front and back covers.
110
+
111
+ The resulting books will be placed in the directories
112
+ ``build/html `` and ``build/dirhtml `` respectively.
You can’t perform that action at this time.
0 commit comments