Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added makefile for automating ebook generation #49

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ Contributions are all placed in the public domain like the rest of the text.
Building
--------

**Create Sphinx Docs**

Just ``cd`` into the repo and run ``sphinx-build -b html source/ build/`` to build
the website. Feel free to try your hand at building other formats, but HTML is
the only officially supported one right now.
the website.

**Create EPUB and HTML**

1. Install `Pandoc <http://johnmacfarlane.net/pandoc/>`_.
2. cd ``source``
3. Delete current build folder (if necessary) - ``make clean``
4. Generate EPUB and HTML - ``make``

**Todo**: Add instructions for PDF and MOBI


Binary file added sample_builds/ebook/ExploreFlask.epub
Binary file not shown.
Loading