From 7ec6dde4c3addd09abccc761d2832491c9b731c4 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Fri, 16 Jun 2023 10:59:29 +0200 Subject: [PATCH] feat: move ECOTE --- README.md => Programming/ECOTE/README.md | 0 .../ECOTE/examples}/complicated/table1.pdf | Bin .../ECOTE/examples}/complicated/table1.tex | 0 .../ECOTE/examples}/easyTable/table1.pdf | Bin .../ECOTE/examples}/easyTable/table1.tex | 0 .../ECOTE/examples}/justLines/table.pdf | Bin .../ECOTE/examples}/justLines/table.tex | 0 .../ECOTE/examples}/minimalWorking/table.pdf | Bin .../ECOTE/examples}/minimalWorking/table.tex | 0 .../ECOTE/examples}/paragraphs/table.pdf | Bin .../ECOTE/examples}/paragraphs/table.tex | 0 .../ECOTE/examples}/verticalLines/vertical.pdf | Bin .../ECOTE/examples}/verticalLines/vertical.tex | 0 .../finalReport}/Krzysztof_Rudnicki_38Final.pdf | Bin .../finalReport}/Krzysztof_Rudnicki_38Final.tex | 0 ...unofficial reference manual (January 2023)).html | 0 ...unofficial reference manual (January 2023)).html | 0 ...unofficial reference manual (January 2023)).html | 0 .../Krzysztof_Rudnicki_38Preliminary.pdf | Bin .../Krzysztof_Rudnicki_38Preliminary.tex | 0 .../ECOTE_TaskAssignmentG101&104_2023Lv2.pdf | Bin .../teamsMaterials/ECOTE_TasksG101&104_2023Lv2.pdf | Bin .../teamsMaterials/ECOTE_labIntro101_104.pdf | Bin .../teamsMaterials/ECOTEproject_pattern.doc | Bin .../ECOTE/preliminaryReport}/tests/simpletable.pdf | Bin .../ECOTE/preliminaryReport}/tests/simpletable.tex | 0 {program => Programming/ECOTE/program}/README.md | 0 {program => Programming/ECOTE/program}/code/.flake8 | 0 .../ECOTE/program}/code/.pylintrc | 0 .../ECOTE/program}/code/__init__.py | 0 .../ERRORwrongColumnsNumber/texfilecolumnswrong.tex | 0 .../texfilecolumnswrong.tex.html | 0 .../PASScomplicatedTable/texfilelonger.pdf | Bin .../PASScomplicatedTable/texfilelonger.tex | 0 .../PASScomplicatedTable/texfilelonger.tex.html | 0 .../PASSsimpleMultipleTables/texfile.pdf | Bin .../PASSsimpleMultipleTables/texfile.tex | 0 .../PASSsimpleMultipleTables/texfile.tex.html | 0 .../PassparametersTable/texfilelonger.pdf | Bin .../PassparametersTable/texfilelonger.tex | 0 .../PassparametersTable/texfilelonger.tex.html | 0 {program => Programming/ECOTE/program}/code/main.py | 0 .../ECOTE/program}/code/texfile.tex | 0 .../ECOTE/program}/code/texfile.tex.html | 0 .../ECOTE/program}/ecote/bin/Activate.ps1 | 0 .../ECOTE/program}/ecote/bin/activate | 0 .../ECOTE/program}/ecote/bin/activate.csh | 0 .../ECOTE/program}/ecote/bin/activate.fish | 0 .../ECOTE/program}/ecote/bin/bin/python | 0 .../ECOTE/program}/ecote/bin/bin/python3 | 0 .../ECOTE/program}/ecote/bin/coverage | 0 .../ECOTE/program}/ecote/bin/coverage3 | 0 .../ECOTE/program}/ecote/bin/lib64 | 0 .../ECOTE/program}/ecote/bin/pip | 0 .../ECOTE/program}/ecote/bin/pip3 | 0 .../ECOTE/program}/ecote/bin/py.test | 0 .../ECOTE/program}/ecote/bin/pytest | 0 .../ECOTE/program}/ecote/bin/python | 0 .../ECOTE/program}/ecote/bin/python3 | 0 .../ECOTE/program}/ecote/bin/pyvenv.cfg | 0 {program => Programming/ECOTE/program}/ecote/lib64 | 0 .../ECOTE/program}/ecote/pyvenv.cfg | 0 .../ECOTE/program}/unit_tests/__init__.py | 0 .../ECOTE/program}/unit_tests/test_code/__init__.py | 0 .../unit_tests/test_code/test_begin_document.py | 0 .../unit_tests/test_code/test_begin_tabular.py | 0 .../unit_tests/test_code/test_command_name_check.py | 0 .../unit_tests/test_code/test_document_class.py | 0 .../test_code/test_document_class_only_checks.py | 0 .../unit_tests/test_code/test_generic_checks.py | 0 .../test_code/test_generic_checks_command.py | 0 .../unit_tests/test_code/test_length_conversions.py | 0 .../test_code/test_only_pipes_and_space.py | 0 .../unit_tests/test_code/test_split_columns.py | 0 .../unit_tests/test_code/test_split_rows.py | 0 .../test_code/test_tabular_columns_parameters.py | 0 .../unit_tests/test_code/test_tabular_parameters.py | 0 .../test_code/test_tabular_required_parameters.py | 0 .../unit_tests/test_code/test_translate_column.py | 0 .../test_code/test_translate_inside_to_html.py | 0 80 files changed, 0 insertions(+), 0 deletions(-) rename README.md => Programming/ECOTE/README.md (100%) rename {examples => Programming/ECOTE/examples}/complicated/table1.pdf (100%) rename {examples => Programming/ECOTE/examples}/complicated/table1.tex (100%) rename {examples => Programming/ECOTE/examples}/easyTable/table1.pdf (100%) rename {examples => Programming/ECOTE/examples}/easyTable/table1.tex (100%) rename {examples => Programming/ECOTE/examples}/justLines/table.pdf (100%) rename {examples => Programming/ECOTE/examples}/justLines/table.tex (100%) rename {examples => Programming/ECOTE/examples}/minimalWorking/table.pdf (100%) rename {examples => Programming/ECOTE/examples}/minimalWorking/table.tex (100%) rename {examples => Programming/ECOTE/examples}/paragraphs/table.pdf (100%) rename {examples => Programming/ECOTE/examples}/paragraphs/table.tex (100%) rename {examples => Programming/ECOTE/examples}/verticalLines/vertical.pdf (100%) rename {examples => Programming/ECOTE/examples}/verticalLines/vertical.tex (100%) rename {finalReport => Programming/ECOTE/finalReport}/Krzysztof_Rudnicki_38Final.pdf (100%) rename {finalReport => Programming/ECOTE/finalReport}/Krzysztof_Rudnicki_38Final.tex (100%) rename {helpfulMaterials => Programming/ECOTE/helpfulMaterials}/Floats (LaTeX2e unofficial reference manual (January 2023)).html (100%) rename {helpfulMaterials => Programming/ECOTE/helpfulMaterials}/table (LaTeX2e unofficial reference manual (January 2023)).html (100%) rename {helpfulMaterials => Programming/ECOTE/helpfulMaterials}/tabular (LaTeX2e unofficial reference manual (January 2023)).html (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/actualReport/Krzysztof_Rudnicki_38Preliminary.pdf (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/actualReport/Krzysztof_Rudnicki_38Preliminary.tex (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/teamsMaterials/ECOTE_TaskAssignmentG101&104_2023Lv2.pdf (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/teamsMaterials/ECOTE_TasksG101&104_2023Lv2.pdf (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/teamsMaterials/ECOTE_labIntro101_104.pdf (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/teamsMaterials/ECOTEproject_pattern.doc (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/tests/simpletable.pdf (100%) rename {preliminaryReport => Programming/ECOTE/preliminaryReport}/tests/simpletable.tex (100%) rename {program => Programming/ECOTE/program}/README.md (100%) rename {program => Programming/ECOTE/program}/code/.flake8 (100%) rename {program => Programming/ECOTE/program}/code/.pylintrc (100%) rename {program => Programming/ECOTE/program}/code/__init__.py (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex.html (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PASScomplicatedTable/texfilelonger.pdf (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PASScomplicatedTable/texfilelonger.tex (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PASScomplicatedTable/texfilelonger.tex.html (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PASSsimpleMultipleTables/texfile.pdf (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PASSsimpleMultipleTables/texfile.tex (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PASSsimpleMultipleTables/texfile.tex.html (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PassparametersTable/texfilelonger.pdf (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PassparametersTable/texfilelonger.tex (100%) rename {program => Programming/ECOTE/program}/code/functional_tests/PassparametersTable/texfilelonger.tex.html (100%) rename {program => Programming/ECOTE/program}/code/main.py (100%) rename {program => Programming/ECOTE/program}/code/texfile.tex (100%) rename {program => Programming/ECOTE/program}/code/texfile.tex.html (100%) rename {program => Programming/ECOTE/program}/ecote/bin/Activate.ps1 (100%) rename {program => Programming/ECOTE/program}/ecote/bin/activate (100%) rename {program => Programming/ECOTE/program}/ecote/bin/activate.csh (100%) rename {program => Programming/ECOTE/program}/ecote/bin/activate.fish (100%) rename {program => Programming/ECOTE/program}/ecote/bin/bin/python (100%) rename {program => Programming/ECOTE/program}/ecote/bin/bin/python3 (100%) rename {program => Programming/ECOTE/program}/ecote/bin/coverage (100%) rename {program => Programming/ECOTE/program}/ecote/bin/coverage3 (100%) rename {program => Programming/ECOTE/program}/ecote/bin/lib64 (100%) rename {program => Programming/ECOTE/program}/ecote/bin/pip (100%) rename {program => Programming/ECOTE/program}/ecote/bin/pip3 (100%) rename {program => Programming/ECOTE/program}/ecote/bin/py.test (100%) rename {program => Programming/ECOTE/program}/ecote/bin/pytest (100%) rename {program => Programming/ECOTE/program}/ecote/bin/python (100%) rename {program => Programming/ECOTE/program}/ecote/bin/python3 (100%) rename {program => Programming/ECOTE/program}/ecote/bin/pyvenv.cfg (100%) rename {program => Programming/ECOTE/program}/ecote/lib64 (100%) rename {program => Programming/ECOTE/program}/ecote/pyvenv.cfg (100%) rename {program => Programming/ECOTE/program}/unit_tests/__init__.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/__init__.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_begin_document.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_begin_tabular.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_command_name_check.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_document_class.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_document_class_only_checks.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_generic_checks.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_generic_checks_command.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_length_conversions.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_only_pipes_and_space.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_split_columns.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_split_rows.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_tabular_columns_parameters.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_tabular_parameters.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_tabular_required_parameters.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_translate_column.py (100%) rename {program => Programming/ECOTE/program}/unit_tests/test_code/test_translate_inside_to_html.py (100%) diff --git a/README.md b/Programming/ECOTE/README.md similarity index 100% rename from README.md rename to Programming/ECOTE/README.md diff --git a/examples/complicated/table1.pdf b/Programming/ECOTE/examples/complicated/table1.pdf similarity index 100% rename from examples/complicated/table1.pdf rename to Programming/ECOTE/examples/complicated/table1.pdf diff --git a/examples/complicated/table1.tex b/Programming/ECOTE/examples/complicated/table1.tex similarity index 100% rename from examples/complicated/table1.tex rename to Programming/ECOTE/examples/complicated/table1.tex diff --git a/examples/easyTable/table1.pdf b/Programming/ECOTE/examples/easyTable/table1.pdf similarity index 100% rename from examples/easyTable/table1.pdf rename to Programming/ECOTE/examples/easyTable/table1.pdf diff --git a/examples/easyTable/table1.tex b/Programming/ECOTE/examples/easyTable/table1.tex similarity index 100% rename from examples/easyTable/table1.tex rename to Programming/ECOTE/examples/easyTable/table1.tex diff --git a/examples/justLines/table.pdf b/Programming/ECOTE/examples/justLines/table.pdf similarity index 100% rename from examples/justLines/table.pdf rename to Programming/ECOTE/examples/justLines/table.pdf diff --git a/examples/justLines/table.tex b/Programming/ECOTE/examples/justLines/table.tex similarity index 100% rename from examples/justLines/table.tex rename to Programming/ECOTE/examples/justLines/table.tex diff --git a/examples/minimalWorking/table.pdf b/Programming/ECOTE/examples/minimalWorking/table.pdf similarity index 100% rename from examples/minimalWorking/table.pdf rename to Programming/ECOTE/examples/minimalWorking/table.pdf diff --git a/examples/minimalWorking/table.tex b/Programming/ECOTE/examples/minimalWorking/table.tex similarity index 100% rename from examples/minimalWorking/table.tex rename to Programming/ECOTE/examples/minimalWorking/table.tex diff --git a/examples/paragraphs/table.pdf b/Programming/ECOTE/examples/paragraphs/table.pdf similarity index 100% rename from examples/paragraphs/table.pdf rename to Programming/ECOTE/examples/paragraphs/table.pdf diff --git a/examples/paragraphs/table.tex b/Programming/ECOTE/examples/paragraphs/table.tex similarity index 100% rename from examples/paragraphs/table.tex rename to Programming/ECOTE/examples/paragraphs/table.tex diff --git a/examples/verticalLines/vertical.pdf b/Programming/ECOTE/examples/verticalLines/vertical.pdf similarity index 100% rename from examples/verticalLines/vertical.pdf rename to Programming/ECOTE/examples/verticalLines/vertical.pdf diff --git a/examples/verticalLines/vertical.tex b/Programming/ECOTE/examples/verticalLines/vertical.tex similarity index 100% rename from examples/verticalLines/vertical.tex rename to Programming/ECOTE/examples/verticalLines/vertical.tex diff --git a/finalReport/Krzysztof_Rudnicki_38Final.pdf b/Programming/ECOTE/finalReport/Krzysztof_Rudnicki_38Final.pdf similarity index 100% rename from finalReport/Krzysztof_Rudnicki_38Final.pdf rename to Programming/ECOTE/finalReport/Krzysztof_Rudnicki_38Final.pdf diff --git a/finalReport/Krzysztof_Rudnicki_38Final.tex b/Programming/ECOTE/finalReport/Krzysztof_Rudnicki_38Final.tex similarity index 100% rename from finalReport/Krzysztof_Rudnicki_38Final.tex rename to Programming/ECOTE/finalReport/Krzysztof_Rudnicki_38Final.tex diff --git a/helpfulMaterials/Floats (LaTeX2e unofficial reference manual (January 2023)).html b/Programming/ECOTE/helpfulMaterials/Floats (LaTeX2e unofficial reference manual (January 2023)).html similarity index 100% rename from helpfulMaterials/Floats (LaTeX2e unofficial reference manual (January 2023)).html rename to Programming/ECOTE/helpfulMaterials/Floats (LaTeX2e unofficial reference manual (January 2023)).html diff --git a/helpfulMaterials/table (LaTeX2e unofficial reference manual (January 2023)).html b/Programming/ECOTE/helpfulMaterials/table (LaTeX2e unofficial reference manual (January 2023)).html similarity index 100% rename from helpfulMaterials/table (LaTeX2e unofficial reference manual (January 2023)).html rename to Programming/ECOTE/helpfulMaterials/table (LaTeX2e unofficial reference manual (January 2023)).html diff --git a/helpfulMaterials/tabular (LaTeX2e unofficial reference manual (January 2023)).html b/Programming/ECOTE/helpfulMaterials/tabular (LaTeX2e unofficial reference manual (January 2023)).html similarity index 100% rename from helpfulMaterials/tabular (LaTeX2e unofficial reference manual (January 2023)).html rename to Programming/ECOTE/helpfulMaterials/tabular (LaTeX2e unofficial reference manual (January 2023)).html diff --git a/preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.pdf b/Programming/ECOTE/preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.pdf similarity index 100% rename from preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.pdf rename to Programming/ECOTE/preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.pdf diff --git a/preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.tex b/Programming/ECOTE/preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.tex similarity index 100% rename from preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.tex rename to Programming/ECOTE/preliminaryReport/actualReport/Krzysztof_Rudnicki_38Preliminary.tex diff --git a/preliminaryReport/teamsMaterials/ECOTE_TaskAssignmentG101&104_2023Lv2.pdf b/Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTE_TaskAssignmentG101&104_2023Lv2.pdf similarity index 100% rename from preliminaryReport/teamsMaterials/ECOTE_TaskAssignmentG101&104_2023Lv2.pdf rename to Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTE_TaskAssignmentG101&104_2023Lv2.pdf diff --git a/preliminaryReport/teamsMaterials/ECOTE_TasksG101&104_2023Lv2.pdf b/Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTE_TasksG101&104_2023Lv2.pdf similarity index 100% rename from preliminaryReport/teamsMaterials/ECOTE_TasksG101&104_2023Lv2.pdf rename to Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTE_TasksG101&104_2023Lv2.pdf diff --git a/preliminaryReport/teamsMaterials/ECOTE_labIntro101_104.pdf b/Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTE_labIntro101_104.pdf similarity index 100% rename from preliminaryReport/teamsMaterials/ECOTE_labIntro101_104.pdf rename to Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTE_labIntro101_104.pdf diff --git a/preliminaryReport/teamsMaterials/ECOTEproject_pattern.doc b/Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTEproject_pattern.doc similarity index 100% rename from preliminaryReport/teamsMaterials/ECOTEproject_pattern.doc rename to Programming/ECOTE/preliminaryReport/teamsMaterials/ECOTEproject_pattern.doc diff --git a/preliminaryReport/tests/simpletable.pdf b/Programming/ECOTE/preliminaryReport/tests/simpletable.pdf similarity index 100% rename from preliminaryReport/tests/simpletable.pdf rename to Programming/ECOTE/preliminaryReport/tests/simpletable.pdf diff --git a/preliminaryReport/tests/simpletable.tex b/Programming/ECOTE/preliminaryReport/tests/simpletable.tex similarity index 100% rename from preliminaryReport/tests/simpletable.tex rename to Programming/ECOTE/preliminaryReport/tests/simpletable.tex diff --git a/program/README.md b/Programming/ECOTE/program/README.md similarity index 100% rename from program/README.md rename to Programming/ECOTE/program/README.md diff --git a/program/code/.flake8 b/Programming/ECOTE/program/code/.flake8 similarity index 100% rename from program/code/.flake8 rename to Programming/ECOTE/program/code/.flake8 diff --git a/program/code/.pylintrc b/Programming/ECOTE/program/code/.pylintrc similarity index 100% rename from program/code/.pylintrc rename to Programming/ECOTE/program/code/.pylintrc diff --git a/program/code/__init__.py b/Programming/ECOTE/program/code/__init__.py similarity index 100% rename from program/code/__init__.py rename to Programming/ECOTE/program/code/__init__.py diff --git a/program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex b/Programming/ECOTE/program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex similarity index 100% rename from program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex rename to Programming/ECOTE/program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex diff --git a/program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex.html b/Programming/ECOTE/program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex.html similarity index 100% rename from program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex.html rename to Programming/ECOTE/program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex.html diff --git a/program/code/functional_tests/PASScomplicatedTable/texfilelonger.pdf b/Programming/ECOTE/program/code/functional_tests/PASScomplicatedTable/texfilelonger.pdf similarity index 100% rename from program/code/functional_tests/PASScomplicatedTable/texfilelonger.pdf rename to Programming/ECOTE/program/code/functional_tests/PASScomplicatedTable/texfilelonger.pdf diff --git a/program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex b/Programming/ECOTE/program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex similarity index 100% rename from program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex rename to Programming/ECOTE/program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex diff --git a/program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex.html b/Programming/ECOTE/program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex.html similarity index 100% rename from program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex.html rename to Programming/ECOTE/program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex.html diff --git a/program/code/functional_tests/PASSsimpleMultipleTables/texfile.pdf b/Programming/ECOTE/program/code/functional_tests/PASSsimpleMultipleTables/texfile.pdf similarity index 100% rename from program/code/functional_tests/PASSsimpleMultipleTables/texfile.pdf rename to Programming/ECOTE/program/code/functional_tests/PASSsimpleMultipleTables/texfile.pdf diff --git a/program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex b/Programming/ECOTE/program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex similarity index 100% rename from program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex rename to Programming/ECOTE/program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex diff --git a/program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex.html b/Programming/ECOTE/program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex.html similarity index 100% rename from program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex.html rename to Programming/ECOTE/program/code/functional_tests/PASSsimpleMultipleTables/texfile.tex.html diff --git a/program/code/functional_tests/PassparametersTable/texfilelonger.pdf b/Programming/ECOTE/program/code/functional_tests/PassparametersTable/texfilelonger.pdf similarity index 100% rename from program/code/functional_tests/PassparametersTable/texfilelonger.pdf rename to Programming/ECOTE/program/code/functional_tests/PassparametersTable/texfilelonger.pdf diff --git a/program/code/functional_tests/PassparametersTable/texfilelonger.tex b/Programming/ECOTE/program/code/functional_tests/PassparametersTable/texfilelonger.tex similarity index 100% rename from program/code/functional_tests/PassparametersTable/texfilelonger.tex rename to Programming/ECOTE/program/code/functional_tests/PassparametersTable/texfilelonger.tex diff --git a/program/code/functional_tests/PassparametersTable/texfilelonger.tex.html b/Programming/ECOTE/program/code/functional_tests/PassparametersTable/texfilelonger.tex.html similarity index 100% rename from program/code/functional_tests/PassparametersTable/texfilelonger.tex.html rename to Programming/ECOTE/program/code/functional_tests/PassparametersTable/texfilelonger.tex.html diff --git a/program/code/main.py b/Programming/ECOTE/program/code/main.py similarity index 100% rename from program/code/main.py rename to Programming/ECOTE/program/code/main.py diff --git a/program/code/texfile.tex b/Programming/ECOTE/program/code/texfile.tex similarity index 100% rename from program/code/texfile.tex rename to Programming/ECOTE/program/code/texfile.tex diff --git a/program/code/texfile.tex.html b/Programming/ECOTE/program/code/texfile.tex.html similarity index 100% rename from program/code/texfile.tex.html rename to Programming/ECOTE/program/code/texfile.tex.html diff --git a/program/ecote/bin/Activate.ps1 b/Programming/ECOTE/program/ecote/bin/Activate.ps1 similarity index 100% rename from program/ecote/bin/Activate.ps1 rename to Programming/ECOTE/program/ecote/bin/Activate.ps1 diff --git a/program/ecote/bin/activate b/Programming/ECOTE/program/ecote/bin/activate similarity index 100% rename from program/ecote/bin/activate rename to Programming/ECOTE/program/ecote/bin/activate diff --git a/program/ecote/bin/activate.csh b/Programming/ECOTE/program/ecote/bin/activate.csh similarity index 100% rename from program/ecote/bin/activate.csh rename to Programming/ECOTE/program/ecote/bin/activate.csh diff --git a/program/ecote/bin/activate.fish b/Programming/ECOTE/program/ecote/bin/activate.fish similarity index 100% rename from program/ecote/bin/activate.fish rename to Programming/ECOTE/program/ecote/bin/activate.fish diff --git a/program/ecote/bin/bin/python b/Programming/ECOTE/program/ecote/bin/bin/python similarity index 100% rename from program/ecote/bin/bin/python rename to Programming/ECOTE/program/ecote/bin/bin/python diff --git a/program/ecote/bin/bin/python3 b/Programming/ECOTE/program/ecote/bin/bin/python3 similarity index 100% rename from program/ecote/bin/bin/python3 rename to Programming/ECOTE/program/ecote/bin/bin/python3 diff --git a/program/ecote/bin/coverage b/Programming/ECOTE/program/ecote/bin/coverage similarity index 100% rename from program/ecote/bin/coverage rename to Programming/ECOTE/program/ecote/bin/coverage diff --git a/program/ecote/bin/coverage3 b/Programming/ECOTE/program/ecote/bin/coverage3 similarity index 100% rename from program/ecote/bin/coverage3 rename to Programming/ECOTE/program/ecote/bin/coverage3 diff --git a/program/ecote/bin/lib64 b/Programming/ECOTE/program/ecote/bin/lib64 similarity index 100% rename from program/ecote/bin/lib64 rename to Programming/ECOTE/program/ecote/bin/lib64 diff --git a/program/ecote/bin/pip b/Programming/ECOTE/program/ecote/bin/pip similarity index 100% rename from program/ecote/bin/pip rename to Programming/ECOTE/program/ecote/bin/pip diff --git a/program/ecote/bin/pip3 b/Programming/ECOTE/program/ecote/bin/pip3 similarity index 100% rename from program/ecote/bin/pip3 rename to Programming/ECOTE/program/ecote/bin/pip3 diff --git a/program/ecote/bin/py.test b/Programming/ECOTE/program/ecote/bin/py.test similarity index 100% rename from program/ecote/bin/py.test rename to Programming/ECOTE/program/ecote/bin/py.test diff --git a/program/ecote/bin/pytest b/Programming/ECOTE/program/ecote/bin/pytest similarity index 100% rename from program/ecote/bin/pytest rename to Programming/ECOTE/program/ecote/bin/pytest diff --git a/program/ecote/bin/python b/Programming/ECOTE/program/ecote/bin/python similarity index 100% rename from program/ecote/bin/python rename to Programming/ECOTE/program/ecote/bin/python diff --git a/program/ecote/bin/python3 b/Programming/ECOTE/program/ecote/bin/python3 similarity index 100% rename from program/ecote/bin/python3 rename to Programming/ECOTE/program/ecote/bin/python3 diff --git a/program/ecote/bin/pyvenv.cfg b/Programming/ECOTE/program/ecote/bin/pyvenv.cfg similarity index 100% rename from program/ecote/bin/pyvenv.cfg rename to Programming/ECOTE/program/ecote/bin/pyvenv.cfg diff --git a/program/ecote/lib64 b/Programming/ECOTE/program/ecote/lib64 similarity index 100% rename from program/ecote/lib64 rename to Programming/ECOTE/program/ecote/lib64 diff --git a/program/ecote/pyvenv.cfg b/Programming/ECOTE/program/ecote/pyvenv.cfg similarity index 100% rename from program/ecote/pyvenv.cfg rename to Programming/ECOTE/program/ecote/pyvenv.cfg diff --git a/program/unit_tests/__init__.py b/Programming/ECOTE/program/unit_tests/__init__.py similarity index 100% rename from program/unit_tests/__init__.py rename to Programming/ECOTE/program/unit_tests/__init__.py diff --git a/program/unit_tests/test_code/__init__.py b/Programming/ECOTE/program/unit_tests/test_code/__init__.py similarity index 100% rename from program/unit_tests/test_code/__init__.py rename to Programming/ECOTE/program/unit_tests/test_code/__init__.py diff --git a/program/unit_tests/test_code/test_begin_document.py b/Programming/ECOTE/program/unit_tests/test_code/test_begin_document.py similarity index 100% rename from program/unit_tests/test_code/test_begin_document.py rename to Programming/ECOTE/program/unit_tests/test_code/test_begin_document.py diff --git a/program/unit_tests/test_code/test_begin_tabular.py b/Programming/ECOTE/program/unit_tests/test_code/test_begin_tabular.py similarity index 100% rename from program/unit_tests/test_code/test_begin_tabular.py rename to Programming/ECOTE/program/unit_tests/test_code/test_begin_tabular.py diff --git a/program/unit_tests/test_code/test_command_name_check.py b/Programming/ECOTE/program/unit_tests/test_code/test_command_name_check.py similarity index 100% rename from program/unit_tests/test_code/test_command_name_check.py rename to Programming/ECOTE/program/unit_tests/test_code/test_command_name_check.py diff --git a/program/unit_tests/test_code/test_document_class.py b/Programming/ECOTE/program/unit_tests/test_code/test_document_class.py similarity index 100% rename from program/unit_tests/test_code/test_document_class.py rename to Programming/ECOTE/program/unit_tests/test_code/test_document_class.py diff --git a/program/unit_tests/test_code/test_document_class_only_checks.py b/Programming/ECOTE/program/unit_tests/test_code/test_document_class_only_checks.py similarity index 100% rename from program/unit_tests/test_code/test_document_class_only_checks.py rename to Programming/ECOTE/program/unit_tests/test_code/test_document_class_only_checks.py diff --git a/program/unit_tests/test_code/test_generic_checks.py b/Programming/ECOTE/program/unit_tests/test_code/test_generic_checks.py similarity index 100% rename from program/unit_tests/test_code/test_generic_checks.py rename to Programming/ECOTE/program/unit_tests/test_code/test_generic_checks.py diff --git a/program/unit_tests/test_code/test_generic_checks_command.py b/Programming/ECOTE/program/unit_tests/test_code/test_generic_checks_command.py similarity index 100% rename from program/unit_tests/test_code/test_generic_checks_command.py rename to Programming/ECOTE/program/unit_tests/test_code/test_generic_checks_command.py diff --git a/program/unit_tests/test_code/test_length_conversions.py b/Programming/ECOTE/program/unit_tests/test_code/test_length_conversions.py similarity index 100% rename from program/unit_tests/test_code/test_length_conversions.py rename to Programming/ECOTE/program/unit_tests/test_code/test_length_conversions.py diff --git a/program/unit_tests/test_code/test_only_pipes_and_space.py b/Programming/ECOTE/program/unit_tests/test_code/test_only_pipes_and_space.py similarity index 100% rename from program/unit_tests/test_code/test_only_pipes_and_space.py rename to Programming/ECOTE/program/unit_tests/test_code/test_only_pipes_and_space.py diff --git a/program/unit_tests/test_code/test_split_columns.py b/Programming/ECOTE/program/unit_tests/test_code/test_split_columns.py similarity index 100% rename from program/unit_tests/test_code/test_split_columns.py rename to Programming/ECOTE/program/unit_tests/test_code/test_split_columns.py diff --git a/program/unit_tests/test_code/test_split_rows.py b/Programming/ECOTE/program/unit_tests/test_code/test_split_rows.py similarity index 100% rename from program/unit_tests/test_code/test_split_rows.py rename to Programming/ECOTE/program/unit_tests/test_code/test_split_rows.py diff --git a/program/unit_tests/test_code/test_tabular_columns_parameters.py b/Programming/ECOTE/program/unit_tests/test_code/test_tabular_columns_parameters.py similarity index 100% rename from program/unit_tests/test_code/test_tabular_columns_parameters.py rename to Programming/ECOTE/program/unit_tests/test_code/test_tabular_columns_parameters.py diff --git a/program/unit_tests/test_code/test_tabular_parameters.py b/Programming/ECOTE/program/unit_tests/test_code/test_tabular_parameters.py similarity index 100% rename from program/unit_tests/test_code/test_tabular_parameters.py rename to Programming/ECOTE/program/unit_tests/test_code/test_tabular_parameters.py diff --git a/program/unit_tests/test_code/test_tabular_required_parameters.py b/Programming/ECOTE/program/unit_tests/test_code/test_tabular_required_parameters.py similarity index 100% rename from program/unit_tests/test_code/test_tabular_required_parameters.py rename to Programming/ECOTE/program/unit_tests/test_code/test_tabular_required_parameters.py diff --git a/program/unit_tests/test_code/test_translate_column.py b/Programming/ECOTE/program/unit_tests/test_code/test_translate_column.py similarity index 100% rename from program/unit_tests/test_code/test_translate_column.py rename to Programming/ECOTE/program/unit_tests/test_code/test_translate_column.py diff --git a/program/unit_tests/test_code/test_translate_inside_to_html.py b/Programming/ECOTE/program/unit_tests/test_code/test_translate_inside_to_html.py similarity index 100% rename from program/unit_tests/test_code/test_translate_inside_to_html.py rename to Programming/ECOTE/program/unit_tests/test_code/test_translate_inside_to_html.py