From af455936a5e8083d0ca8055a4bf6e4a4919e2532 Mon Sep 17 00:00:00 2001 From: mohan3d Date: Sat, 14 Oct 2017 20:05:56 +0200 Subject: [PATCH 1/4] Fix broken README --- README.md => README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename README.md => README.rst (95%) diff --git a/README.md b/README.rst similarity index 95% rename from README.md rename to README.rst index 6f8454d..ddb47e5 100644 --- a/README.md +++ b/README.rst @@ -1,5 +1,5 @@ api.ai: Python SDK for `API.AI `_ -========================= +================================================ .. image:: https://badge.fury.io/py/apiai.svg :target: http://badge.fury.io/py/apiai @@ -14,13 +14,13 @@ Overview The API.AI Python SDK makes it easy to integrate speech recognition with API.AI natural language processing API. API.AI allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI. Prerequsites --------- +------------ Create an `API.AI account `_. Running examples --------- +---------------- 1. Find examples from 'examples' path. 2. Insert API key. From 3b2db43a3d01ace0e017f63ed969f1bdaf7813fd Mon Sep 17 00:00:00 2001 From: mohan3d Date: Sat, 14 Oct 2017 20:17:04 +0200 Subject: [PATCH 2/4] fix broken links --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ddb47e5..28d772e 100644 --- a/README.rst +++ b/README.rst @@ -67,12 +67,12 @@ Documentation Documentation is available at http://api.ai. ## How to make contributions? -Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md). +Please read and follow the steps in the `CONTRIBUTING `_. ## License -See [LICENSE](LICENSE). +See `LICENSE `_. ## Terms -Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/). +Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the `Google APIs Terms of Service `_. This is not an official Google product. \ No newline at end of file From fa5a6619ec034e0433e7e67373103c2cc2ff6e18 Mon Sep 17 00:00:00 2001 From: mohan3d Date: Sat, 14 Oct 2017 20:22:15 +0200 Subject: [PATCH 3/4] update travis-ci url in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 28d772e..1e2e350 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ api.ai: Python SDK for `API.AI `_ .. image:: https://badge.fury.io/py/apiai.svg :target: http://badge.fury.io/py/apiai -.. image:: https://travis-ci.org/api-ai/api-ai-python.svg - :target: https://travis-ci.org/api-ai/api-ai-python +.. image:: https://travis-ci.org/dialogflow/dialogflow-python-client.svg + :target: https://travis-ci.org/dialogflow/dialogflow-python-client Overview From 1db9205b034be2e98f72bd85a2a53944e982fc48 Mon Sep 17 00:00:00 2001 From: mohan3d Date: Sat, 14 Oct 2017 20:24:16 +0200 Subject: [PATCH 4/4] update repository url --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1e2e350..9fa190b 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ or install it from repo: .. code-block:: bash - $ pip install https://github.com/api-ai/api-ai-python.git + $ pip install git+https://github.com/dialogflow/dialogflow-python-client.git You might run into problems because some dependencies in your python environment are missing. You need to install numpy (which is available in almost all package managers). For running the examples you also need python audio.