From eb32328f2c6add1e26b276555ca460b48fa349c2 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Sun, 21 Feb 2021 13:18:48 -0500 Subject: [PATCH] Removed make_pdf documentation --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f2ab92c..c2fe437 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,6 @@ This creates the pdf `ws.pdf` in your current directory * `genById(id)` generates a problem, solution set with generator id `id` in the format `[problem, solution]` -* `make_pdf(id, count)` creates a printable pdf worksheet with `count` problems generated by the generator with id `id`. - ## List of Generators ## algebra | Id | Skill | Example problem | Example Solution | Function Name | Kwargs |