From 1076145ba103e34e8de31cc8270ea2c665fa3b55 Mon Sep 17 00:00:00 2001
From: Jan Benda <jan.benda@uni-tuebingen.de>
Date: Tue, 21 Jan 2020 18:08:28 +0100
Subject: [PATCH] [projects] solutions go into solutions/

---
 projects/README                                    | 14 +++++++++-----
 .../project_mutualinfo/{code => solution}/mi.m     |  0
 .../{code => solution}/mutualinfo.m                |  0
 3 files changed, 9 insertions(+), 5 deletions(-)
 rename projects/project_mutualinfo/{code => solution}/mi.m (100%)
 rename projects/project_mutualinfo/{code => solution}/mutualinfo.m (100%)

diff --git a/projects/README b/projects/README
index 2f60f99..665350c 100644
--- a/projects/README
+++ b/projects/README
@@ -1,10 +1,14 @@
 How to make a new project
 -------------------------
-Copy `project_template/` to your `project_NAME/` and adapt according to your needs.
-Rename `template.tex` to `NAME.tex` and write questions.
-Put data that are needed for the project into the `data/` subfolder.
-Put your solution into the `code/` subfolder.
-Don't forget to add the project files to git (`git add FILENAMES`).
+
+- Copy `project_template/` to your `project_NAME/` and adapt according to your needs.
+- Rename `template.tex` to `NAME.tex` and write questions.
+- Put code needed for the project into the project's root directory.
+- Put data that are needed for the project into the `data/` subfolder.
+- Put your solution into the `solution/` subfolder.
+- Put code that is needed to generate some data for the project, 
+  but which is not part of the project, into the `code/` subfolder.
+- Don't forget to add the project files to git (`git add FILENAMES`).
 
 
 Upload projects to Ilias
diff --git a/projects/project_mutualinfo/code/mi.m b/projects/project_mutualinfo/solution/mi.m
similarity index 100%
rename from projects/project_mutualinfo/code/mi.m
rename to projects/project_mutualinfo/solution/mi.m
diff --git a/projects/project_mutualinfo/code/mutualinfo.m b/projects/project_mutualinfo/solution/mutualinfo.m
similarity index 100%
rename from projects/project_mutualinfo/code/mutualinfo.m
rename to projects/project_mutualinfo/solution/mutualinfo.m