mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
No Generator class (#405)
* Create ids list * rm Genimprt, rm inst in algebra + basic_math * computer science and calculus no inst * Remove instances from geometry * remove instances from misc * remove instances from permutations * fix under indentations * improve binary_complement_1s * Remove generator.py * initial docs setup * move modules out of funcs, regen docs * Move subjects to single files * pdoc docs * add make docs * Remove mid-file imports, delete templates * lint fixes * Use math in docs * remove format string from complex_quad * regen docs * Lint fix * Hide non-generator modules from docs * Hide utility methods from docs * Created _gen_list.py * Remove docs from readme * replace tabs with 4 spaces * lint fixes * little docs changes * docstrings for half of subjects * Added example docs for remaining generators * update docs * Update intersection of two lines #408 * Snake case variables; for #406 * update docs * Remove escaped backslashes; for #407 * autopep8 * lint fix * lint fix * remove gcd duplicates; for #401 * Add missing delimiter for fraction_multiplication * rebuild docs
This commit is contained in:
7
docs/index.html
Normal file
7
docs/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=./mathgenerator.html"/>
|
||||
</head>
|
||||
</html>
|
||||
484
docs/mathgenerator.html
Normal file
484
docs/mathgenerator.html
Normal file
File diff suppressed because one or more lines are too long
391
docs/mathgenerator/_gen_list.html
Normal file
391
docs/mathgenerator/_gen_list.html
Normal file
File diff suppressed because one or more lines are too long
349
docs/mathgenerator/_latexBuilder.html
Normal file
349
docs/mathgenerator/_latexBuilder.html
Normal file
File diff suppressed because one or more lines are too long
2444
docs/mathgenerator/algebra.html
Normal file
2444
docs/mathgenerator/algebra.html
Normal file
File diff suppressed because one or more lines are too long
1809
docs/mathgenerator/basic_math.html
Normal file
1809
docs/mathgenerator/basic_math.html
Normal file
File diff suppressed because one or more lines are too long
675
docs/mathgenerator/calculus.html
Normal file
675
docs/mathgenerator/calculus.html
Normal file
File diff suppressed because one or more lines are too long
1131
docs/mathgenerator/computer_science.html
Normal file
1131
docs/mathgenerator/computer_science.html
Normal file
File diff suppressed because one or more lines are too long
2750
docs/mathgenerator/geometry.html
Normal file
2750
docs/mathgenerator/geometry.html
Normal file
File diff suppressed because one or more lines are too long
2218
docs/mathgenerator/misc.html
Normal file
2218
docs/mathgenerator/misc.html
Normal file
File diff suppressed because one or more lines are too long
866
docs/mathgenerator/statistics.html
Normal file
866
docs/mathgenerator/statistics.html
Normal file
File diff suppressed because one or more lines are too long
46
docs/search.js
Normal file
46
docs/search.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user