From 27675adf59ae5631e4b0857ed44ceaed0087bf3f Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Fri, 7 Aug 2020 14:06:07 -0400 Subject: [PATCH] Remove zips into subdirectory and test readme link to report. --- README.md | 8 +++++++- .../20Spring_martingale.zip | Bin ML4T_2020Spring.zip => zips/ML4T_2020Spring.zip | Bin 3 files changed, 7 insertions(+), 1 deletion(-) rename 20Spring_martingale.zip => zips/20Spring_martingale.zip (100%) rename ML4T_2020Spring.zip => zips/ML4T_2020Spring.zip (100%) diff --git a/README.md b/README.md index 96d277a..86384a0 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,15 @@ exercises. This makes sure that you do not override any of the existing files. I might add a makefile to automize this later. ``` -unzip -n 20Spring_martingale.zip +unzip -n zips/20Spring_martingale.zip -d ./ ``` [Here](https://pythonprogramming.net/candlestick-ohlc-graph-matplotlib-tutorial/) is a tutorial for how to plot candlestick data. Will come in handy later. +# Reports + +Let's test if I can reference the reports from here: + +[Report 1](./martingale/martingale.md) + diff --git a/20Spring_martingale.zip b/zips/20Spring_martingale.zip similarity index 100% rename from 20Spring_martingale.zip rename to zips/20Spring_martingale.zip diff --git a/ML4T_2020Spring.zip b/zips/ML4T_2020Spring.zip similarity index 100% rename from ML4T_2020Spring.zip rename to zips/ML4T_2020Spring.zip