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.