From 5be11a23e85af3d184dbda290091bbbe8b9eeead Mon Sep 17 00:00:00 2001 From: Acereca Date: Wed, 6 Apr 2022 15:18:47 +0200 Subject: [PATCH] initial commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3a7ce5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Scipy + MD + Mkdocs Cookiecutter Template + +This repo is a template for [cookiecutter](https://cookiecutter.readthedocs.io). +It creates a data science pipeline project, using the python +[scipy stack](https://scipy.org/), mkdocs for documentation +and pandoc to generate reports from markdown files. + +## Usage + +```shell +cookiecutter https://git.acereca.ne/acereca/CCSciPyMD.git +``` + +This will start the creation process and ask for a new project name.