#!/bin/bash
cp section-2-data-science-and-ml-tools/introduction-to-numpy.ipynb docs/
cp section-2-data-science-and-ml-tools/introduction-to-pandas.ipynb docs/
cp section-2-data-science-and-ml-tools/introduction-to-matplotlib.ipynb docs/
cp section-2-data-science-and-ml-tools/introduction-to-scikit-learn.ipynb docs/
cp section-4-unstructured-data-projects/end-to-end-dog-vision-v2.ipynb docs/
cp section-3-structured-data-projects/end-to-end-heart-disease-classification.ipynb docs/
cp section-3-structured-data-projects/end-to-end-bluebook-bulldozer-price-regression-v2.ipynb docs/
cp communicating-your-work.md docs/
cp images/* docs/images/
rm -rf docs/.ipynb_checkpoints
mkdocs serve