mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-24 13:00:57 +08:00
document fixes.
This commit is contained in:
@@ -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
|
||||
-----------
|
||||
|
||||
|
||||
+16
-8
@@ -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
|
||||
-----------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user