From 1f06e5779f00cb0d350eb68e3d7692cbcf4f73ac Mon Sep 17 00:00:00 2001 From: Isaac Slavitt Date: Sat, 19 Mar 2016 18:18:31 -0400 Subject: [PATCH] =?UTF-8?q?Replace=20|=20with=20=E2=94=82=20:bike::house:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {{ cookiecutter.repo_name }}/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/{{ cookiecutter.repo_name }}/README.md b/{{ cookiecutter.repo_name }}/README.md index 65d655e..8ca70b4 100644 --- a/{{ cookiecutter.repo_name }}/README.md +++ b/{{ cookiecutter.repo_name }}/README.md @@ -14,37 +14,37 @@ Project Organization │   ├── interim <- Intermediate data that has been transformed. │   ├── processed <- The final, canonical data sets for modeling. │   └── raw <- The original, immutable data dump. - | + │ ├── docs <- A default Sphinx project; see sphinx-doc.org for details - | + │ ├── models <- trained and serialized models, model predictions, or model summaries │ ├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering), │ the creator's initials, and a short `-` delimited description, e.g. │ `1.0-jqp-initial-data-exploration`. - | + │ ├── references <- Data dictionaries, manuals, and all other explanatory materials. - | + │ ├── reports <- Generated analysis as HTML, PDF, LaTeX, etc. │   └── figures <- Generated graphics and figures to be used in reporting - | + │ ├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g. - | generated with `pip freeze > requirements.txt` - | + │ generated with `pip freeze > requirements.txt` + │ ├── src <- Source code for use in this project. │   ├── __init__.py <- Makes src a Python module - | | + │ │ │   ├── data <- Scripts to download or generate data │   │   └── make_dataset.py - | | + │ │ │   ├── features <- Scripts to turn raw data into features for modeling │   │   └── build_features.py - | | + │ │ │   └── models <- scripts to train models and then use trained models to make - | | predictions + │ │ predictions │   ├── predict_model.py │   └── train_model.py - | + │ └── tox.ini <- tox file with settings for running tox; see tox.testrun.org