From 323b4f66851f215afaf94e1ad1cb88eeb118aeb9 Mon Sep 17 00:00:00 2001 From: gwen Date: Mon, 20 Aug 2018 21:02:38 +0200 Subject: [PATCH] ancien cours python -> python2 --- {python => python2}/formation/DesignPatterns.txt | 0 {python => python2}/formation/Makefile | 0 {python => python2}/formation/_static/default.css | 0 {python => python2}/formation/_static/print.css | 0 {python => python2}/formation/_static/sphinx.png | Bin .../formation/_static/sphinx.png.ori | Bin {python => python2}/formation/_static/style.css | 0 .../formation/_templates/layout.html | 0 {python => python2}/formation/classes.txt | 0 {python => python2}/formation/conf.py | 0 {python => python2}/formation/docutils.txt | 0 {python => python2}/formation/exceptions.txt | 0 {python => python2}/formation/exercices.txt | 0 {python => python2}/formation/getting-started.txt | 0 {python => python2}/formation/images/DocPython.png | Bin .../formation/images/ModuleIndex.png | Bin {python => python2}/formation/index.txt | 0 {python => python2}/formation/prompt.txt | 0 {python => python2}/formation/settings.txt | 0 .../formation/snippets/aggregation.py | 0 {python => python2}/formation/snippets/cli.py | 0 {python => python2}/formation/snippets/cmdline.py | 0 .../formation/snippets/decorateur.py | 0 {python => python2}/formation/snippets/heritage.py | 0 {python => python2}/formation/snippets/iterable.py | 0 {python => python2}/formation/snippets/patrons.py | 0 {python => python2}/formation/snippets/pystartup | 0 {python => python2}/formation/snippets/sorter.py | 0 .../formation/snippets/specialmethods.py | 0 {python => python2}/formation/snippets/wrap.py | 0 {python => python2}/formation/specialmethods.txt | 0 {python => python2}/formation/stdlib.txt | 0 {python => python2}/formation/structures.txt | 0 {python => python2}/formation/testsunitaires.txt | 0 {python => python2}/formation/type.txt | 0 {python => python2}/programme/contenu.tex | 0 {python => python2}/programme/duree.tex | 0 {python => python2}/programme/evaluation.tex | 0 {python => python2}/programme/moyens.tex | 0 {python => python2}/programme/objectifs.tex | 0 {python => python2}/programme/prerequis.tex | 0 {python => python2}/programme/public.tex | 0 42 files changed, 0 insertions(+), 0 deletions(-) rename {python => python2}/formation/DesignPatterns.txt (100%) rename {python => python2}/formation/Makefile (100%) rename {python => python2}/formation/_static/default.css (100%) rename {python => python2}/formation/_static/print.css (100%) rename {python => python2}/formation/_static/sphinx.png (100%) rename {python => python2}/formation/_static/sphinx.png.ori (100%) rename {python => python2}/formation/_static/style.css (100%) rename {python => python2}/formation/_templates/layout.html (100%) rename {python => python2}/formation/classes.txt (100%) rename {python => python2}/formation/conf.py (100%) rename {python => python2}/formation/docutils.txt (100%) rename {python => python2}/formation/exceptions.txt (100%) rename {python => python2}/formation/exercices.txt (100%) rename {python => python2}/formation/getting-started.txt (100%) rename {python => python2}/formation/images/DocPython.png (100%) rename {python => python2}/formation/images/ModuleIndex.png (100%) rename {python => python2}/formation/index.txt (100%) rename {python => python2}/formation/prompt.txt (100%) rename {python => python2}/formation/settings.txt (100%) rename {python => python2}/formation/snippets/aggregation.py (100%) rename {python => python2}/formation/snippets/cli.py (100%) rename {python => python2}/formation/snippets/cmdline.py (100%) rename {python => python2}/formation/snippets/decorateur.py (100%) rename {python => python2}/formation/snippets/heritage.py (100%) rename {python => python2}/formation/snippets/iterable.py (100%) rename {python => python2}/formation/snippets/patrons.py (100%) rename {python => python2}/formation/snippets/pystartup (100%) rename {python => python2}/formation/snippets/sorter.py (100%) rename {python => python2}/formation/snippets/specialmethods.py (100%) rename {python => python2}/formation/snippets/wrap.py (100%) rename {python => python2}/formation/specialmethods.txt (100%) rename {python => python2}/formation/stdlib.txt (100%) rename {python => python2}/formation/structures.txt (100%) rename {python => python2}/formation/testsunitaires.txt (100%) rename {python => python2}/formation/type.txt (100%) rename {python => python2}/programme/contenu.tex (100%) rename {python => python2}/programme/duree.tex (100%) rename {python => python2}/programme/evaluation.tex (100%) rename {python => python2}/programme/moyens.tex (100%) rename {python => python2}/programme/objectifs.tex (100%) rename {python => python2}/programme/prerequis.tex (100%) rename {python => python2}/programme/public.tex (100%) diff --git a/python/formation/DesignPatterns.txt b/python2/formation/DesignPatterns.txt similarity index 100% rename from python/formation/DesignPatterns.txt rename to python2/formation/DesignPatterns.txt diff --git a/python/formation/Makefile b/python2/formation/Makefile similarity index 100% rename from python/formation/Makefile rename to python2/formation/Makefile diff --git a/python/formation/_static/default.css b/python2/formation/_static/default.css similarity index 100% rename from python/formation/_static/default.css rename to python2/formation/_static/default.css diff --git a/python/formation/_static/print.css b/python2/formation/_static/print.css similarity index 100% rename from python/formation/_static/print.css rename to python2/formation/_static/print.css diff --git a/python/formation/_static/sphinx.png b/python2/formation/_static/sphinx.png similarity index 100% rename from python/formation/_static/sphinx.png rename to python2/formation/_static/sphinx.png diff --git a/python/formation/_static/sphinx.png.ori b/python2/formation/_static/sphinx.png.ori similarity index 100% rename from python/formation/_static/sphinx.png.ori rename to python2/formation/_static/sphinx.png.ori diff --git a/python/formation/_static/style.css b/python2/formation/_static/style.css similarity index 100% rename from python/formation/_static/style.css rename to python2/formation/_static/style.css diff --git a/python/formation/_templates/layout.html b/python2/formation/_templates/layout.html similarity index 100% rename from python/formation/_templates/layout.html rename to python2/formation/_templates/layout.html diff --git a/python/formation/classes.txt b/python2/formation/classes.txt similarity index 100% rename from python/formation/classes.txt rename to python2/formation/classes.txt diff --git a/python/formation/conf.py b/python2/formation/conf.py similarity index 100% rename from python/formation/conf.py rename to python2/formation/conf.py diff --git a/python/formation/docutils.txt b/python2/formation/docutils.txt similarity index 100% rename from python/formation/docutils.txt rename to python2/formation/docutils.txt diff --git a/python/formation/exceptions.txt b/python2/formation/exceptions.txt similarity index 100% rename from python/formation/exceptions.txt rename to python2/formation/exceptions.txt diff --git a/python/formation/exercices.txt b/python2/formation/exercices.txt similarity index 100% rename from python/formation/exercices.txt rename to python2/formation/exercices.txt diff --git a/python/formation/getting-started.txt b/python2/formation/getting-started.txt similarity index 100% rename from python/formation/getting-started.txt rename to python2/formation/getting-started.txt diff --git a/python/formation/images/DocPython.png b/python2/formation/images/DocPython.png similarity index 100% rename from python/formation/images/DocPython.png rename to python2/formation/images/DocPython.png diff --git a/python/formation/images/ModuleIndex.png b/python2/formation/images/ModuleIndex.png similarity index 100% rename from python/formation/images/ModuleIndex.png rename to python2/formation/images/ModuleIndex.png diff --git a/python/formation/index.txt b/python2/formation/index.txt similarity index 100% rename from python/formation/index.txt rename to python2/formation/index.txt diff --git a/python/formation/prompt.txt b/python2/formation/prompt.txt similarity index 100% rename from python/formation/prompt.txt rename to python2/formation/prompt.txt diff --git a/python/formation/settings.txt b/python2/formation/settings.txt similarity index 100% rename from python/formation/settings.txt rename to python2/formation/settings.txt diff --git a/python/formation/snippets/aggregation.py b/python2/formation/snippets/aggregation.py similarity index 100% rename from python/formation/snippets/aggregation.py rename to python2/formation/snippets/aggregation.py diff --git a/python/formation/snippets/cli.py b/python2/formation/snippets/cli.py similarity index 100% rename from python/formation/snippets/cli.py rename to python2/formation/snippets/cli.py diff --git a/python/formation/snippets/cmdline.py b/python2/formation/snippets/cmdline.py similarity index 100% rename from python/formation/snippets/cmdline.py rename to python2/formation/snippets/cmdline.py diff --git a/python/formation/snippets/decorateur.py b/python2/formation/snippets/decorateur.py similarity index 100% rename from python/formation/snippets/decorateur.py rename to python2/formation/snippets/decorateur.py diff --git a/python/formation/snippets/heritage.py b/python2/formation/snippets/heritage.py similarity index 100% rename from python/formation/snippets/heritage.py rename to python2/formation/snippets/heritage.py diff --git a/python/formation/snippets/iterable.py b/python2/formation/snippets/iterable.py similarity index 100% rename from python/formation/snippets/iterable.py rename to python2/formation/snippets/iterable.py diff --git a/python/formation/snippets/patrons.py b/python2/formation/snippets/patrons.py similarity index 100% rename from python/formation/snippets/patrons.py rename to python2/formation/snippets/patrons.py diff --git a/python/formation/snippets/pystartup b/python2/formation/snippets/pystartup similarity index 100% rename from python/formation/snippets/pystartup rename to python2/formation/snippets/pystartup diff --git a/python/formation/snippets/sorter.py b/python2/formation/snippets/sorter.py similarity index 100% rename from python/formation/snippets/sorter.py rename to python2/formation/snippets/sorter.py diff --git a/python/formation/snippets/specialmethods.py b/python2/formation/snippets/specialmethods.py similarity index 100% rename from python/formation/snippets/specialmethods.py rename to python2/formation/snippets/specialmethods.py diff --git a/python/formation/snippets/wrap.py b/python2/formation/snippets/wrap.py similarity index 100% rename from python/formation/snippets/wrap.py rename to python2/formation/snippets/wrap.py diff --git a/python/formation/specialmethods.txt b/python2/formation/specialmethods.txt similarity index 100% rename from python/formation/specialmethods.txt rename to python2/formation/specialmethods.txt diff --git a/python/formation/stdlib.txt b/python2/formation/stdlib.txt similarity index 100% rename from python/formation/stdlib.txt rename to python2/formation/stdlib.txt diff --git a/python/formation/structures.txt b/python2/formation/structures.txt similarity index 100% rename from python/formation/structures.txt rename to python2/formation/structures.txt diff --git a/python/formation/testsunitaires.txt b/python2/formation/testsunitaires.txt similarity index 100% rename from python/formation/testsunitaires.txt rename to python2/formation/testsunitaires.txt diff --git a/python/formation/type.txt b/python2/formation/type.txt similarity index 100% rename from python/formation/type.txt rename to python2/formation/type.txt diff --git a/python/programme/contenu.tex b/python2/programme/contenu.tex similarity index 100% rename from python/programme/contenu.tex rename to python2/programme/contenu.tex diff --git a/python/programme/duree.tex b/python2/programme/duree.tex similarity index 100% rename from python/programme/duree.tex rename to python2/programme/duree.tex diff --git a/python/programme/evaluation.tex b/python2/programme/evaluation.tex similarity index 100% rename from python/programme/evaluation.tex rename to python2/programme/evaluation.tex diff --git a/python/programme/moyens.tex b/python2/programme/moyens.tex similarity index 100% rename from python/programme/moyens.tex rename to python2/programme/moyens.tex diff --git a/python/programme/objectifs.tex b/python2/programme/objectifs.tex similarity index 100% rename from python/programme/objectifs.tex rename to python2/programme/objectifs.tex diff --git a/python/programme/prerequis.tex b/python2/programme/prerequis.tex similarity index 100% rename from python/programme/prerequis.tex rename to python2/programme/prerequis.tex diff --git a/python/programme/public.tex b/python2/programme/public.tex similarity index 100% rename from python/programme/public.tex rename to python2/programme/public.tex