From 8ac4c80069879e8f2741b144cfb7665593cb3172 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 3 Dec 2017 21:31:16 +0000 Subject: [PATCH 1/6] Add list of additionally installed libraries --- content/api/included-libraries.md | 14 ++++++++++++++ content/tutorials/included-libraries.md | 5 ----- 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 content/api/included-libraries.md delete mode 100644 content/tutorials/included-libraries.md diff --git a/content/api/included-libraries.md b/content/api/included-libraries.md new file mode 100644 index 00000000..6c569bdb --- /dev/null +++ b/content/api/included-libraries.md @@ -0,0 +1,14 @@ +--- +title: Included Libraries +--- + +Python already comes with plenty of [builtin libraries](https://docs.python.org/3.4/py-modindex.html) to use, However there are some extra ones installed which may be of us: + +- [numpy](https://pypi.python.org/pypi/numpy) +- [scipy](https://pypi.python.org/pypi/scipy) + +Additionally, some of the libraries installed and used by our kit are also available, however these are subject to change: + +- [pyserial](https://pypi.python.org/pypi/pyserial) +- [pyudev](https://pypi.python.org/pypi/pyudev) +- [pillow](https://pypi.python.org/pypi/pillow) 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 From 0e2bbde38a7cdd5aff9c2e8b11cede0bf6d7ced0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 Dec 2017 08:56:31 +0000 Subject: [PATCH 2/6] Remove documentation on unpinned libraries --- content/api/included-libraries.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/api/included-libraries.md b/content/api/included-libraries.md index 6c569bdb..db4c6652 100644 --- a/content/api/included-libraries.md +++ b/content/api/included-libraries.md @@ -6,9 +6,3 @@ Python already comes with plenty of [builtin libraries](https://docs.python.org/ - [numpy](https://pypi.python.org/pypi/numpy) - [scipy](https://pypi.python.org/pypi/scipy) - -Additionally, some of the libraries installed and used by our kit are also available, however these are subject to change: - -- [pyserial](https://pypi.python.org/pypi/pyserial) -- [pyudev](https://pypi.python.org/pypi/pyudev) -- [pillow](https://pypi.python.org/pypi/pillow) From ad89511a57e9af85bbff72a84ab8b8e23b8cf652 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 Dec 2017 09:08:48 +0000 Subject: [PATCH 3/6] Correct spelling --- .spelling | 2 ++ content/api/included-libraries.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.spelling b/.spelling index 41dd9d6d..f39b4be9 100644 --- a/.spelling +++ b/.spelling @@ -26,3 +26,5 @@ square-ish 83x99x24mm 4mm 2.2A. +numpy +scipy \ No newline at end of file diff --git a/content/api/included-libraries.md b/content/api/included-libraries.md index db4c6652..336eda57 100644 --- a/content/api/included-libraries.md +++ b/content/api/included-libraries.md @@ -2,7 +2,7 @@ title: Included Libraries --- -Python already comes with plenty of [builtin libraries](https://docs.python.org/3.4/py-modindex.html) to use, However there are some extra ones installed which may be of us: +Python already comes with plenty of [built-in libraries](https://docs.python.org/3.4/py-modindex.html) to use, However there are some extra ones installed which may be of us: - [numpy](https://pypi.python.org/pypi/numpy) - [scipy](https://pypi.python.org/pypi/scipy) From edd87b4ad606bda1b4de85e014835e3060bb9696 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 Dec 2017 13:37:51 +0000 Subject: [PATCH 4/6] s/us/use/ --- .spelling | 2 +- content/api/included-libraries.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.spelling b/.spelling index f39b4be9..517e15ef 100644 --- a/.spelling +++ b/.spelling @@ -27,4 +27,4 @@ square-ish 4mm 2.2A. numpy -scipy \ No newline at end of file +scipy diff --git a/content/api/included-libraries.md b/content/api/included-libraries.md index 336eda57..e196e8f2 100644 --- a/content/api/included-libraries.md +++ b/content/api/included-libraries.md @@ -2,7 +2,7 @@ title: Included Libraries --- -Python already comes with plenty of [built-in libraries](https://docs.python.org/3.4/py-modindex.html) to use, However there are some extra ones installed which may be of us: +Python already comes with plenty of [built-in libraries](https://docs.python.org/3.4/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) From 6ec0a43d902cc9328c80adc69610f8748b6b1aa5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 Dec 2017 19:23:00 +0000 Subject: [PATCH 5/6] h --- content/api/included-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api/included-libraries.md b/content/api/included-libraries.md index e196e8f2..1020ec37 100644 --- a/content/api/included-libraries.md +++ b/content/api/included-libraries.md @@ -2,7 +2,7 @@ title: Included Libraries --- -Python already comes with plenty of [built-in libraries](https://docs.python.org/3.4/py-modindex.html) to use, However there are some extra ones installed which may be of use: +Python already comes with plenty of [built-in libraries](https://docs.python.org/3.4/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) From 4e643cd64e516ed14c81f05f51314ecba449a93b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 13 Dec 2017 08:29:12 +0000 Subject: [PATCH 6/6] Use python version helper when specifying version --- content/api/included-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api/included-libraries.md b/content/api/included-libraries.md index 1020ec37..389bf1cf 100644 --- a/content/api/included-libraries.md +++ b/content/api/included-libraries.md @@ -2,7 +2,7 @@ title: Included Libraries --- -Python already comes with plenty of [built-in libraries](https://docs.python.org/3.4/py-modindex.html) to use, however there are some extra ones installed which may be of use: +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)