From ab32d5723647937f69360805013662785f585460 Mon Sep 17 00:00:00 2001 From: kyleknap Date: Thu, 29 Jan 2015 13:38:50 -0800 Subject: Add support for Amazon Machine Learning --- docs/source/index.rst | 1 + docs/source/ref/machinelearning.rst | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/source/ref/machinelearning.rst (limited to 'docs/source') diff --git a/docs/source/index.rst b/docs/source/index.rst index 9647406a..a5aa0b00 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -82,6 +82,7 @@ Currently Supported Services * :doc:`Simple Email Service (SES) ` -- (:doc:`API Reference `) (Python 3) * Amazon Cognito Identity -- (:doc:`API Reference `) (Python 3) * Amazon Cognito Sync -- (:doc:`API Reference `) (Python 3) + * Amazon Machine Learning -- (:doc:`API Reference `) (Python 3) * **Monitoring** diff --git a/docs/source/ref/machinelearning.rst b/docs/source/ref/machinelearning.rst new file mode 100644 index 00000000..cfa79467 --- /dev/null +++ b/docs/source/ref/machinelearning.rst @@ -0,0 +1,26 @@ +.. ref-machinelearning + +================ +Machine Learning +================ + +boto.machinelearning +-------------------- + +.. automodule:: boto.machinelearning + :members: + :undoc-members: + +boto.machinelearning.layer1 +--------------------------- + +.. automodule:: boto.machinelearning.layer1 + :members: + :undoc-members: + +boto.machinelearning.exceptions +------------------------------- + +.. automodule:: boto.machinelearning.exceptions + :members: + :undoc-members: -- cgit v1.2.1