From 097159c967082b061e0ecc45471f53ceb9d8467d Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Fri, 25 Aug 2023 11:54:53 +0200 Subject: [PATCH] Update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0df41aa..c7be9f3 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,4 @@ Jupyter notebook scripts for the course Programming Large-Scale Parallel Systems - [**Go to webpage**](https://fverdugo.github.io/XM_40017/dev) -## Run webpage locally -In XM_40017 folder, call `using LiveServer; servedocs(skip_dir=joinpath("docs","src"))` in a Julia terminal. - -> [!NOTE] -> With `skip_dir=joinpath("docs","src")`, changes to the notebooks or .md files are not automatically updated to the webpage anymore. To see the changes, you have to call `servedocs()` again. - +NB: The `notebooks` folder contains material under construction. The material that is ready for study is the one accessible from the website. New material will be added to the website as the course advances.