diff --git a/tutorial/templates/api.mdx b/tutorial/templates/api.mdx deleted file mode 100644 index 53dadf31..00000000 --- a/tutorial/templates/api.mdx +++ /dev/null @@ -1,35 +0,0 @@ -import { MiniRepl } from './MiniRepl'; - -The following is generated from the source documentation. - -## TOC - -## Pattern Factories - -The following functions will return a pattern. We will see later what that means. - -{{ 'pure' | jsdoc }} - -{{ 'slowcat' | jsdoc }} - -{{ 'fastcat' | jsdoc }} - -{{ 'stack' | jsdoc }} - -{{ 'timeCat' | jsdoc }} - -{{ 'polyrhythm' | jsdoc }} - -## Pattern Modifiers - -{{ 'Pattern.slow' | jsdoc }} - -{{ 'Pattern.fast' | jsdoc }} - -{{ 'Pattern.early' | jsdoc }} - -{{ 'Pattern.late' | jsdoc }} - -{{ 'Pattern.rev' | jsdoc }} - -## Everything Else \ No newline at end of file