Skip to content

Commit

Permalink
Merge pull request #121 from josuebrunel/testing
Browse files Browse the repository at this point in the history
#1: updating docs
  • Loading branch information
josuebrunel committed Jun 10, 2015
2 parents 10479a6 + 889a78a commit 0e6b02a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/stockscraper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e6b02a

Please sign in to comment.