Commit graph

24 commits

Author SHA1 Message Date
Richard Frank
797b8e2e74 MAINT: Make quantopian-quandl the default bundle for ingests too
Also for clean

Updated the beginner's tutorial
2020-08-24 12:30:54 -04:00
Richard Frank
17fc099a7a DOC: Doco fixes 2020-08-24 12:30:54 -04:00
Richard Frank
6b9bd4af65 DOC: Fix code block languages 2020-08-24 12:30:54 -04:00
samatix
14a03a0b73 DOC: Adding the no-benchmark setting for the initial run in the readme so that the first run by end users doesn't fail 2020-04-20 14:29:28 +02:00
samatix
802bfafb72 DOC: Adding the new added benchmark options to the beginner guide. 2020-04-05 23:57:28 +02:00
aivensong
a0497e217f DOC: add import to beginner tutorial to fix NameError 2018-04-09 10:48:50 +07:00
Freddie Vargus
ec151a0325 DOC: Docs & tutorial updates for ingesting, beginners, and csvdir 2018-01-08 14:54:40 -05:00
Freddie Vargus
2b07334164
DOC: Add tutorial on creating a custom TradingCalendar (#2035)
* DOC: Add tutorial on creating a custom TradingCalendar

* DOC/STY: Formatting and fixup for the tutorial

* MAINT: Suggested changes
2017-12-21 13:55:30 -05:00
aiueogawa
4760a6f843 DOC: Fix a link and typo (#1932)
* DOC: Fix a link

* DOC: Fix typo
2017-09-07 11:53:53 -04:00
Guillermo Alonso
7f5d852532 DOC: Fix some typos 2017-08-10 09:20:01 -04:00
swacad
246eed215f DOC: Add development guide .rst 2017-06-07 21:50:19 -04:00
Richard Frank
87a40491d1 DOC: Updated more docs to remove --symbols, which was removed 2016-08-22 13:29:16 -04:00
Richard Frank
9abf22ab3d DOC: Replace run_algo.py in docs with zipline run 2016-08-17 21:54:56 -04:00
Richard Frank
9b87119fc6 DOC: Removed remaining mentions of add_history
which is no longer necessary and was removed from the api already.
2016-06-17 11:55:24 -04:00
Richard Frank
8218176c47 Merge pull request #1248 from wilsonkichoi/master
DOC: remove "python -m" and "--symbols" from the example
2016-06-03 12:52:15 -07:00
Wilson Choi
1c2e0da299 DOC: fix typo 2016-06-03 11:25:41 -07:00
JimStearns206
6aa847ca2d DOC: Fix bullet list format (minor). 2016-06-02 16:35:36 -07:00
Wilson Choi
25cc65e393 DOC: add ingesting data ref to beginner tutorial 2016-06-02 16:07:41 -07:00
Wilson Choi
13f506d9c8 DOC: remove "python -m" and "--symbols" from the example 2016-06-02 14:57:24 -07:00
Joe Jevnik
89542e33bd ENH: Adds quantopian-quandl bundle as new default.
This data bundle will use the quantopian mirror of the quandl WIKI data
instead of downloading from quandl directly. This dramatically improves
the speed because we do not pay the rate limiting for quandl and we can
send the data in the format zipline expects.
2016-05-05 18:22:13 -04:00
Joe Jevnik
59c8e371a2 ENH: Updates the cli, data bundles and extensions.
Adds the data bundle concept which makes it easy for users to register
loading functions to build out minute and daily data along with an
assets db and adjustments db. By default we have provided a `quandl`
bundle which pulls from the public domain WIKI dataset. Users may
register new bundles by decorating an ingest function with
`zipline.data.bundles.register(<name>)`. This also provides a
`yahoo_equities` function for creating an ingestion function that will
load a static set of assets from yahoo.

The cli is now structured as a couple of subcommands and has been
changed to `python -m zipline`. The old behavior of `run_algo.py` has
been moved to the `run` subcommand. This is almost entirely the same
except that it now takes the name of the data bundle to use, defaulting
to `quandl`.

The next subcommand is `ingest` which takes the name of
a data bundle to ingest. This will run the loading machinery and write
the data to a specified location that `run` can find.

There is also a `clean` subcommand which deletes the data that was
written with `ingest`.

Extensions have also been added to zipline. This is an experimental
feature where users can provide an extra set of python files to run at
the start of the process. These can be used to configure aspects of
zipline. Right now the only thing that is supported in an extension file
is the registration of a new data bundle.
2016-05-03 18:38:24 -04:00
llllllllll
f7f5f538a5 REL 0.8.3
We messed up the sdist a couple times.
2015-11-06 19:41:49 -05:00
llllllllll
1955146184 REL: 0.8.0 2015-11-06 15:10:34 -05:00
llllllllll
39a4cf0a9e DOC: use sphinx docs 2015-11-06 15:10:34 -05:00