mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 14:38:55 +08:00
DOC: Fix documentation compilation
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ Dual-Moving Average Example
|
||||
The following code implements a simple dual moving average algorithm
|
||||
and tests it on data extracted from yahoo finance.
|
||||
|
||||
.. code:: python
|
||||
.. code-block:: python
|
||||
|
||||
from zipline.algorithm import TradingAlgorithm
|
||||
from zipline.transforms import MovingAverage
|
||||
|
||||
@@ -14,14 +14,6 @@
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`sort` Module
|
||||
------------------
|
||||
|
||||
.. automodule:: zipline.gens.sort
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
:mod:`tradesimulation` Module
|
||||
------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user