.flake8
CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
README.md
README.rst
pytest.ini
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/dev_doc.rst
docs/dev_index.rst
docs/index.rst
docs/make.bat
docs/mathmaker.lib.common.rst
docs/mathmaker.lib.core.rst
docs/mathmaker.lib.machine.rst
docs/mathmaker.lib.rst
docs/mathmaker.lib.sheet.exercise.question.mc_modules.rst
docs/mathmaker.lib.sheet.exercise.question.rst
docs/mathmaker.lib.sheet.exercise.rst
docs/mathmaker.lib.sheet.rst
docs/mathmaker.lib.tools.rst
docs/mathmaker.rst
docs/mathmaker.settings.rst
docs/user_doc.rst
docs/user_index.rst
docs/include/deeper_look.rst
docs/include/detailed_version.rst
docs/include/guided_tour.rst
docs/include/overview.rst
docs/include/short_version.rst
docs/include/start_working.rst
docs/include/user_advanced_features.rst
docs/include/user_freebsd_notes.rst
docs/include/what_can_be_done.rst
docs/pics/all_pics.ggb
docs/pics/all_pics.png
docs/pics/all_pics_2.0.ggb
docs/pics/all_pics__smaller.png
docs/pics/dbg_all.png
docs/pics/dbg_binomialidentity.png
docs/pics/dbg_expandable.png
docs/pics/dbg_fraction.png
docs/pics/dbg_item.png
docs/pics/dbg_monomial.png
docs/pics/dbg_polynomial.png
docs/pics/dbg_product.png
docs/pics/dbg_quotient.png
docs/pics/dbg_sum.png
docs/pics/dbg_value.png
docs/pics/memo_all.png
docs/pics/memo_binomialidentity.png
docs/pics/memo_expandable.png
docs/pics/memo_fraction.png
docs/pics/memo_item.png
docs/pics/memo_monomial.png
docs/pics/memo_polynomial.png
docs/pics/memo_product.png
docs/pics/memo_quotient.png
docs/pics/memo_righttriangle.png
docs/pics/memo_sum.png
docs/pics/memo_triangle.png
docs/pics/memo_value.png
docs/pics/new_inheritance_2015.png
docs/pics/triangles_architecture.png
mathmaker/__init__.py
mathmaker/cli.py
mathmaker/daemon.py
mathmaker.egg-info/PKG-INFO
mathmaker.egg-info/SOURCES.txt
mathmaker.egg-info/dependency_links.txt
mathmaker.egg-info/entry_points.txt
mathmaker.egg-info/requires.txt
mathmaker.egg-info/top_level.txt
mathmaker/data/extra_translations.xml
mathmaker/data/fonts_list.txt
mathmaker/data/mathmaker.db-dist
mathmaker/data/vocabulary.xml
mathmaker/data/frameworks/exercise.xsd
mathmaker/data/frameworks/layout.xsd
mathmaker/data/frameworks/mix.xsd
mathmaker/data/frameworks/nb_source.xsd
mathmaker/data/frameworks/question.xsd
mathmaker/data/frameworks/sheet.xsd
mathmaker/data/frameworks/algebra/expand_and_reduce/double_expansion.xml
mathmaker/data/frameworks/algebra/expand_and_reduce/double_expansion_detailed_solutions.xml
mathmaker/data/frameworks/algebra/expand_and_reduce/simple_expansion.xml
mathmaker/data/frameworks/algebra/expand_and_reduce/simple_expansion_detailed_solutions.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_butterflies.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_butterflies_alt1.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_butterflies_alt2.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_butterflies_formulae.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_converse.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_converse_alt2.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_triangles.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_triangles_alt1.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_triangles_alt2.xml
mathmaker/data/frameworks/geometry/intercept_theorem/intercept_theorem_triangles_formulae.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/divisions.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/mini_problems.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/multi_11_15_25.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/multi_decimal.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/multi_hole_any_nb.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/multi_hole_tables2_9.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/multi_reversed.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/ranks.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/tables2_9.xml
mathmaker/data/frameworks/mental_calculation/lev11_1/test_11_1.xml
mathmaker/data/frameworks/mental_calculation/lev11_2/multi_divi_10_100_1000.xml
mathmaker/data/frameworks/mental_calculation/lev11_2/operations_vocabulary.xml
mathmaker/data/frameworks/mental_calculation/lev11_2/rectangles.xml
mathmaker/data/frameworks/mental_calculation/lev11_2/test_11_2.xml
mathmaker/data/frameworks/mental_calculation/lev11_3/multi_clever.xml
mathmaker/data/names/f/feminine.xml
mathmaker/data/names/m/masculine.xml
mathmaker/data/w4l/w4l.xml
mathmaker/data/w5l/w5l.xml
mathmaker/data/wordings/mini_pb_addi_direct.xml
mathmaker/data/wordings/mini_pb_divi_direct.xml
mathmaker/data/wordings/mini_pb_multi_direct.xml
mathmaker/data/wordings/mini_pb_subtr_direct.xml
mathmaker/lib/__init__.py
mathmaker/lib/error.py
mathmaker/lib/is_.py
mathmaker/lib/list_sheets.py
mathmaker/lib/maths_lib.py
mathmaker/lib/randomly.py
mathmaker/lib/shared.py
mathmaker/lib/sources.py
mathmaker/lib/startup_actions.py
mathmaker/lib/common/__init__.py
mathmaker/lib/common/alphabet.py
mathmaker/lib/common/cst.py
mathmaker/lib/common/latex.py
mathmaker/lib/common/pythagorean.py
mathmaker/lib/core/__init__.py
mathmaker/lib/core/base.py
mathmaker/lib/core/base_calculus.py
mathmaker/lib/core/base_geometry.py
mathmaker/lib/core/calculus.py
mathmaker/lib/core/geometry.py
mathmaker/lib/core/root_calculus.py
mathmaker/lib/core/utils.py
mathmaker/lib/machine/LaTeX.py
mathmaker/lib/machine/Structure.py
mathmaker/lib/machine/__init__.py
mathmaker/lib/sheet/AlgebraBalance_01.py
mathmaker/lib/sheet/AlgebraBinomialIdentityExpansion.py
mathmaker/lib/sheet/AlgebraExpressionExpansion.py
mathmaker/lib/sheet/AlgebraExpressionReduction.py
mathmaker/lib/sheet/AlgebraFactorization_01.py
mathmaker/lib/sheet/AlgebraFactorization_02.py
mathmaker/lib/sheet/AlgebraFactorization_03.py
mathmaker/lib/sheet/AlgebraMiniTest0.py
mathmaker/lib/sheet/AlgebraMiniTest1.py
mathmaker/lib/sheet/AlgebraShortTest.py
mathmaker/lib/sheet/AlgebraTest.py
mathmaker/lib/sheet/AlgebraTest2.py
mathmaker/lib/sheet/ConverseAndContrapositiveOfPythagoreanTheoremShortTest.py
mathmaker/lib/sheet/EquationsBasic.py
mathmaker/lib/sheet/EquationsClassic.py
mathmaker/lib/sheet/EquationsHarder.py
mathmaker/lib/sheet/EquationsShortTest.py
mathmaker/lib/sheet/EquationsTest.py
mathmaker/lib/sheet/FractionSimplification.py
mathmaker/lib/sheet/FractionsProductAndQuotient.py
mathmaker/lib/sheet/FractionsSum.py
mathmaker/lib/sheet/PythagoreanTheoremShortTest.py
mathmaker/lib/sheet/S_Generic.py
mathmaker/lib/sheet/S_Model.py
mathmaker/lib/sheet/S_Structure.py
mathmaker/lib/sheet/__init__.py
mathmaker/lib/sheet/exercise/X_AlgebraExpressionExpansion.py
mathmaker/lib/sheet/exercise/X_AlgebraExpressionReduction.py
mathmaker/lib/sheet/exercise/X_Calculation.py
mathmaker/lib/sheet/exercise/X_Equation.py
mathmaker/lib/sheet/exercise/X_Factorization.py
mathmaker/lib/sheet/exercise/X_Generic.py
mathmaker/lib/sheet/exercise/X_Model.py
mathmaker/lib/sheet/exercise/X_RightTriangle.py
mathmaker/lib/sheet/exercise/X_Structure.py
mathmaker/lib/sheet/exercise/__init__.py
mathmaker/lib/sheet/exercise/question/Q_AlgebraExpressionExpansion.py
mathmaker/lib/sheet/exercise/question/Q_AlgebraExpressionReduction.py
mathmaker/lib/sheet/exercise/question/Q_Calculation.py
mathmaker/lib/sheet/exercise/question/Q_Equation.py
mathmaker/lib/sheet/exercise/question/Q_Factorization.py
mathmaker/lib/sheet/exercise/question/Q_Generic.py
mathmaker/lib/sheet/exercise/question/Q_Model.py
mathmaker/lib/sheet/exercise/question/Q_RightTriangle.py
mathmaker/lib/sheet/exercise/question/Q_Structure.py
mathmaker/lib/sheet/exercise/question/__init__.py
mathmaker/lib/sheet/exercise/question/submodule.py
mathmaker/lib/sheet/exercise/question/algebra_modules/__init__.py
mathmaker/lib/sheet/exercise/question/algebra_modules/expand_and_reduce_double.py
mathmaker/lib/sheet/exercise/question/algebra_modules/expand_and_reduce_simple.py
mathmaker/lib/sheet/exercise/question/geometry_modules/__init__.py
mathmaker/lib/sheet/exercise/question/geometry_modules/intercept_theorem_butterfly.py
mathmaker/lib/sheet/exercise/question/geometry_modules/intercept_theorem_butterfly_formula.py
mathmaker/lib/sheet/exercise/question/geometry_modules/intercept_theorem_converse_butterfly.py
mathmaker/lib/sheet/exercise/question/geometry_modules/intercept_theorem_converse_triangle.py
mathmaker/lib/sheet/exercise/question/geometry_modules/intercept_theorem_triangle.py
mathmaker/lib/sheet/exercise/question/geometry_modules/intercept_theorem_triangle_formula.py
mathmaker/lib/sheet/exercise/question/mc_modules/__init__.py
mathmaker/lib/sheet/exercise/question/mc_modules/addi_direct.py
mathmaker/lib/sheet/exercise/question/mc_modules/area_rectangle.py
mathmaker/lib/sheet/exercise/question/mc_modules/area_square.py
mathmaker/lib/sheet/exercise/question/mc_modules/divi_direct.py
mathmaker/lib/sheet/exercise/question/mc_modules/multi_clever.py
mathmaker/lib/sheet/exercise/question/mc_modules/multi_direct.py
mathmaker/lib/sheet/exercise/question/mc_modules/multi_hole.py
mathmaker/lib/sheet/exercise/question/mc_modules/multi_reversed.py
mathmaker/lib/sheet/exercise/question/mc_modules/perimeter_irregular_quadrilateral.py
mathmaker/lib/sheet/exercise/question/mc_modules/perimeter_rectangle.py
mathmaker/lib/sheet/exercise/question/mc_modules/perimeter_square.py
mathmaker/lib/sheet/exercise/question/mc_modules/rank_direct.py
mathmaker/lib/sheet/exercise/question/mc_modules/rank_numberof.py
mathmaker/lib/sheet/exercise/question/mc_modules/rank_reversed.py
mathmaker/lib/sheet/exercise/question/mc_modules/rectangle_length_or_width.py
mathmaker/lib/sheet/exercise/question/mc_modules/subtr_direct.py
mathmaker/lib/sheet/exercise/question/mc_modules/vocabulary_addi.py
mathmaker/lib/sheet/exercise/question/mc_modules/vocabulary_divi.py
mathmaker/lib/sheet/exercise/question/mc_modules/vocabulary_multi.py
mathmaker/lib/sheet/exercise/question/mc_modules/vocabulary_questions.py
mathmaker/lib/sheet/exercise/question/mc_modules/vocabulary_simple_multiple_of_a_number.py
mathmaker/lib/sheet/exercise/question/mc_modules/vocabulary_simple_part_of_a_number.py
mathmaker/lib/sheet/exercise/question/mc_modules/vocabulary_subtr.py
mathmaker/lib/tools/__init__.py
mathmaker/lib/tools/auxiliary_functions.py
mathmaker/lib/tools/config.py
mathmaker/lib/tools/db.py
mathmaker/lib/tools/ext_dict.py
mathmaker/lib/tools/fonts.py
mathmaker/lib/tools/header_comment.py
mathmaker/lib/tools/po_file.py
mathmaker/lib/tools/tag.py
mathmaker/lib/tools/wording.py
mathmaker/lib/tools/xml_sheet.py
mathmaker/locale/mathmaker.pot
mathmaker/locale/names_f.pot
mathmaker/locale/names_m.pot
mathmaker/locale/w4l.pot
mathmaker/locale/w5l.pot
mathmaker/locale/en/LC_MESSAGES/feminine_names.mo
mathmaker/locale/en/LC_MESSAGES/feminine_names.po
mathmaker/locale/en/LC_MESSAGES/masculine_names.mo
mathmaker/locale/en/LC_MESSAGES/masculine_names.po
mathmaker/locale/en/LC_MESSAGES/mathmaker.mo
mathmaker/locale/en/LC_MESSAGES/mathmaker.po
mathmaker/locale/en/LC_MESSAGES/w4l.mo
mathmaker/locale/en/LC_MESSAGES/w4l.po
mathmaker/locale/en/LC_MESSAGES/w5l.mo
mathmaker/locale/en/LC_MESSAGES/w5l.po
mathmaker/locale/en_GB/LC_MESSAGES/feminine_names.mo
mathmaker/locale/en_GB/LC_MESSAGES/feminine_names.po
mathmaker/locale/en_GB/LC_MESSAGES/masculine_names.mo
mathmaker/locale/en_GB/LC_MESSAGES/masculine_names.po
mathmaker/locale/en_GB/LC_MESSAGES/mathmaker.mo
mathmaker/locale/en_GB/LC_MESSAGES/w4l.mo
mathmaker/locale/en_GB/LC_MESSAGES/w4l.po
mathmaker/locale/en_GB/LC_MESSAGES/w5l.mo
mathmaker/locale/en_GB/LC_MESSAGES/w5l.po
mathmaker/locale/en_US/LC_MESSAGES/feminine_names.mo
mathmaker/locale/en_US/LC_MESSAGES/feminine_names.po
mathmaker/locale/en_US/LC_MESSAGES/masculine_names.mo
mathmaker/locale/en_US/LC_MESSAGES/masculine_names.po
mathmaker/locale/en_US/LC_MESSAGES/mathmaker.mo
mathmaker/locale/en_US/LC_MESSAGES/w4l.mo
mathmaker/locale/en_US/LC_MESSAGES/w4l.po
mathmaker/locale/en_US/LC_MESSAGES/w5l.mo
mathmaker/locale/en_US/LC_MESSAGES/w5l.po
mathmaker/locale/fr_FR/LC_MESSAGES/feminine_names.mo
mathmaker/locale/fr_FR/LC_MESSAGES/feminine_names.po
mathmaker/locale/fr_FR/LC_MESSAGES/masculine_names.mo
mathmaker/locale/fr_FR/LC_MESSAGES/masculine_names.po
mathmaker/locale/fr_FR/LC_MESSAGES/mathmaker.mo
mathmaker/locale/fr_FR/LC_MESSAGES/mathmaker.po
mathmaker/locale/fr_FR/LC_MESSAGES/w4l.mo
mathmaker/locale/fr_FR/LC_MESSAGES/w4l.po
mathmaker/locale/fr_FR/LC_MESSAGES/w5l.mo
mathmaker/locale/fr_FR/LC_MESSAGES/w5l.po
mathmaker/settings/__init__.py
mathmaker/settings/default/debug_conf.yaml
mathmaker/settings/default/logging.yaml
mathmaker/settings/default/logging_freebsd.yaml
mathmaker/settings/default/user_config.yaml
tests/conftest.py
tests/tools.py
tests/00_data/test_wNl.py
tests/00_libs/test_ext_dict.py
tests/00_libs/test_maths_extra.py
tests/00_libs/test_startup_actions.py
tests/00_libs/test_wording.py
tests/01_core_objects/test_001_values.py
tests/01_core_objects/test_002_items.py
tests/01_core_objects/test_003_fractions.py
tests/01_core_objects/test_004_square_roots.py
tests/01_core_objects/test_010_sums.py
tests/01_core_objects/test_011_products.py
tests/01_core_objects/test_012_quotients.py
tests/01_core_objects/test_020_monomials.py
tests/01_core_objects/test_030_fractions_products.py
tests/01_core_objects/test_031_fractions_sums.py
tests/01_core_objects/test_032_fractions_quotients.py
tests/01_core_objects/test_040_expansion_reduction.py
tests/01_core_objects/test_041_equations.py
tests/01_core_objects/test_042_cross_product_equations.py
tests/01_core_objects/test_050_tables.py
tests/01_core_objects/test_052_tables_uncomplete_proportional.py
tests/01_core_objects/test_100_points.py
tests/01_core_objects/test_110_polygons.py
tests/01_core_objects/test_111_rectangles.py
tests/01_core_objects/test_112_triangles.py
tests/01_core_objects/test_113_righttriangles.py
tests/01_core_objects/test_150_intercept_theorem_configuration.py
tests/02_sheets/test_algebra_sheets.py
tests/02_sheets/test_geometry_sheets.py
tests/02_sheets/test_mental_calculation_sheets.py
tests/02_sheets/old_style_sheets/test_equations_sheets.py
tests/02_sheets/old_style_sheets/test_fractions_sheets.py
tests/02_sheets/old_style_sheets/test_old_algebra_sheets.py
tests/02_sheets/old_style_sheets/test_pythagorean_sheets.py