Update README

This commit is contained in:
Francesc Verdugo 2023-08-25 11:54:53 +02:00
parent b3f45fce34
commit 097159c967

View File

@ -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.