Skip to content

Commit dde3e93

Browse files
authored
Fix bug on chapter order (#385)
* change init call * capitalize * change wordcloud position * cat yaml * don't tweak when prod
1 parent 3560f1f commit dde3e93

File tree

13 files changed

+15
-127
lines changed

13 files changed

+15
-127
lines changed

.github/workflows/netlify-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
python build/tweak_render.py
3232
cat _quarto.yml
3333
python build/wc_website.py
34+
cat _quarto.yml
3435
quarto render --to html
3536
- name: Install npm
3637
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}

.github/workflows/prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
conda list
2626
- name: Render website
2727
run: |
28-
python build/tweak_render.py
2928
python build/wc_website.py
3029
quarto render --to html
3130
- name: Publish to Pages

build/wc_website.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def clean_file(text):
5959
corpus = " ".join(corpus)
6060

6161

62-
path = './content/home/word.png'
62+
path = './word.png'
6363

6464
fig = plt.figure()
6565

content/course/getting-started/index.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ weight: 10
1212
image: https://ensae-reproductibilite.github.io/website/cards/introduction/egg.jpg
1313
---
1414

15+
# Introduction
16+
1517
Ce cours rassemble l'ensemble du contenu du cours
1618
*Python {{< fa brands python >}} pour la data-science* que je donne
1719
à l'[ENSAE](https://www.ensae.fr/courses/python-pour-le-data-scientist-pour-leconomiste/)

content/course/manipulation/02a_pandas_tutorial/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ print_badges("content/course/manipulation/02a_pandas_tutorial.qmd")
4242
```
4343
:::
4444

45-
Le _package_ `pandas` est l'une des briques centrales de l'écosystème de
45+
Le _package_ `Pandas` est l'une des briques centrales de l'écosystème de
4646
la data-science. Son créateur, Wes McKinney, l'a pensé comme
47-
une surcouche à la librairie `numpy` pour introduire le _DataFrame_
47+
une surcouche à la librairie `Numpy` pour introduire le _DataFrame_
4848
qui est un objet central dans des langages comme `R`
4949
ou `Stata` mais qui était absent dans `Python`. `pandas` est rapidement
5050
devenu un incontournable de la _data-science_. L'ouvrage

content/home/features.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

content/home/hero.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

content/home/index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/home/portfolio.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

content/home/pythonDS.bib

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)