Update README.md

This commit is contained in:
Luke Weiler
2021-01-22 21:41:10 -05:00
committed by GitHub
parent 0effe2eb1e
commit f2c08d26e1

View File

@@ -53,11 +53,11 @@ mathgen.write_pdf(worksheet)
``` ```
## Documentation ## Documentation
`getGenList()` returns a list of all generators in the repository in the format `[id, title, self, funcname, subjectname]` * `getGenList()` returns a list of all generators in the repository in the format `[id, title, self, funcname, subjectname]`
`genById(id)` generates a problem, solution set with generator id `id` in the form of a list in the format `[problem, solution]` * `genById(id)` generates a problem, solution set with generator id `id` in the form of a list in the format `[problem, solution]`
`make_pdf(id, count)` creates a printable pdf worksheet with `count` problems generated by the generator with id `id`. * `make_pdf(id, count)` creates a printable pdf worksheet with `count` problems generated by the generator with id `id`.
## List of Generators ## List of Generators
## algebra ## algebra