mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:20:55 +08:00
DOC: add ingesting data ref to beginner tutorial
This commit is contained in:
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user