From fc4d563a0239b1837611ac3edfc04688f2b70f88 Mon Sep 17 00:00:00 2001 From: Ben McCann Date: Sun, 14 Apr 2013 23:10:14 -0700 Subject: [PATCH] DOC: Fix documentation compilation --- docs/quickstart.rst | 2 +- docs/zipline.gens.rst | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 01e77c55..3f2cafb3 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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 diff --git a/docs/zipline.gens.rst b/docs/zipline.gens.rst index b6d344aa..d957e1a9 100644 --- a/docs/zipline.gens.rst +++ b/docs/zipline.gens.rst @@ -14,14 +14,6 @@ :undoc-members: :show-inheritance: -:mod:`sort` Module ------------------- - -.. automodule:: zipline.gens.sort - :members: - :undoc-members: - :show-inheritance: - :mod:`tradesimulation` Module ------------------------------