From e1f6ba95fd07e1cfa8ffbe9f1dd9ccf3dbae8dda Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 16 Mar 2014 15:35:44 -0700 Subject: [PATCH] Remove novice/python namespace Now that these lessons are in a single branch, the extra namespacing is no longer needed. --- novice/python/.gitignore => .gitignore | 0 novice/python/01-numpy.ipynb => 01-numpy.ipynb | 0 novice/python/02-func.ipynb => 02-func.ipynb | 0 novice/python/03-loop.ipynb => 03-loop.ipynb | 0 novice/python/04-cond.ipynb => 04-cond.ipynb | 0 .../python/05-defensive.ipynb => 05-defensive.ipynb | 0 novice/python/06-cmdline.ipynb => 06-cmdline.ipynb | 0 novice/python/README.txt => README.txt | 0 novice/python/argv-list.py => argv-list.py | 0 novice/python/count-stdin.py => count-stdin.py | 0 .../gen-inflammation.py => gen-inflammation.py | 0 .../img => img}/ave-inflammation-over-time.png | Bin {novice/python/img => img}/color-cube.png | Bin .../python/img => img}/combined-inflammation-2.png | Bin .../img => img}/combined-inflammation-per-day.png | Bin {novice/python/img => img}/initial-heat-map.png | Bin {novice/python/img => img}/loop-inflammation-01.png | Bin {novice/python/img => img}/loop-inflammation-02.png | Bin {novice/python/img => img}/loop-inflammation-03.png | Bin .../img => img}/max-inflammation-over-time.png | Bin .../python/img => img}/min-inflammation-per-day.png | Bin {novice/python/img => img}/python-call-stack-01.odg | Bin {novice/python/img => img}/python-call-stack-01.svg | 0 {novice/python/img => img}/python-call-stack-02.odg | Bin {novice/python/img => img}/python-call-stack-02.svg | 0 {novice/python/img => img}/python-call-stack-03.odg | Bin {novice/python/img => img}/python-call-stack-03.svg | 0 {novice/python/img => img}/python-call-stack-04.odg | Bin {novice/python/img => img}/python-call-stack-04.svg | 0 {novice/python/img => img}/python-call-stack-05.odg | Bin {novice/python/img => img}/python-call-stack-05.svg | 0 {novice/python/img => img}/python-call-stack-06.odg | Bin {novice/python/img => img}/python-call-stack-06.svg | 0 {novice/python/img => img}/python-call-stack-07.odg | Bin {novice/python/img => img}/python-call-stack-07.svg | 0 .../img => img}/python-flowchart-conditional.odg | Bin .../img => img}/python-flowchart-conditional.svg | 0 .../img => img}/python-flowchart-nested-loops.odg | Bin .../img => img}/python-flowchart-nested-loops.svg | 0 .../img => img}/python-operations-across-axes.odg | Bin .../img => img}/python-operations-across-axes.svg | 0 .../img => img}/python-overlapping-ranges.odg | Bin .../img => img}/python-overlapping-ranges.svg | 0 .../img => img}/python-sticky-note-variables-01.odg | Bin .../img => img}/python-sticky-note-variables-01.svg | 0 .../img => img}/python-sticky-note-variables-02.odg | Bin .../img => img}/python-sticky-note-variables-02.svg | 0 .../img => img}/python-sticky-note-variables-03.odg | Bin .../img => img}/python-sticky-note-variables-03.svg | 0 novice/python/index.md => index.md | 0 .../inflammation-01.csv => inflammation-01.csv | 0 .../inflammation-02.csv => inflammation-02.csv | 0 .../inflammation-03.csv => inflammation-03.csv | 0 .../inflammation-04.csv => inflammation-04.csv | 0 .../inflammation-05.csv => inflammation-05.csv | 0 .../inflammation-06.csv => inflammation-06.csv | 0 .../inflammation-07.csv => inflammation-07.csv | 0 .../inflammation-08.csv => inflammation-08.csv | 0 .../inflammation-09.csv => inflammation-09.csv | 0 .../inflammation-10.csv => inflammation-10.csv | 0 .../inflammation-11.csv => inflammation-11.csv | 0 .../inflammation-12.csv => inflammation-12.csv | 0 novice/python/readings-01.py => readings-01.py | 0 novice/python/readings-02.py => readings-02.py | 0 novice/python/readings-03.py => readings-03.py | 0 novice/python/readings-04.py => readings-04.py | 0 novice/python/readings-05.py => readings-05.py | 0 novice/python/readings-06.py => readings-06.py | 0 novice/python/rectangle.py => rectangle.py | 0 novice/python/small-01.csv => small-01.csv | 0 novice/python/small-02.csv => small-02.csv | 0 novice/python/small-03.csv => small-03.csv | 0 .../spatial-intro.ipynb => spatial-intro.ipynb | 0 .../python/swc_bc_coords.csv => swc_bc_coords.csv | 0 novice/python/sys-version.py => sys-version.py | 0 75 files changed, 0 insertions(+), 0 deletions(-) rename novice/python/.gitignore => .gitignore (100%) rename novice/python/01-numpy.ipynb => 01-numpy.ipynb (100%) rename novice/python/02-func.ipynb => 02-func.ipynb (100%) rename novice/python/03-loop.ipynb => 03-loop.ipynb (100%) rename novice/python/04-cond.ipynb => 04-cond.ipynb (100%) rename novice/python/05-defensive.ipynb => 05-defensive.ipynb (100%) rename novice/python/06-cmdline.ipynb => 06-cmdline.ipynb (100%) rename novice/python/README.txt => README.txt (100%) rename novice/python/argv-list.py => argv-list.py (100%) rename novice/python/count-stdin.py => count-stdin.py (100%) rename novice/python/gen-inflammation.py => gen-inflammation.py (100%) rename {novice/python/img => img}/ave-inflammation-over-time.png (100%) rename {novice/python/img => img}/color-cube.png (100%) rename {novice/python/img => img}/combined-inflammation-2.png (100%) rename {novice/python/img => img}/combined-inflammation-per-day.png (100%) rename {novice/python/img => img}/initial-heat-map.png (100%) rename {novice/python/img => img}/loop-inflammation-01.png (100%) rename {novice/python/img => img}/loop-inflammation-02.png (100%) rename {novice/python/img => img}/loop-inflammation-03.png (100%) rename {novice/python/img => img}/max-inflammation-over-time.png (100%) rename {novice/python/img => img}/min-inflammation-per-day.png (100%) rename {novice/python/img => img}/python-call-stack-01.odg (100%) rename {novice/python/img => img}/python-call-stack-01.svg (100%) rename {novice/python/img => img}/python-call-stack-02.odg (100%) rename {novice/python/img => img}/python-call-stack-02.svg (100%) rename {novice/python/img => img}/python-call-stack-03.odg (100%) rename {novice/python/img => img}/python-call-stack-03.svg (100%) rename {novice/python/img => img}/python-call-stack-04.odg (100%) rename {novice/python/img => img}/python-call-stack-04.svg (100%) rename {novice/python/img => img}/python-call-stack-05.odg (100%) rename {novice/python/img => img}/python-call-stack-05.svg (100%) rename {novice/python/img => img}/python-call-stack-06.odg (100%) rename {novice/python/img => img}/python-call-stack-06.svg (100%) rename {novice/python/img => img}/python-call-stack-07.odg (100%) rename {novice/python/img => img}/python-call-stack-07.svg (100%) rename {novice/python/img => img}/python-flowchart-conditional.odg (100%) rename {novice/python/img => img}/python-flowchart-conditional.svg (100%) rename {novice/python/img => img}/python-flowchart-nested-loops.odg (100%) rename {novice/python/img => img}/python-flowchart-nested-loops.svg (100%) rename {novice/python/img => img}/python-operations-across-axes.odg (100%) rename {novice/python/img => img}/python-operations-across-axes.svg (100%) rename {novice/python/img => img}/python-overlapping-ranges.odg (100%) rename {novice/python/img => img}/python-overlapping-ranges.svg (100%) rename {novice/python/img => img}/python-sticky-note-variables-01.odg (100%) rename {novice/python/img => img}/python-sticky-note-variables-01.svg (100%) rename {novice/python/img => img}/python-sticky-note-variables-02.odg (100%) rename {novice/python/img => img}/python-sticky-note-variables-02.svg (100%) rename {novice/python/img => img}/python-sticky-note-variables-03.odg (100%) rename {novice/python/img => img}/python-sticky-note-variables-03.svg (100%) rename novice/python/index.md => index.md (100%) rename novice/python/inflammation-01.csv => inflammation-01.csv (100%) rename novice/python/inflammation-02.csv => inflammation-02.csv (100%) rename novice/python/inflammation-03.csv => inflammation-03.csv (100%) rename novice/python/inflammation-04.csv => inflammation-04.csv (100%) rename novice/python/inflammation-05.csv => inflammation-05.csv (100%) rename novice/python/inflammation-06.csv => inflammation-06.csv (100%) rename novice/python/inflammation-07.csv => inflammation-07.csv (100%) rename novice/python/inflammation-08.csv => inflammation-08.csv (100%) rename novice/python/inflammation-09.csv => inflammation-09.csv (100%) rename novice/python/inflammation-10.csv => inflammation-10.csv (100%) rename novice/python/inflammation-11.csv => inflammation-11.csv (100%) rename novice/python/inflammation-12.csv => inflammation-12.csv (100%) rename novice/python/readings-01.py => readings-01.py (100%) rename novice/python/readings-02.py => readings-02.py (100%) rename novice/python/readings-03.py => readings-03.py (100%) rename novice/python/readings-04.py => readings-04.py (100%) rename novice/python/readings-05.py => readings-05.py (100%) rename novice/python/readings-06.py => readings-06.py (100%) rename novice/python/rectangle.py => rectangle.py (100%) rename novice/python/small-01.csv => small-01.csv (100%) rename novice/python/small-02.csv => small-02.csv (100%) rename novice/python/small-03.csv => small-03.csv (100%) rename novice/python/spatial-intro.ipynb => spatial-intro.ipynb (100%) rename novice/python/swc_bc_coords.csv => swc_bc_coords.csv (100%) rename novice/python/sys-version.py => sys-version.py (100%) diff --git a/novice/python/.gitignore b/.gitignore similarity index 100% rename from novice/python/.gitignore rename to .gitignore diff --git a/novice/python/01-numpy.ipynb b/01-numpy.ipynb similarity index 100% rename from novice/python/01-numpy.ipynb rename to 01-numpy.ipynb diff --git a/novice/python/02-func.ipynb b/02-func.ipynb similarity index 100% rename from novice/python/02-func.ipynb rename to 02-func.ipynb diff --git a/novice/python/03-loop.ipynb b/03-loop.ipynb similarity index 100% rename from novice/python/03-loop.ipynb rename to 03-loop.ipynb diff --git a/novice/python/04-cond.ipynb b/04-cond.ipynb similarity index 100% rename from novice/python/04-cond.ipynb rename to 04-cond.ipynb diff --git a/novice/python/05-defensive.ipynb b/05-defensive.ipynb similarity index 100% rename from novice/python/05-defensive.ipynb rename to 05-defensive.ipynb diff --git a/novice/python/06-cmdline.ipynb b/06-cmdline.ipynb similarity index 100% rename from novice/python/06-cmdline.ipynb rename to 06-cmdline.ipynb diff --git a/novice/python/README.txt b/README.txt similarity index 100% rename from novice/python/README.txt rename to README.txt diff --git a/novice/python/argv-list.py b/argv-list.py similarity index 100% rename from novice/python/argv-list.py rename to argv-list.py diff --git a/novice/python/count-stdin.py b/count-stdin.py similarity index 100% rename from novice/python/count-stdin.py rename to count-stdin.py diff --git a/novice/python/gen-inflammation.py b/gen-inflammation.py similarity index 100% rename from novice/python/gen-inflammation.py rename to gen-inflammation.py diff --git a/novice/python/img/ave-inflammation-over-time.png b/img/ave-inflammation-over-time.png similarity index 100% rename from novice/python/img/ave-inflammation-over-time.png rename to img/ave-inflammation-over-time.png diff --git a/novice/python/img/color-cube.png b/img/color-cube.png similarity index 100% rename from novice/python/img/color-cube.png rename to img/color-cube.png diff --git a/novice/python/img/combined-inflammation-2.png b/img/combined-inflammation-2.png similarity index 100% rename from novice/python/img/combined-inflammation-2.png rename to img/combined-inflammation-2.png diff --git a/novice/python/img/combined-inflammation-per-day.png b/img/combined-inflammation-per-day.png similarity index 100% rename from novice/python/img/combined-inflammation-per-day.png rename to img/combined-inflammation-per-day.png diff --git a/novice/python/img/initial-heat-map.png b/img/initial-heat-map.png similarity index 100% rename from novice/python/img/initial-heat-map.png rename to img/initial-heat-map.png diff --git a/novice/python/img/loop-inflammation-01.png b/img/loop-inflammation-01.png similarity index 100% rename from novice/python/img/loop-inflammation-01.png rename to img/loop-inflammation-01.png diff --git a/novice/python/img/loop-inflammation-02.png b/img/loop-inflammation-02.png similarity index 100% rename from novice/python/img/loop-inflammation-02.png rename to img/loop-inflammation-02.png diff --git a/novice/python/img/loop-inflammation-03.png b/img/loop-inflammation-03.png similarity index 100% rename from novice/python/img/loop-inflammation-03.png rename to img/loop-inflammation-03.png diff --git a/novice/python/img/max-inflammation-over-time.png b/img/max-inflammation-over-time.png similarity index 100% rename from novice/python/img/max-inflammation-over-time.png rename to img/max-inflammation-over-time.png diff --git a/novice/python/img/min-inflammation-per-day.png b/img/min-inflammation-per-day.png similarity index 100% rename from novice/python/img/min-inflammation-per-day.png rename to img/min-inflammation-per-day.png diff --git a/novice/python/img/python-call-stack-01.odg b/img/python-call-stack-01.odg similarity index 100% rename from novice/python/img/python-call-stack-01.odg rename to img/python-call-stack-01.odg diff --git a/novice/python/img/python-call-stack-01.svg b/img/python-call-stack-01.svg similarity index 100% rename from novice/python/img/python-call-stack-01.svg rename to img/python-call-stack-01.svg diff --git a/novice/python/img/python-call-stack-02.odg b/img/python-call-stack-02.odg similarity index 100% rename from novice/python/img/python-call-stack-02.odg rename to img/python-call-stack-02.odg diff --git a/novice/python/img/python-call-stack-02.svg b/img/python-call-stack-02.svg similarity index 100% rename from novice/python/img/python-call-stack-02.svg rename to img/python-call-stack-02.svg diff --git a/novice/python/img/python-call-stack-03.odg b/img/python-call-stack-03.odg similarity index 100% rename from novice/python/img/python-call-stack-03.odg rename to img/python-call-stack-03.odg diff --git a/novice/python/img/python-call-stack-03.svg b/img/python-call-stack-03.svg similarity index 100% rename from novice/python/img/python-call-stack-03.svg rename to img/python-call-stack-03.svg diff --git a/novice/python/img/python-call-stack-04.odg b/img/python-call-stack-04.odg similarity index 100% rename from novice/python/img/python-call-stack-04.odg rename to img/python-call-stack-04.odg diff --git a/novice/python/img/python-call-stack-04.svg b/img/python-call-stack-04.svg similarity index 100% rename from novice/python/img/python-call-stack-04.svg rename to img/python-call-stack-04.svg diff --git a/novice/python/img/python-call-stack-05.odg b/img/python-call-stack-05.odg similarity index 100% rename from novice/python/img/python-call-stack-05.odg rename to img/python-call-stack-05.odg diff --git a/novice/python/img/python-call-stack-05.svg b/img/python-call-stack-05.svg similarity index 100% rename from novice/python/img/python-call-stack-05.svg rename to img/python-call-stack-05.svg diff --git a/novice/python/img/python-call-stack-06.odg b/img/python-call-stack-06.odg similarity index 100% rename from novice/python/img/python-call-stack-06.odg rename to img/python-call-stack-06.odg diff --git a/novice/python/img/python-call-stack-06.svg b/img/python-call-stack-06.svg similarity index 100% rename from novice/python/img/python-call-stack-06.svg rename to img/python-call-stack-06.svg diff --git a/novice/python/img/python-call-stack-07.odg b/img/python-call-stack-07.odg similarity index 100% rename from novice/python/img/python-call-stack-07.odg rename to img/python-call-stack-07.odg diff --git a/novice/python/img/python-call-stack-07.svg b/img/python-call-stack-07.svg similarity index 100% rename from novice/python/img/python-call-stack-07.svg rename to img/python-call-stack-07.svg diff --git a/novice/python/img/python-flowchart-conditional.odg b/img/python-flowchart-conditional.odg similarity index 100% rename from novice/python/img/python-flowchart-conditional.odg rename to img/python-flowchart-conditional.odg diff --git a/novice/python/img/python-flowchart-conditional.svg b/img/python-flowchart-conditional.svg similarity index 100% rename from novice/python/img/python-flowchart-conditional.svg rename to img/python-flowchart-conditional.svg diff --git a/novice/python/img/python-flowchart-nested-loops.odg b/img/python-flowchart-nested-loops.odg similarity index 100% rename from novice/python/img/python-flowchart-nested-loops.odg rename to img/python-flowchart-nested-loops.odg diff --git a/novice/python/img/python-flowchart-nested-loops.svg b/img/python-flowchart-nested-loops.svg similarity index 100% rename from novice/python/img/python-flowchart-nested-loops.svg rename to img/python-flowchart-nested-loops.svg diff --git a/novice/python/img/python-operations-across-axes.odg b/img/python-operations-across-axes.odg similarity index 100% rename from novice/python/img/python-operations-across-axes.odg rename to img/python-operations-across-axes.odg diff --git a/novice/python/img/python-operations-across-axes.svg b/img/python-operations-across-axes.svg similarity index 100% rename from novice/python/img/python-operations-across-axes.svg rename to img/python-operations-across-axes.svg diff --git a/novice/python/img/python-overlapping-ranges.odg b/img/python-overlapping-ranges.odg similarity index 100% rename from novice/python/img/python-overlapping-ranges.odg rename to img/python-overlapping-ranges.odg diff --git a/novice/python/img/python-overlapping-ranges.svg b/img/python-overlapping-ranges.svg similarity index 100% rename from novice/python/img/python-overlapping-ranges.svg rename to img/python-overlapping-ranges.svg diff --git a/novice/python/img/python-sticky-note-variables-01.odg b/img/python-sticky-note-variables-01.odg similarity index 100% rename from novice/python/img/python-sticky-note-variables-01.odg rename to img/python-sticky-note-variables-01.odg diff --git a/novice/python/img/python-sticky-note-variables-01.svg b/img/python-sticky-note-variables-01.svg similarity index 100% rename from novice/python/img/python-sticky-note-variables-01.svg rename to img/python-sticky-note-variables-01.svg diff --git a/novice/python/img/python-sticky-note-variables-02.odg b/img/python-sticky-note-variables-02.odg similarity index 100% rename from novice/python/img/python-sticky-note-variables-02.odg rename to img/python-sticky-note-variables-02.odg diff --git a/novice/python/img/python-sticky-note-variables-02.svg b/img/python-sticky-note-variables-02.svg similarity index 100% rename from novice/python/img/python-sticky-note-variables-02.svg rename to img/python-sticky-note-variables-02.svg diff --git a/novice/python/img/python-sticky-note-variables-03.odg b/img/python-sticky-note-variables-03.odg similarity index 100% rename from novice/python/img/python-sticky-note-variables-03.odg rename to img/python-sticky-note-variables-03.odg diff --git a/novice/python/img/python-sticky-note-variables-03.svg b/img/python-sticky-note-variables-03.svg similarity index 100% rename from novice/python/img/python-sticky-note-variables-03.svg rename to img/python-sticky-note-variables-03.svg diff --git a/novice/python/index.md b/index.md similarity index 100% rename from novice/python/index.md rename to index.md diff --git a/novice/python/inflammation-01.csv b/inflammation-01.csv similarity index 100% rename from novice/python/inflammation-01.csv rename to inflammation-01.csv diff --git a/novice/python/inflammation-02.csv b/inflammation-02.csv similarity index 100% rename from novice/python/inflammation-02.csv rename to inflammation-02.csv diff --git a/novice/python/inflammation-03.csv b/inflammation-03.csv similarity index 100% rename from novice/python/inflammation-03.csv rename to inflammation-03.csv diff --git a/novice/python/inflammation-04.csv b/inflammation-04.csv similarity index 100% rename from novice/python/inflammation-04.csv rename to inflammation-04.csv diff --git a/novice/python/inflammation-05.csv b/inflammation-05.csv similarity index 100% rename from novice/python/inflammation-05.csv rename to inflammation-05.csv diff --git a/novice/python/inflammation-06.csv b/inflammation-06.csv similarity index 100% rename from novice/python/inflammation-06.csv rename to inflammation-06.csv diff --git a/novice/python/inflammation-07.csv b/inflammation-07.csv similarity index 100% rename from novice/python/inflammation-07.csv rename to inflammation-07.csv diff --git a/novice/python/inflammation-08.csv b/inflammation-08.csv similarity index 100% rename from novice/python/inflammation-08.csv rename to inflammation-08.csv diff --git a/novice/python/inflammation-09.csv b/inflammation-09.csv similarity index 100% rename from novice/python/inflammation-09.csv rename to inflammation-09.csv diff --git a/novice/python/inflammation-10.csv b/inflammation-10.csv similarity index 100% rename from novice/python/inflammation-10.csv rename to inflammation-10.csv diff --git a/novice/python/inflammation-11.csv b/inflammation-11.csv similarity index 100% rename from novice/python/inflammation-11.csv rename to inflammation-11.csv diff --git a/novice/python/inflammation-12.csv b/inflammation-12.csv similarity index 100% rename from novice/python/inflammation-12.csv rename to inflammation-12.csv diff --git a/novice/python/readings-01.py b/readings-01.py similarity index 100% rename from novice/python/readings-01.py rename to readings-01.py diff --git a/novice/python/readings-02.py b/readings-02.py similarity index 100% rename from novice/python/readings-02.py rename to readings-02.py diff --git a/novice/python/readings-03.py b/readings-03.py similarity index 100% rename from novice/python/readings-03.py rename to readings-03.py diff --git a/novice/python/readings-04.py b/readings-04.py similarity index 100% rename from novice/python/readings-04.py rename to readings-04.py diff --git a/novice/python/readings-05.py b/readings-05.py similarity index 100% rename from novice/python/readings-05.py rename to readings-05.py diff --git a/novice/python/readings-06.py b/readings-06.py similarity index 100% rename from novice/python/readings-06.py rename to readings-06.py diff --git a/novice/python/rectangle.py b/rectangle.py similarity index 100% rename from novice/python/rectangle.py rename to rectangle.py diff --git a/novice/python/small-01.csv b/small-01.csv similarity index 100% rename from novice/python/small-01.csv rename to small-01.csv diff --git a/novice/python/small-02.csv b/small-02.csv similarity index 100% rename from novice/python/small-02.csv rename to small-02.csv diff --git a/novice/python/small-03.csv b/small-03.csv similarity index 100% rename from novice/python/small-03.csv rename to small-03.csv diff --git a/novice/python/spatial-intro.ipynb b/spatial-intro.ipynb similarity index 100% rename from novice/python/spatial-intro.ipynb rename to spatial-intro.ipynb diff --git a/novice/python/swc_bc_coords.csv b/swc_bc_coords.csv similarity index 100% rename from novice/python/swc_bc_coords.csv rename to swc_bc_coords.csv diff --git a/novice/python/sys-version.py b/sys-version.py similarity index 100% rename from novice/python/sys-version.py rename to sys-version.py -- 2.26.2