From 84afb997d39320bce03e4183ce7dd308491f9300 Mon Sep 17 00:00:00 2001 From: Alexey Degtyarev Date: Mon, 27 Jun 2016 01:55:21 +0300 Subject: [PATCH] DOC: Fix typo in command line to ingest quandl Usage: zipline ingest [OPTIONS] Ingest the data for the given bundle. Options: -b, --bundle BUNDLE-NAME The data bundle to ingest. [default: quantopian-quandl] <...> --- docs/source/bundles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/bundles.rst b/docs/source/bundles.rst index 13fa72a8..56b4be04 100644 --- a/docs/source/bundles.rst +++ b/docs/source/bundles.rst @@ -128,7 +128,7 @@ API key we may run: .. code-block:: bash - $ QUANDL_API_KEY= zipline ingest quandl + $ QUANDL_API_KEY= zipline ingest -b quandl though we may still run ``ingest`` as an anonymous quandl user (with no API key). We may also set the ``QUANDL_DOWNLOAD_ATTEMPTS`` environment variable to