Skip to content

Commit

Permalink
Update docs and skip realtime unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Jun 1, 2014
1 parent 8ffb24e commit f62d63f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,14 @@ Change Logs
====================================

- 修正:tools 儲存路徑
- 新增:日常交易的代碼與名稱(`grs.twseno.ImportCSV.get_stock_list`)
- 新增:日常交易的類別代碼與名稱(`grs.twseno.ImportCSV.get_stock_comps_list`)
- 已知問題:盤中即時資訊擷取無法使用 grs.RealtimeStock/RealtimeWeight

0.5.5 2014/05/18
====================================

- 修正: `grs.fetch_data.SimpleAnalytics.CKMAO` to be classmethod.
- 新增:日常交易的代碼與名稱(`grs.twseno.ImportCSV.get_stock_list`)
- 新增:日常交易的類別代碼與名稱(`grs.twseno.ImportCSV.get_stock_comps_list`)

0.5.4 2014/05/12
====================================
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Change Logs
- 修正:tools 儲存路徑
- 新增:日常交易的代碼與名稱(:func:`grs.twseno.ImportCSV.get_stock_list` )
- 新增:日常交易的類別代碼與名稱(:func:`grs.twseno.ImportCSV.get_stock_comps_list` )
- 已知問題:盤中即時資訊擷取無法使用 grs.RealtimeStock/RealtimeWeight

* 0.5.5 2014/05/18
- 修正: :func:`grs.fetch_data.SimpleAnalytics.CKMAO` to be classmethod.
Expand Down
4 changes: 4 additions & 0 deletions docs/source/realtime.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Realtime TWSE 台股盤中即時資訊
===============================

.. warning::

目前無法使用

.. autoclass:: grs.RealtimeStock
:members:

Expand Down
1 change: 1 addition & 0 deletions test_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_twse_open():
assert result is False

@staticmethod
@unittest.skip('Known issues.')
def test_realtime():
real_time = grs.RealtimeStock('2618')
assert real_time.real['no'] == '2618'
Expand Down

0 comments on commit f62d63f

Please sign in to comment.