Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 719 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 719 Bytes

py-pkgs Bookdown Docker support

Docker image to support PDF building of the open-source Python Packages book.

Usage

If you'd like develop and build the Python Packages book to PDF:

  1. Install Docker.
  2. Pull the pypkgs/bookdown images: docker pull pypkgs/bookdown.
  3. Clone the py-pkgs repository from GitHub: git clone https://github.com/py-pkgs/py-pkgs.git.
  4. Make any desired changes to source files.
  5. Build the book using the build_bookdown.sh script.
$ cd py-pkgs
$ sh build_bookdown.sh

A fully-rendered PDF version of the book will be built in py-pkgs/bookdown/_book/.