From 33494198b997c9869b57809e2e28b90f7fee352f Mon Sep 17 00:00:00 2001 From: und3fin3d Date: Wed, 19 Feb 2025 16:25:30 +0100 Subject: [PATCH 1/2] dir clean --- .github/ISSUE_TEMPLATE/exercise.md | 27 ------------ .../ISSUE_TEMPLATE/updates-post-testing.md | 41 ------------------- .gitignore | 3 ++ .vscode/settings.json | 22 ---------- 4 files changed, 3 insertions(+), 90 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/exercise.md delete mode 100644 .github/ISSUE_TEMPLATE/updates-post-testing.md delete mode 100644 .vscode/settings.json diff --git a/.github/ISSUE_TEMPLATE/exercise.md b/.github/ISSUE_TEMPLATE/exercise.md deleted file mode 100644 index a9a776b7..00000000 --- a/.github/ISSUE_TEMPLATE/exercise.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Exercise -about: Create a report to help us improve -title: '' -labels: fixme -assignees: '' - ---- - -* Day: xx -* Exercise: xx - -A clear and concise description of what the problem/misunderstanding is. - -**Examples** -If applicable, add examples to help explain your problem. - -```python -print("Code example") -``` - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -## Fixed on: -- [ ] Github -- [ ] Gitlab diff --git a/.github/ISSUE_TEMPLATE/updates-post-testing.md b/.github/ISSUE_TEMPLATE/updates-post-testing.md deleted file mode 100644 index e6a540d0..00000000 --- a/.github/ISSUE_TEMPLATE/updates-post-testing.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Updates post-testing -about: Updates post-testing for a whole day -title: Dayxx - Updates post-testing -labels: fixme -assignees: '' - ---- - -## Global notes: - -- [ ] 1. -- [ ] 2. - -### ex00: -- [ ] 1. -- [ ] 2. - -### ex01: -- [ ] 1. -- [ ] 2. - -### ex02: -- [ ] 1. -- [ ] 2. - -### ex03: -- [ ] 1. -- [ ] 2. - -### ex04: -- [ ] 1. -- [ ] 2. - -### ex05: -- [ ] 1. -- [ ] 2. - -### ex06: -- [ ] 1. -- [ ] 2. diff --git a/.gitignore b/.gitignore index efd915fd..6254f945 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Personnal *.zip +# VSCode +*.vscode/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d4d8687a..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#fbed80", - "activityBar.activeBorder": "#06b9a5", - "activityBar.background": "#fbed80", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#06b9a5", - "activityBarBadge.foreground": "#15202b", - "sash.hoverBorder": "#fbed80", - "statusBar.background": "#f9e64f", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#f7df1e", - "statusBarItem.remoteBackground": "#f9e64f", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#f9e64f", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#f9e64f99", - "titleBar.inactiveForeground": "#15202b99" - }, - "peacock.color": "#f9e64f" -} \ No newline at end of file From cead1615c07b6931c96212eb02335f81f55dc537 Mon Sep 17 00:00:00 2001 From: und3fin3d Date: Wed, 19 Feb 2025 16:35:53 +0100 Subject: [PATCH 2/2] PDF titles --- module02/subject/en.subject.tex | 2 +- module03/subject/en.subject.tex | 2 +- module04/subject/en.subject.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module02/subject/en.subject.tex b/module02/subject/en.subject.tex index ecda623a..9ebad2d6 100644 --- a/module02/subject/en.subject.tex +++ b/module02/subject/en.subject.tex @@ -118,7 +118,7 @@ % =============================================================================% % ===================================== % -\title{Python \& ML - Module 02} +\title{Python Bootcamp - Module 02} \subtitle{Basics 3} \author{ Maxime Choulika (cmaxime), Pierre Peigné (ppeigne), Matthieu David (mdavid) diff --git a/module03/subject/en.subject.tex b/module03/subject/en.subject.tex index 0dbf2fc9..95e059e0 100644 --- a/module03/subject/en.subject.tex +++ b/module03/subject/en.subject.tex @@ -117,7 +117,7 @@ % =============================================================================% % ===================================== % -\title{Python \& ML - Module 03} +\title{Python Bootcamp - Module 03} \subtitle{Numpy} \author{ Maxime Choulika (cmaxime), Pierre Peigné (ppeigne), Matthieu David (mdavid) diff --git a/module04/subject/en.subject.tex b/module04/subject/en.subject.tex index c01b431d..4e708b0f 100644 --- a/module04/subject/en.subject.tex +++ b/module04/subject/en.subject.tex @@ -117,7 +117,7 @@ % =============================================================================% % ===================================== % -\title{Python \& ML - Module 04} +\title{Python Bootcamp - Module 04} \subtitle{Pandas} \author{ Maxime Choulika (cmaxime), Pierre Peigné (ppeigne), Matthieu David (mdavid)