MLDERES / Py4Analytics

2 stars 11 forks source link

Structure

Building the book

To "build" the book, that is turn the contents into static HTML, use the make build command, assuming you are running in the container. This will compile the content into the _build folder. You can then view/test the content by opening the _build\html folder in a browser or double-clicking the _build\html\intro.hmtl file.

Deploying the book

Deploying the book means ensuring that the book is available at the given endpoint. This is done with the make publish command.