From a9933ea330d1c77e6f48d9dea8134786fbb6f1ad Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 25 May 2021 07:35:59 +0200 Subject: [PATCH] Move static files in static/ folder --- README.md | 4 ++-- link_to_yt.png => static/link/to_yt.png | Bin map.pdf => static/map.pdf | Bin paper.pdf => static/paper.pdf | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename link_to_yt.png => static/link/to_yt.png (100%) rename map.pdf => static/map.pdf (100%) rename paper.pdf => static/paper.pdf (100%) diff --git a/README.md b/README.md index fc1feaf..58ace5e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ the problem of predicting house prices. The dataset is publicly available and can be downloaded, for example, at [Kaggle](https://www.kaggle.com/c/house-prices-advanced-regression-techniques). -The case study is based on this [research paper](paper.pdf). +The case study is based on this [research paper](static/paper.pdf). The analyses are presented in four notebooks that may be interactively worked with by following these links: @@ -16,7 +16,7 @@ with by following these links: - [Predictions](https://mybinder.org/v2/gh/webartifex/ames-housing/master?urlpath=lab/tree/04_predictive_models.ipynb) A video presentation of the case study is available on -[YouTube ](https://www.youtube.com/watch?v=VSeGseoJsNA). + [YouTube ](https://www.youtube.com/watch?v=VSeGseoJsNA). ## Installation diff --git a/link_to_yt.png b/static/link/to_yt.png similarity index 100% rename from link_to_yt.png rename to static/link/to_yt.png diff --git a/map.pdf b/static/map.pdf similarity index 100% rename from map.pdf rename to static/map.pdf diff --git a/paper.pdf b/static/paper.pdf similarity index 100% rename from paper.pdf rename to static/paper.pdf