From 691ddfe931725f68a0a029b653fd472af260862a Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Thu, 5 Sep 2024 16:37:29 -0400 Subject: [PATCH] =?UTF-8?q?docs(next=5Fprime)=F0=9F=93=9D:=20Add=20documen?= =?UTF-8?q?tation=20for=20the=20next=5Fprime=20function.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Provide a tutorial on how to use the prime number function. - Explain any optimizations made in the source code. --- tests/cli/assets/next_prime/docs.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/cli/assets/next_prime/docs.md diff --git a/tests/cli/assets/next_prime/docs.md b/tests/cli/assets/next_prime/docs.md new file mode 100644 index 00000000..fcc4857a --- /dev/null +++ b/tests/cli/assets/next_prime/docs.md @@ -0,0 +1,7 @@ +--- +intents: +- Provide a tutorial (as defined by the Diataxis framework) on how to use the prime number function. +- Explain any optimizations made in the source code. +linked_files: +- tests/cli/assets/next_prime/source.py +---