-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (48 loc) · 1.69 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
site_name: Bonjour Python
site_url: https://loop.brain.fr/bonjour-python
repo_url: https://github.com/gni/bonjour-python
repo_name: gni/bonjour-python
nav:
- Accueil: index.md
- Introduction: 1-introduction.md
- Bases: 2-bases.md
- Contrôle de flux et itération: 3-controle-flux-iterations.md
- Structures de données: 4-structures-de-donnees.md
- Fonctions: 5-fonctions.md
- Modules et Paquets: 6-modules-et-paquets.md
- Gestion des fichiers: 7-manipulation-de-fichiers.md
- Programmation orientée objet (POO): 8-programmation-orientee-objet.md
- Gestion des erreurs et exceptions: 9-erreurs-et-exceptions.md
- Concepts avancés: 10-concepts-avances.md
- Travailler avec des bases de données: 11-bases-de-donnees.md
- Développement web avec Python: 12-web-dev.md
- APIs et Web Scraping: 13-api-web-scraping.md
- Python pour l'analyse de données: 14-analyse-de-donnees.md
- Python pour l'apprentissage automatique: 15-machine-learning.md
- Meilleures pratiques et astuces: 16-bonnes-pratiques-et-astuces.md
- Conclusion et prochaines étapes: 17-prochaines-etapes.md
- Projet de fin: 18-projet-de-fin.md
theme:
name: material
highlightjs: true
locale: fr
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
copyright: "Copyright © 2023 Lucian BLETAN"
extra:
generator: false