DOC: add ingesting data ref to beginner tutorial

This commit is contained in:
Wilson Choi
2016-06-02 16:07:41 -07:00
parent 13f506d9c8
commit 25cc65e393
2 changed files with 16 additions and 0 deletions
+14
View File
@@ -96,6 +96,20 @@ To now test this algorithm on financial data, ``zipline`` provides three
interfaces: A command-line interface, ``IPython Notebook`` magic, and
:func:`~zipline.run_algorithm`.
Ingesting Data
^^^^^^^^^^^^^^
If you haven't ingest the data, run:
.. code-block:: bash
$ zipline ingest [-b <bundle>]
where ``<bundle>`` is the name of the bundle to ingest, defaulting to
:ref:`quantopian-quandl <quantopian-quandl-mirror>`.
you can check out the :ref:`ingesting data <ingesting-data>` section for
more detail
Command line interface
^^^^^^^^^^^^^^^^^^^^^^
+2
View File
@@ -37,6 +37,8 @@ bundle was ingested. We have run three different ingestions for
so it just shows ``<no ingestions>`` instead. Finally, there is only one
ingestion for ``quantopian-quandl``.
.. _ingesting-data:
Ingesting Data
~~~~~~~~~~~~~~