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