DOC: Fix talib sphinx warnings. Closes #171.

This commit is contained in:
Thomas Wiecki
2013-08-08 10:50:00 -04:00
parent c31bbee424
commit f75d781b02
+3 -5
View File
@@ -105,8 +105,7 @@ def make_transform(talib_fn, name):
average by passing "close='Oil'".
Example
--------
**Example**
A moving average of a data column called 'Oil' with timeperiod 5,
talib.transforms.ta.MA(close='Oil', timeperiod=5)
@@ -115,8 +114,7 @@ def make_transform(talib_fn, name):
help(zipline.transforms.ta.MA)
Arguments
---------
**Arguments**
open : string, default 'open'
high : string, default 'high'
@@ -129,7 +127,7 @@ def make_transform(talib_fn, name):
of iterations that pass before the BatchTransform updates its
internal data.
**kwargs : any arguments to be passed to the TA-Lib function.
\*\*kwargs : any arguments to be passed to the TA-Lib function.
"""
def __init__(self,