diff --git a/docs/zipline.rst b/docs/zipline.rst index 889ee67c..ac093601 100644 --- a/docs/zipline.rst +++ b/docs/zipline.rst @@ -17,6 +17,14 @@ zipline Package :undoc-members: :show-inheritance: +:mod:`lines` Module +------------------- + +.. automodule:: zipline.lines + :members: + :undoc-members: + :show-inheritance: + :mod:`messaging` Module ----------------------- @@ -41,6 +49,14 @@ zipline Package :undoc-members: :show-inheritance: +:mod:`protocol_utils` Module +---------------------------- + +.. automodule:: zipline.protocol_utils + :members: + :undoc-members: + :show-inheritance: + :mod:`serial` Module -------------------- @@ -89,6 +105,14 @@ zipline Package :undoc-members: :show-inheritance: +:mod:`zmq_utils` Module +----------------------- + +.. automodule:: zipline.zmq_utils + :members: + :undoc-members: + :show-inheritance: + Subpackages ----------- diff --git a/docs/zipline.test.rst b/docs/zipline.test.rst index 470d4b2a..b3da3bbb 100644 --- a/docs/zipline.test.rst +++ b/docs/zipline.test.rst @@ -1,6 +1,14 @@ test Package ============ +:mod:`algorithms` Module +------------------------ + +.. automodule:: zipline.test.algorithms + :members: + :undoc-members: + :show-inheritance: + :mod:`client` Module -------------------- @@ -25,14 +33,6 @@ test Package :undoc-members: :show-inheritance: -:mod:`test_messaging` Module ----------------------------- - -.. automodule:: zipline.test.test_messaging - :members: - :undoc-members: - :show-inheritance: - :mod:`test_monitor` Module -------------------------- @@ -49,6 +49,14 @@ test Package :undoc-members: :show-inheritance: +:mod:`test_protocol` Module +--------------------------- + +.. automodule:: zipline.test.test_protocol + :members: + :undoc-members: + :show-inheritance: + :mod:`test_risk` Module ----------------------- diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index ea7f2b7f..4fa9302f 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -30,9 +30,9 @@ mock==0.7.2 nosexcover==1.0.7 pylint==0.25.1 -# +# pycco deps Markdown==2.1.1 Pycco==0.3.0 pystache==0.4.0 smartypants==1.6.0.3 -wsgiref==0.1.2 +wsgiref==0.1.2 \ No newline at end of file diff --git a/zipline/test/algorithms.py b/zipline/test/algorithms.py index e1e0f57b..3b33eb38 100644 --- a/zipline/test/algorithms.py +++ b/zipline/test/algorithms.py @@ -23,7 +23,7 @@ The algorithm must expose methods:: +-----------------+--------------+----------------+--------------------+ | mvg_avg_30 | $9.97 | $22.61 | $13.37 | +-----------------+--------------+----------------+--------------------+ -| dt | 6/30/2012 | 6/30/2012 | 6/29/2012 | +| dt | 6/30/2012 | 6/30/2011 | 6/29/2012 | +-----------------+--------------+----------------+--------------------+ The algorithm must also expose settable properties: