diff --git a/.spelling b/.spelling index ffd1503a..0997ddb7 100644 --- a/.spelling +++ b/.spelling @@ -26,6 +26,8 @@ square-ish 83x99x24mm 4mm 2.2A. +numpy +scipy piezo 20Hz 20000Hz diff --git a/content/api/included-libraries.md b/content/api/included-libraries.md new file mode 100644 index 00000000..389bf1cf --- /dev/null +++ b/content/api/included-libraries.md @@ -0,0 +1,8 @@ +--- +title: Included Libraries +--- + +Python already comes with plenty of [built-in libraries](https://docs.python.org/{{% python_version %}}/py-modindex.html) to use, however there are some extra ones installed which may be of use: + +- [numpy](https://pypi.python.org/pypi/numpy) +- [scipy](https://pypi.python.org/pypi/scipy) diff --git a/content/tutorials/included-libraries.md b/content/tutorials/included-libraries.md deleted file mode 100644 index 8c1ce01f..00000000 --- a/content/tutorials/included-libraries.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Included Libraries ---- - -Libraries included with the kit