Skip to content
Julien Cohen-Adad edited this page May 22, 2022 · 9 revisions

Welcome to the intranet.neuro.polymtl.ca wiki!

Build website locally

# clone repos
git clone https://github.com/neuropoly/neuro.polymtl.ca.git
cd neuro.polymtl.ca
make html
# open local website
open _build/html/README.html

Admonitions

Example:

```{note}
**Note for Intern Students: **You will only need to create the `admin`, `biblio`, and `reports` folders.
```

All possible admonitions are listed at: TODO

Clone this wiki locally