Skip to content

Commit 244ed8b

Browse files
authored
Merge pull request #258 from 42-AI/3.2.0
3.2.0
2 parents 315d3bd + 7ed2c3e commit 244ed8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+555
-248
lines changed

.github/workflows/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# About latex-builder workflow
2+

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
# What's new ?
1+
## Fixs
22

3-
- Fixed broken `latex-builder` workflow
3+
> Module00: PR #249; PR #253
4+
> Module01: PR #248
5+
> Module02: PR #254
6+
> Module03: PR #250
7+
> Module04: N/A
8+
9+
## CI/CD
10+
11+
> - Fixed and updated broken `LaTex Builder` Github actions workflow
12+
13+
## Other modifications
14+
15+
> - Corrected spelling or grammar mistakes
16+
> - Updated logo in module/subjets/assets
17+
> - Updated logo in resources/42ai_logo
18+
> - Updated README
19+
> - Added a link on each project PDF introduction to reach our Discord server via the 42 associations portal on Discord (reserved to 42students). Edited the text to reach 42 and 42AI's Slack servers.

assets/42ai_logo.png

128 KB
Loading

build/module00.pdf

182 KB
Binary file not shown.

build/module01.pdf

30.1 KB
Binary file not shown.

build/module02.pdf

31.2 KB
Binary file not shown.

build/module03.pdf

25.4 KB
Binary file not shown.

build/module04.pdf

24.6 KB
Binary file not shown.
156 KB
Binary file not shown.

module00/subject/en.py_proj.tex

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \chapter{Common Instructions}
1010
\item The version of Python recommended to use is 3.7, you can
1111
check the version of Python with the following command: \texttt{python -V}
1212

13-
\item The norm: during this piscine, it is recommended to follow the
13+
\item The norm: during this bootcamp, it is recommended to follow the
1414
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
1515
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
1616
is a tool to check your Python code.
@@ -20,7 +20,11 @@ \chapter{Common Instructions}
2020
so make sure that your variable names and function names are appropriate and civil.
2121
\item Your manual is the internet.
2222

23-
\item You can also ask questions in the \texttt{\#bootcamps} channel in the \href{https://42-ai.slack.com}{42AI}
23+
\item If you are a student from 42, you can access our Discord server
24+
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
25+
questions to your peers in the dedicated Bootcamp channel.
26+
27+
\item You can also ask questions in the \texttt{\#bootcamps} channel on Slack at \href{https://42-ai.slack.com}{42AI}
2428
or \href{42born2code.slack.com}{42born2code}.
2529

2630
\item If you find any issue or mistake in the subject please create an issue on \href{https://github.com/42-AI/bootcamp_python/issues}{42AI repository on Github}.

0 commit comments

Comments
 (0)