662a044b2d362be3b4d4fa6ceb08ddf8dd8d4671
Scipy + MD + Mkdocs Cookiecutter Template
This repo is a template for cookiecutter. It creates a data science pipeline project, using the python scipy stack, mkdocs for documentation and pandoc to generate reports from markdown files.
Usage
cookiecutter https://git.acereca.ne/acereca/CCSciPyMD.git
This will start the creation process and ask for a new project name.
Project Setup
The created project is then based on a makefile piepline.
- run all data processing tasks with
make all
- create reports based on the processing
make docs
To createa and view the documentation use
make mkdocs
Cleanup removes all files from out/
make clean
Description
A cookiecutter template for setup of a scipy data pipeline with mkdocs documentation and md to pdf output.
Languages
Python
41.1%
Makefile
30%
Shell
28.9%