From 0145252cf903042ecc3e0fda8cfc61f5e12aae14 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Tue, 22 Jan 2019 18:06:42 +0100
Subject: [PATCH] removing instructions for homework

---
 README.md | 44 ++------------------------------------------
 1 file changed, 2 insertions(+), 42 deletions(-)

diff --git a/README.md b/README.md
index 171c4b3..5fa3792 100644
--- a/README.md
+++ b/README.md
@@ -1,43 +1,3 @@
-# Repo for practice and homework
+## Repository for practice and homework
 
-## Homework on GitLab
-
-This exercise has to be done on your lab computer on which `Matlab` **is** installed. Don't forget to properly configure `git` with your username and email as explained in the training slides.
-
-<br>
-During the training, you committed to the
-[https://git-r3lab.uni.lu/R3/R3.practice](hhttps://git-r3lab.uni.lu/R3/R3.practice)
-repository.
-
-<br>
-**Task**
-
-   - create a fork of this repository
-   - commit some code
-   - create a merge request on `GitLab`.
-
-
-## Instructions
-
-- First, fork the [https://git-r3lab.uni.lu/R3/R3.practice](https://git-r3lab.uni.lu/R3/R3.practice) repository.
-
-- Create the new branch `homework_myName`.
-
-- Implement a new function (create a new file `sqrt_myName.m`) called `sqrt_myName(x)` that computes the square root of `x`.
-
-- Copy the `test.m` file to `test_myName.m` and change the names of the functions accordingly.
-
-
-- Before submitting the merge request, verify locally that your code is running properly.
-  Simply execute it
-   ```sh
-   $ matlab -nodesktop -nosplash < test_myName.m
-   ```
-   and verify that no error is reported.
-
-- Create a merge-request.
-
-- Assign Laurent (@laurent.heirendt) your merge-request will be reviewed.
-
-<br>
-That's it!
+The detailed instructions are [here](https://git-r3lab.uni.lu/R3.training/git.slides/blob/master/slides/homework.md).
\ No newline at end of file
-- 
GitLab