Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1002 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1002 Bytes

These materials are for an introductory class on Blender for 3D printing.

About the docs

Docs are written as .rst files, rendered into HTML using Sphinx using some templates and CSS from the official Blender manual, and uploaded to the gh-pages branch on github using the build-docs.sh script so they can be viewed at https://daler.github.io/blender-for-3d-printing/contents.html.

To build the docs, assuming you have Python (with pip) and Git installed:

# clone the repo
git clone https://github.com/daler/blender-for-3d-printing.git
cd blender-for-3d-printing

# install requirments (currently just Sphinx)
pip install -r requirements.txt

# build the docs
make html

The docs are then available at build/html/contents.html

Ryan Dale 2016 [dalerr@niddk.nih.gov] under CC-BY.