Skip to content

Commit 95039c7

Browse files
authored
Merge branch 'main' into rebase-match-resync-branches
2 parents 974b3ed + 4c092ed commit 95039c7

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
- name: Build HTML
4343
shell: bash -l {0}
4444
run: |
45-
jb build lectures --path-output ./ -n --keep-going
46-
# TODO: Re-enable -W flag once all lectures are translated and warnings are resolved
45+
jb build lectures --path-output ./ -n -W --keep-going
4746
- name: Upload Execution Reports
4847
uses: actions/upload-artifact@v7
4948
if: failure()

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
- name: Build HTML
5757
shell: bash -l {0}
5858
run: |
59-
jb build lectures --path-output ./ -n --keep-going
60-
# TODO: Re-enable -W flag once all lectures are translated and warnings are resolved
59+
jb build lectures --path-output ./ -n -W --keep-going
6160
# Serves at the default Pages URL (no cname):
6261
# https://quantecon.github.io/lecture-python-programming.fr/
6362
- name: Deploy to GitHub Pages

lectures/_admonition/gpu.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
```{admonition} GPU
2+
:class: warning
3+
4+
Ce cours a été construit sur une machine disposant d'un GPU — bien qu'il fonctionne également sans.
5+
6+
[Google Colab](https://colab.research.google.com/) propose une offre gratuite avec des GPU
7+
auxquels vous pouvez accéder comme suit :
8+
9+
1. Cliquez sur l'icône « play » en haut à droite
10+
2. Sélectionnez Colab
11+
3. Réglez l'environnement d'exécution pour inclure un GPU
12+
```

0 commit comments

Comments
 (0)