initial commit
This commit is contained in:
commit
5be11a23e8
|
@ -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.
|
Loading…
Reference in New Issue