Skip to content

Commit 69c4dcb

Browse files
authored
Merge pull request #1 from LeCoinStat/codex/corriger-un-bug-dans-une-partie-importante-du-code
Fix link and headings in docs
2 parents 0c97bfd + 5033251 commit 69c4dcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/cours/dataviz.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import matplotlib.pyplot as plt
6060
import numpy as np
6161
```
6262

63-
##Graphiques de Base avec Matplotlib
63+
## Graphiques de Base avec Matplotlib
6464

6565
## Courbe Linéaire (Line Plot)
6666
Les courbes permettent d'observer l'évolution d'une variable sur un axe donné.
@@ -423,7 +423,7 @@ plt.show()
423423
```
424424
---
425425

426-
#Conclusion
426+
# Conclusion
427427

428428
Ce guide vous offre une base solide pour utiliser Matplotlib et Seaborn en Python. Vous avez appris à :
429429
- Choisir le bon type de graphique selon vos données.

doc/cours/intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ from: markdown+emoji
102102
## Bibliographie {.smaller}
103103

104104
- [Documentation officielle Python](https://docs.python.org/3/)
105-
- [Cours excellent de l'ENSAE] (https://pythonds.linogaliana.fr/)
105+
- [Cours excellent de l'ENSAE](https://pythonds.linogaliana.fr/)
106106
- [Python for Everybody](https://www.py4e.com/)
107107
- [Python Crash Course (Livre)](https://nostarch.com/pythoncrashcourse2e)
108108
- [Site](https://www.lamsade.dauphine.fr/~manouvri/PYTHON/CoursPython_MM.html)

0 commit comments

Comments
 (0)