Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traduction du chapitre 2 #7

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0262e76
Réorganisation de «Principes de fonctionnement» et simplification de …
Jul 6, 2013
35c2a4c
Correction d’espace insécable (mode typo nazi)
Jul 6, 2013
dd60bc9
Ajouts : branches, remotes
Djiko Jul 7, 2013
8310f17
Ajout d’une espace dans le README
Jul 11, 2013
5a0e62d
Début trad chapitre native datatypes
audionuma Jul 14, 2013
c72a032
Update 01-installing-python.html
ldidry Jul 14, 2013
cf5ceec
Ajout du wokflow dans le README
ldidry Jul 14, 2013
5c0a2eb
Update README.md
ldidry Jul 14, 2013
2a21005
Marquage du chapitre 2 en 'En cours'.
progval Jul 14, 2013
a5d0112
Debut de la traduction du chapitre 2 (environ un quart).
progval Jul 14, 2013
34eb4f3
Poursuite de la traduction du chapitre 2 (environ la moitié).
progval Jul 14, 2013
a5efcd8
Corrections orthographiques
Jul 15, 2013
5369065
Corrections orthographiques
Jul 15, 2013
f7f1707
Corrections orthographiques
Jul 15, 2013
660a22a
Corrections orthographiques
Jul 15, 2013
8e0f56f
Poursuite de la traduction du chapitre 2 (environ les trois quarts).
progval Jul 15, 2013
72c8ca3
Corrections
Astalaseven Jul 15, 2013
d617d3a
Corrections
Astalaseven Jul 15, 2013
9a51afa
Fin de la traduction du chapitre 2.
progval Jul 16, 2013
bcf8e3c
Corrections
Astalaseven Jul 17, 2013
efb7428
Corrections
Astalaseven Jul 17, 2013
5dde2cd
Correction d'une faute introduite par bcf8e3cea9.
progval Jul 17, 2013
eb09010
Marquage du chapitre 2 en 'Relecture'.
progval Jul 17, 2013
9663490
Correction du premier titre du chap 2.
progval Jul 20, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 00-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta name=viewport content='initial-scale=1.0'>
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8><input type=search name=q size=25 placeholder="powered by Google&trade;">&nbsp;<input type=submit name=sa value=Search></div></form>

<p>Vous êtes ici :&nbsp;&nbsp;<span title="Ce n'est pas un point" style='cursor:default'>&bull;</span>
<p>Vous êtes ici&nbsp;:&nbsp;<span title="Ce n'est pas un point" style='cursor:default'>&bull;</span>

<h1>Plongez dans Python 3</h1>

Expand Down
2 changes: 1 addition & 1 deletion 01-installing-python.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Installer Python
status: Non traduit
status: Relecture
permalink: installing-python.html
---
<!DOCTYPE html>
Expand Down
Loading