initial commit

This commit is contained in:
Acereca 2022-04-06 15:18:47 +02:00
commit 5be11a23e8
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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.