Skip to content

Commit c9deb16

Browse files
committed
Added initail sections on EPUB & HTML generation. Addresses #16
1 parent 25a4700 commit c9deb16

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.rst

+19
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,22 @@ You have to install at least the following packages to build the book::
9191

9292
``texlive texlive-xetex texlive-latex-extra lmodern fonts-texgyre
9393
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.

0 commit comments

Comments
 (0)