From 74e50dea0fc34676c83760460ba21ef293e85e99 Mon Sep 17 00:00:00 2001 From: josuebrunel Date: Wed, 10 Jun 2015 07:42:33 +0200 Subject: [PATCH 1/2] #1: updating documentation --- README.md | 3 +++ docs/stockscraper.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d966dd..44f3bc6 100755 --- a/README.md +++ b/README.md @@ -401,6 +401,9 @@ Delete records >>> response = yql.getGUID('josue_brunel') # Deal with the response ``` +#### Stocks Scraper + +The full documentation on ***StockScraper*** is [here](https://myql.readthedocs.org/en/latest/stockscraper/) #### Release Notes diff --git a/docs/stockscraper.md b/docs/stockscraper.md index 8d89783..488d12e 100644 --- a/docs/stockscraper.md +++ b/docs/stockscraper.md @@ -11,7 +11,7 @@ Full [Documentation](http://www.gurchet-rai.net/dev/yahoo-finance-yql) * ***format*** : xml or json * ***debug*** : True or False -* ***oauth*** : YOAuth object +* ***oauth*** : yahoo_oauth (OAuth1 or OAuth2) ```python from myql.contrib.stockscraper import StockRetriever From 889a78ae200167450629d14ad003852a0dacc201 Mon Sep 17 00:00:00 2001 From: josuebrunel Date: Wed, 10 Jun 2015 07:43:34 +0200 Subject: [PATCH 2/2] #1: updating branch for coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f3bc6..08abf6d 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![PyPI](https://img.shields.io/pypi/dm/myql.svg?style=flat)](https://pypi.python.org/pypi/myql) [![PyPI](https://img.shields.io/pypi/pyversions/myql.svg)](https://pypi.python.org/pypi/myql) [![PyPI](https://img.shields.io/pypi/implementation/myql.svg?style=flat)](https://pypi.python.org/pypi/myql) -[![Coverage Status](https://coveralls.io/repos/josuebrunel/myql/badge.svg?branch=testing)](https://coveralls.io/r/josuebrunel/myql?branch=testing) +[![Coverage Status](https://coveralls.io/repos/josuebrunel/myql/badge.svg?branch=testing)](https://coveralls.io/r/josuebrunel/myql?branch=master) [![PyPI](https://img.shields.io/pypi/l/myql.svg?style=flat)](https://pypi.python.org/pypi/myql)