Skip to content
Julien Cohen-Adad edited this page Jul 21, 2023 · 6 revisions

Welcome to the neuro.polymtl.ca wiki!

Build website locally

# Clone repo and move to it
git clone https://github.com/neuropoly/neuro.polymtl.ca.git
cd neuro.polymtl.ca

# Install requirements
pip install '.[sphinx]'

# Build website
make html

# Force building (in case it says "nothing is out of date"):
make clean 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.
```

List of possible admonitions.

Labels for publications

https://github.com/neuropoly/neuro.polymtl.ca/blob/master/publications/labels_publication.html

Clone this wiki locally