DOC: Fix documentation compilation

This commit is contained in:
Ben McCann
2013-04-14 23:10:14 -07:00
committed by Eddie Hebert
parent bf1fc42acc
commit fc4d563a02
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -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
-8
View File
@@ -14,14 +14,6 @@
:undoc-members:
:show-inheritance:
:mod:`sort` Module
------------------
.. automodule:: zipline.gens.sort
:members:
:undoc-members:
:show-inheritance:
:mod:`tradesimulation` Module
------------------------------