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