Skip to content

Commit

Permalink
Merge pull request quantopian#1424 from quantopian/no-more-symbols
Browse files Browse the repository at this point in the history
DOC: Updated more docs to remove --symbols, which was removed
  • Loading branch information
richafrank authored Aug 22, 2016
2 parents ddb1009 + 87a4049 commit 5217e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ line, run:

.. code:: bash
zipline run -f dual_moving_average.py --symbols AAPL --start 2011-1-1 --end 2012-1-1 -o dma.pickle
zipline run -f dual_moving_average.py --start 2011-1-1 --end 2012-1-1 -o dma.pickle
This will download the AAPL price data from Yahoo! Finance in the
specified time range and stream it through the algorithm and save the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/beginner-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ magic.
.. code-block:: python
%%zipline --start 2000-1-1 --end 2014-1-1 --symbols AAPL
%%zipline --start 2000-1-1 --end 2014-1-1
from zipline.api import symbol, order, record
def initialize(context):
Expand Down

0 comments on commit 5217e83

Please sign in to comment.