From b2d534b189410cdb3ea738f1e4046b9dbebaa051 Mon Sep 17 00:00:00 2001
From: Ashley Bao <abao2003@gmail.com>
Date: Mon, 16 Jan 2023 12:38:28 -0500
Subject: [PATCH] moved files

---
 docs/{codox => }/Adding_Genetic_Operators.html                    | 0
 docs/{codox => }/Adding_Problem.html                              | 0
 docs/{codox => }/Adding_Selection_Method.html                     | 0
 docs/{codox => }/Experimentation.html                             | 0
 docs/{codox => }/Genetic_Programming_Loop.html                    | 0
 docs/{codox => }/Genome.html                                      | 0
 docs/{codox => }/Intro.html                                       | 0
 docs/{codox => }/Library_Reference.html                           | 0
 docs/{codox => }/Selection.html                                   | 0
 docs/{codox => }/Simplification.html                              | 0
 docs/{codox => }/Variation.html                                   | 0
 docs/{codox => }/css/default.css                                  | 0
 docs/{codox => }/css/highlight.css                                | 0
 docs/{codox => }/index.html                                       | 0
 docs/{codox => }/js/highlight.min.js                              | 0
 docs/{codox => }/js/jquery.min.js                                 | 0
 docs/{codox => }/js/page_effects.js                               | 0
 docs/{codox => }/propeller.core.html                              | 0
 docs/{codox => }/propeller.genome.html                            | 0
 docs/{codox => }/propeller.gp.html                                | 0
 docs/{codox => }/propeller.problems.PSB2.basement.html            | 0
 docs/{codox => }/propeller.problems.PSB2.bouncing-balls.html      | 0
 docs/{codox => }/propeller.problems.PSB2.bowling.html             | 0
 docs/{codox => }/propeller.problems.PSB2.camel-case.html          | 0
 docs/{codox => }/propeller.problems.PSB2.dice-game.html           | 0
 docs/{codox => }/propeller.problems.PSB2.fizz-buzz.html           | 0
 docs/{codox => }/propeller.problems.PSB2.fuel-cost.html           | 0
 docs/{codox => }/propeller.problems.PSB2.gcd.html                 | 0
 docs/{codox => }/propeller.problems.PSB2.luhn.html                | 0
 docs/{codox => }/propeller.problems.PSB2.middle-character.html    | 0
 docs/{codox => }/propeller.problems.PSB2.paired-digits.html       | 0
 docs/{codox => }/propeller.problems.PSB2.shopping-list.html       | 0
 docs/{codox => }/propeller.problems.PSB2.snow-day.html            | 0
 docs/{codox => }/propeller.problems.PSB2.solve-boolean.html       | 0
 docs/{codox => }/propeller.problems.PSB2.spin-words.html          | 0
 docs/{codox => }/propeller.problems.PSB2.square-digits.html       | 0
 docs/{codox => }/propeller.problems.PSB2.substitution-cipher.html | 0
 docs/{codox => }/propeller.problems.PSB2.twitter.html             | 0
 docs/{codox => }/propeller.problems.simple-regression.html        | 0
 docs/{codox => }/propeller.problems.software.fizz-buzz.html       | 0
 docs/{codox => }/propeller.problems.software.number-io.html       | 0
 docs/{codox => }/propeller.problems.software.smallest.html        | 0
 docs/{codox => }/propeller.problems.string-classification.html    | 0
 docs/{codox => }/propeller.problems.valiant.html                  | 0
 docs/{codox => }/propeller.push.instructions.bool.html            | 0
 docs/{codox => }/propeller.push.instructions.character.html       | 0
 docs/{codox => }/propeller.push.instructions.code.html            | 0
 docs/{codox => }/propeller.push.instructions.html                 | 0
 docs/{codox => }/propeller.push.instructions.input-output.html    | 0
 docs/{codox => }/propeller.push.instructions.numeric.html         | 0
 docs/{codox => }/propeller.push.instructions.polymorphic.html     | 0
 docs/{codox => }/propeller.push.instructions.string.html          | 0
 docs/{codox => }/propeller.push.instructions.vector.html          | 0
 docs/{codox => }/propeller.push.interpreter.html                  | 0
 docs/{codox => }/propeller.push.limits.html                       | 0
 docs/{codox => }/propeller.push.state.html                        | 0
 docs/{codox => }/propeller.selection.html                         | 0
 docs/{codox => }/propeller.session.html                           | 0
 docs/{codox => }/propeller.simplification.html                    | 0
 docs/{codox => }/propeller.tools.calculus.html                    | 0
 docs/{codox => }/propeller.tools.character.html                   | 0
 docs/{codox => }/propeller.tools.distributions.html               | 0
 docs/{codox => }/propeller.tools.math.html                        | 0
 docs/{codox => }/propeller.tools.metrics.html                     | 0
 docs/{codox => }/propeller.utils.html                             | 0
 docs/{codox => }/propeller.variation.html                         | 0
 66 files changed, 0 insertions(+), 0 deletions(-)
 rename docs/{codox => }/Adding_Genetic_Operators.html (100%)
 rename docs/{codox => }/Adding_Problem.html (100%)
 rename docs/{codox => }/Adding_Selection_Method.html (100%)
 rename docs/{codox => }/Experimentation.html (100%)
 rename docs/{codox => }/Genetic_Programming_Loop.html (100%)
 rename docs/{codox => }/Genome.html (100%)
 rename docs/{codox => }/Intro.html (100%)
 rename docs/{codox => }/Library_Reference.html (100%)
 rename docs/{codox => }/Selection.html (100%)
 rename docs/{codox => }/Simplification.html (100%)
 rename docs/{codox => }/Variation.html (100%)
 rename docs/{codox => }/css/default.css (100%)
 rename docs/{codox => }/css/highlight.css (100%)
 rename docs/{codox => }/index.html (100%)
 rename docs/{codox => }/js/highlight.min.js (100%)
 rename docs/{codox => }/js/jquery.min.js (100%)
 rename docs/{codox => }/js/page_effects.js (100%)
 rename docs/{codox => }/propeller.core.html (100%)
 rename docs/{codox => }/propeller.genome.html (100%)
 rename docs/{codox => }/propeller.gp.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.basement.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.bouncing-balls.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.bowling.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.camel-case.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.dice-game.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.fizz-buzz.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.fuel-cost.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.gcd.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.luhn.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.middle-character.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.paired-digits.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.shopping-list.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.snow-day.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.solve-boolean.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.spin-words.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.square-digits.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.substitution-cipher.html (100%)
 rename docs/{codox => }/propeller.problems.PSB2.twitter.html (100%)
 rename docs/{codox => }/propeller.problems.simple-regression.html (100%)
 rename docs/{codox => }/propeller.problems.software.fizz-buzz.html (100%)
 rename docs/{codox => }/propeller.problems.software.number-io.html (100%)
 rename docs/{codox => }/propeller.problems.software.smallest.html (100%)
 rename docs/{codox => }/propeller.problems.string-classification.html (100%)
 rename docs/{codox => }/propeller.problems.valiant.html (100%)
 rename docs/{codox => }/propeller.push.instructions.bool.html (100%)
 rename docs/{codox => }/propeller.push.instructions.character.html (100%)
 rename docs/{codox => }/propeller.push.instructions.code.html (100%)
 rename docs/{codox => }/propeller.push.instructions.html (100%)
 rename docs/{codox => }/propeller.push.instructions.input-output.html (100%)
 rename docs/{codox => }/propeller.push.instructions.numeric.html (100%)
 rename docs/{codox => }/propeller.push.instructions.polymorphic.html (100%)
 rename docs/{codox => }/propeller.push.instructions.string.html (100%)
 rename docs/{codox => }/propeller.push.instructions.vector.html (100%)
 rename docs/{codox => }/propeller.push.interpreter.html (100%)
 rename docs/{codox => }/propeller.push.limits.html (100%)
 rename docs/{codox => }/propeller.push.state.html (100%)
 rename docs/{codox => }/propeller.selection.html (100%)
 rename docs/{codox => }/propeller.session.html (100%)
 rename docs/{codox => }/propeller.simplification.html (100%)
 rename docs/{codox => }/propeller.tools.calculus.html (100%)
 rename docs/{codox => }/propeller.tools.character.html (100%)
 rename docs/{codox => }/propeller.tools.distributions.html (100%)
 rename docs/{codox => }/propeller.tools.math.html (100%)
 rename docs/{codox => }/propeller.tools.metrics.html (100%)
 rename docs/{codox => }/propeller.utils.html (100%)
 rename docs/{codox => }/propeller.variation.html (100%)

diff --git a/docs/codox/Adding_Genetic_Operators.html b/docs/Adding_Genetic_Operators.html
similarity index 100%
rename from docs/codox/Adding_Genetic_Operators.html
rename to docs/Adding_Genetic_Operators.html
diff --git a/docs/codox/Adding_Problem.html b/docs/Adding_Problem.html
similarity index 100%
rename from docs/codox/Adding_Problem.html
rename to docs/Adding_Problem.html
diff --git a/docs/codox/Adding_Selection_Method.html b/docs/Adding_Selection_Method.html
similarity index 100%
rename from docs/codox/Adding_Selection_Method.html
rename to docs/Adding_Selection_Method.html
diff --git a/docs/codox/Experimentation.html b/docs/Experimentation.html
similarity index 100%
rename from docs/codox/Experimentation.html
rename to docs/Experimentation.html
diff --git a/docs/codox/Genetic_Programming_Loop.html b/docs/Genetic_Programming_Loop.html
similarity index 100%
rename from docs/codox/Genetic_Programming_Loop.html
rename to docs/Genetic_Programming_Loop.html
diff --git a/docs/codox/Genome.html b/docs/Genome.html
similarity index 100%
rename from docs/codox/Genome.html
rename to docs/Genome.html
diff --git a/docs/codox/Intro.html b/docs/Intro.html
similarity index 100%
rename from docs/codox/Intro.html
rename to docs/Intro.html
diff --git a/docs/codox/Library_Reference.html b/docs/Library_Reference.html
similarity index 100%
rename from docs/codox/Library_Reference.html
rename to docs/Library_Reference.html
diff --git a/docs/codox/Selection.html b/docs/Selection.html
similarity index 100%
rename from docs/codox/Selection.html
rename to docs/Selection.html
diff --git a/docs/codox/Simplification.html b/docs/Simplification.html
similarity index 100%
rename from docs/codox/Simplification.html
rename to docs/Simplification.html
diff --git a/docs/codox/Variation.html b/docs/Variation.html
similarity index 100%
rename from docs/codox/Variation.html
rename to docs/Variation.html
diff --git a/docs/codox/css/default.css b/docs/css/default.css
similarity index 100%
rename from docs/codox/css/default.css
rename to docs/css/default.css
diff --git a/docs/codox/css/highlight.css b/docs/css/highlight.css
similarity index 100%
rename from docs/codox/css/highlight.css
rename to docs/css/highlight.css
diff --git a/docs/codox/index.html b/docs/index.html
similarity index 100%
rename from docs/codox/index.html
rename to docs/index.html
diff --git a/docs/codox/js/highlight.min.js b/docs/js/highlight.min.js
similarity index 100%
rename from docs/codox/js/highlight.min.js
rename to docs/js/highlight.min.js
diff --git a/docs/codox/js/jquery.min.js b/docs/js/jquery.min.js
similarity index 100%
rename from docs/codox/js/jquery.min.js
rename to docs/js/jquery.min.js
diff --git a/docs/codox/js/page_effects.js b/docs/js/page_effects.js
similarity index 100%
rename from docs/codox/js/page_effects.js
rename to docs/js/page_effects.js
diff --git a/docs/codox/propeller.core.html b/docs/propeller.core.html
similarity index 100%
rename from docs/codox/propeller.core.html
rename to docs/propeller.core.html
diff --git a/docs/codox/propeller.genome.html b/docs/propeller.genome.html
similarity index 100%
rename from docs/codox/propeller.genome.html
rename to docs/propeller.genome.html
diff --git a/docs/codox/propeller.gp.html b/docs/propeller.gp.html
similarity index 100%
rename from docs/codox/propeller.gp.html
rename to docs/propeller.gp.html
diff --git a/docs/codox/propeller.problems.PSB2.basement.html b/docs/propeller.problems.PSB2.basement.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.basement.html
rename to docs/propeller.problems.PSB2.basement.html
diff --git a/docs/codox/propeller.problems.PSB2.bouncing-balls.html b/docs/propeller.problems.PSB2.bouncing-balls.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.bouncing-balls.html
rename to docs/propeller.problems.PSB2.bouncing-balls.html
diff --git a/docs/codox/propeller.problems.PSB2.bowling.html b/docs/propeller.problems.PSB2.bowling.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.bowling.html
rename to docs/propeller.problems.PSB2.bowling.html
diff --git a/docs/codox/propeller.problems.PSB2.camel-case.html b/docs/propeller.problems.PSB2.camel-case.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.camel-case.html
rename to docs/propeller.problems.PSB2.camel-case.html
diff --git a/docs/codox/propeller.problems.PSB2.dice-game.html b/docs/propeller.problems.PSB2.dice-game.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.dice-game.html
rename to docs/propeller.problems.PSB2.dice-game.html
diff --git a/docs/codox/propeller.problems.PSB2.fizz-buzz.html b/docs/propeller.problems.PSB2.fizz-buzz.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.fizz-buzz.html
rename to docs/propeller.problems.PSB2.fizz-buzz.html
diff --git a/docs/codox/propeller.problems.PSB2.fuel-cost.html b/docs/propeller.problems.PSB2.fuel-cost.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.fuel-cost.html
rename to docs/propeller.problems.PSB2.fuel-cost.html
diff --git a/docs/codox/propeller.problems.PSB2.gcd.html b/docs/propeller.problems.PSB2.gcd.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.gcd.html
rename to docs/propeller.problems.PSB2.gcd.html
diff --git a/docs/codox/propeller.problems.PSB2.luhn.html b/docs/propeller.problems.PSB2.luhn.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.luhn.html
rename to docs/propeller.problems.PSB2.luhn.html
diff --git a/docs/codox/propeller.problems.PSB2.middle-character.html b/docs/propeller.problems.PSB2.middle-character.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.middle-character.html
rename to docs/propeller.problems.PSB2.middle-character.html
diff --git a/docs/codox/propeller.problems.PSB2.paired-digits.html b/docs/propeller.problems.PSB2.paired-digits.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.paired-digits.html
rename to docs/propeller.problems.PSB2.paired-digits.html
diff --git a/docs/codox/propeller.problems.PSB2.shopping-list.html b/docs/propeller.problems.PSB2.shopping-list.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.shopping-list.html
rename to docs/propeller.problems.PSB2.shopping-list.html
diff --git a/docs/codox/propeller.problems.PSB2.snow-day.html b/docs/propeller.problems.PSB2.snow-day.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.snow-day.html
rename to docs/propeller.problems.PSB2.snow-day.html
diff --git a/docs/codox/propeller.problems.PSB2.solve-boolean.html b/docs/propeller.problems.PSB2.solve-boolean.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.solve-boolean.html
rename to docs/propeller.problems.PSB2.solve-boolean.html
diff --git a/docs/codox/propeller.problems.PSB2.spin-words.html b/docs/propeller.problems.PSB2.spin-words.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.spin-words.html
rename to docs/propeller.problems.PSB2.spin-words.html
diff --git a/docs/codox/propeller.problems.PSB2.square-digits.html b/docs/propeller.problems.PSB2.square-digits.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.square-digits.html
rename to docs/propeller.problems.PSB2.square-digits.html
diff --git a/docs/codox/propeller.problems.PSB2.substitution-cipher.html b/docs/propeller.problems.PSB2.substitution-cipher.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.substitution-cipher.html
rename to docs/propeller.problems.PSB2.substitution-cipher.html
diff --git a/docs/codox/propeller.problems.PSB2.twitter.html b/docs/propeller.problems.PSB2.twitter.html
similarity index 100%
rename from docs/codox/propeller.problems.PSB2.twitter.html
rename to docs/propeller.problems.PSB2.twitter.html
diff --git a/docs/codox/propeller.problems.simple-regression.html b/docs/propeller.problems.simple-regression.html
similarity index 100%
rename from docs/codox/propeller.problems.simple-regression.html
rename to docs/propeller.problems.simple-regression.html
diff --git a/docs/codox/propeller.problems.software.fizz-buzz.html b/docs/propeller.problems.software.fizz-buzz.html
similarity index 100%
rename from docs/codox/propeller.problems.software.fizz-buzz.html
rename to docs/propeller.problems.software.fizz-buzz.html
diff --git a/docs/codox/propeller.problems.software.number-io.html b/docs/propeller.problems.software.number-io.html
similarity index 100%
rename from docs/codox/propeller.problems.software.number-io.html
rename to docs/propeller.problems.software.number-io.html
diff --git a/docs/codox/propeller.problems.software.smallest.html b/docs/propeller.problems.software.smallest.html
similarity index 100%
rename from docs/codox/propeller.problems.software.smallest.html
rename to docs/propeller.problems.software.smallest.html
diff --git a/docs/codox/propeller.problems.string-classification.html b/docs/propeller.problems.string-classification.html
similarity index 100%
rename from docs/codox/propeller.problems.string-classification.html
rename to docs/propeller.problems.string-classification.html
diff --git a/docs/codox/propeller.problems.valiant.html b/docs/propeller.problems.valiant.html
similarity index 100%
rename from docs/codox/propeller.problems.valiant.html
rename to docs/propeller.problems.valiant.html
diff --git a/docs/codox/propeller.push.instructions.bool.html b/docs/propeller.push.instructions.bool.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.bool.html
rename to docs/propeller.push.instructions.bool.html
diff --git a/docs/codox/propeller.push.instructions.character.html b/docs/propeller.push.instructions.character.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.character.html
rename to docs/propeller.push.instructions.character.html
diff --git a/docs/codox/propeller.push.instructions.code.html b/docs/propeller.push.instructions.code.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.code.html
rename to docs/propeller.push.instructions.code.html
diff --git a/docs/codox/propeller.push.instructions.html b/docs/propeller.push.instructions.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.html
rename to docs/propeller.push.instructions.html
diff --git a/docs/codox/propeller.push.instructions.input-output.html b/docs/propeller.push.instructions.input-output.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.input-output.html
rename to docs/propeller.push.instructions.input-output.html
diff --git a/docs/codox/propeller.push.instructions.numeric.html b/docs/propeller.push.instructions.numeric.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.numeric.html
rename to docs/propeller.push.instructions.numeric.html
diff --git a/docs/codox/propeller.push.instructions.polymorphic.html b/docs/propeller.push.instructions.polymorphic.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.polymorphic.html
rename to docs/propeller.push.instructions.polymorphic.html
diff --git a/docs/codox/propeller.push.instructions.string.html b/docs/propeller.push.instructions.string.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.string.html
rename to docs/propeller.push.instructions.string.html
diff --git a/docs/codox/propeller.push.instructions.vector.html b/docs/propeller.push.instructions.vector.html
similarity index 100%
rename from docs/codox/propeller.push.instructions.vector.html
rename to docs/propeller.push.instructions.vector.html
diff --git a/docs/codox/propeller.push.interpreter.html b/docs/propeller.push.interpreter.html
similarity index 100%
rename from docs/codox/propeller.push.interpreter.html
rename to docs/propeller.push.interpreter.html
diff --git a/docs/codox/propeller.push.limits.html b/docs/propeller.push.limits.html
similarity index 100%
rename from docs/codox/propeller.push.limits.html
rename to docs/propeller.push.limits.html
diff --git a/docs/codox/propeller.push.state.html b/docs/propeller.push.state.html
similarity index 100%
rename from docs/codox/propeller.push.state.html
rename to docs/propeller.push.state.html
diff --git a/docs/codox/propeller.selection.html b/docs/propeller.selection.html
similarity index 100%
rename from docs/codox/propeller.selection.html
rename to docs/propeller.selection.html
diff --git a/docs/codox/propeller.session.html b/docs/propeller.session.html
similarity index 100%
rename from docs/codox/propeller.session.html
rename to docs/propeller.session.html
diff --git a/docs/codox/propeller.simplification.html b/docs/propeller.simplification.html
similarity index 100%
rename from docs/codox/propeller.simplification.html
rename to docs/propeller.simplification.html
diff --git a/docs/codox/propeller.tools.calculus.html b/docs/propeller.tools.calculus.html
similarity index 100%
rename from docs/codox/propeller.tools.calculus.html
rename to docs/propeller.tools.calculus.html
diff --git a/docs/codox/propeller.tools.character.html b/docs/propeller.tools.character.html
similarity index 100%
rename from docs/codox/propeller.tools.character.html
rename to docs/propeller.tools.character.html
diff --git a/docs/codox/propeller.tools.distributions.html b/docs/propeller.tools.distributions.html
similarity index 100%
rename from docs/codox/propeller.tools.distributions.html
rename to docs/propeller.tools.distributions.html
diff --git a/docs/codox/propeller.tools.math.html b/docs/propeller.tools.math.html
similarity index 100%
rename from docs/codox/propeller.tools.math.html
rename to docs/propeller.tools.math.html
diff --git a/docs/codox/propeller.tools.metrics.html b/docs/propeller.tools.metrics.html
similarity index 100%
rename from docs/codox/propeller.tools.metrics.html
rename to docs/propeller.tools.metrics.html
diff --git a/docs/codox/propeller.utils.html b/docs/propeller.utils.html
similarity index 100%
rename from docs/codox/propeller.utils.html
rename to docs/propeller.utils.html
diff --git a/docs/codox/propeller.variation.html b/docs/propeller.variation.html
similarity index 100%
rename from docs/codox/propeller.variation.html
rename to docs/propeller.variation.html