Thomas Wiecki
b60621bb02
DOC Add contributors to release announcement.
2015-02-13 14:09:04 +01:00
Thomas Wiecki
edf0c5ef54
DOC Bumped version of release announcement to 0.8.0.
2015-02-13 13:52:35 +01:00
Thomas Wiecki
bab3d9e731
DOC Markdown fixes to release announcement.
2015-02-13 13:51:59 +01:00
Thomas Wiecki
37032eee62
DOC Initial setup of mkdocs.
2015-02-13 13:36:38 +01:00
Thomas Wiecki
3f5fd447d0
DOC Add new options for order_percent to release-notes.
2015-02-12 14:19:52 +01:00
fawce
893e8bec09
added notes for new perf fields.
2015-01-08 13:31:48 -05:00
Thomas Wiecki
8dd74b15b2
DOC: Fix tutorial import. Closes #430 .
2014-11-19 11:18:30 +01:00
Joe Jevnik
39eb80ef0c
DOC: Adds the new transform work to the release notes.
2014-11-17 13:16:30 -05:00
Joe Jevnik
e1a55131ec
DOC: Updates the release notes to include information about the dynamic
...
history update.
2014-11-04 00:08:19 -05:00
Brian Fink
50c5b73a7b
add account object to context
2014-10-10 17:10:45 -04:00
Thomas Wiecki
c12304ce40
DOC: Updated dual moving average example to use symbol lookup.
2014-08-04 12:21:50 +02:00
Delaney Granizo-Mackenzie
79041df093
Created 0.7.1 release notes
2014-07-29 12:59:00 -04:00
Thomas Wiecki
6dc9c1b8ae
BUG: Fix comparison for pandas 0.14. Closes #377 .
2014-07-25 19:31:25 +02:00
Thomas Wiecki
5b1afe166b
DOC: Update release notes for 0.7
2014-07-21 14:31:40 +02:00
Thomas Wiecki
e139294551
DOC: Typos in release announcements.
2014-07-17 17:29:54 +02:00
Thomas Wiecki
0bfb18f23b
DOC: Update release notes for 0.7. Add tutorial link to README.
2014-07-17 17:23:30 +02:00
Thomas Wiecki
eae41b8e7a
DOC: Add tutorial and update examples to use history.
2014-07-16 17:30:23 +02:00
Delaney Granizo-Mackenzie
6baabc5975
Update zipline-0.6.2.md
2014-07-02 11:20:12 -04:00
Delaney Granizo-Mackenzie
3a48eb9bc2
Update zipline-0.6.2.md
2014-07-02 11:03:17 -04:00
Delaney Granizo-Mackenzie
6920fec9a3
Update zipline-0.6.2.md
...
Added a note about record functionality.
2014-07-02 10:57:27 -04:00
Thomas Wiecki
d105d615d0
MAINT: Removed undocumented and untested sources for pytables and csv. Closes #267 .
2014-07-02 11:32:27 +02:00
Scott Sanderson
2be999e277
DOC: Update release notes for all_api_methods helper.
2014-05-14 11:34:09 -04:00
Scott Sanderson
2976a0dc5f
DOC: Update release notes for trading controls.
2014-05-12 18:11:48 -04:00
Eddie Hebert
9953c7ea28
DOC: Update release notes.
2014-05-12 14:34:46 -04:00
twiecki
c44458790a
DOC: Add release notes for 0.6.2.
2014-05-07 15:34:46 -04:00
twiecki
8422006165
DOC: Fix typo in release announcement.
2014-05-07 15:34:46 -04:00
Eddie Hebert
5d9a18c538
REL: Release notes file for 0.6.1
2014-05-05 16:19:18 -04:00
Eddie Hebert
61ccce760e
BLD: Remove unused requirement of iso8601 package.
2014-01-08 11:13:26 -05:00
Eddie Hebert
bbad5b386a
MAINT: Removed unused test_utils.check functions.
...
The test_utils were the only references to the blist package,
removing so that blist can be removed as a dependency.
2013-12-02 13:19:00 -05:00
Eddie Hebert
b44fc20e4e
MAINT: Remove msgpack as a dependency.
...
Now that the data serialization uses pandas, msgpack is no longer
needed.
2013-10-01 14:28:11 -04:00
Eddie Hebert
df7b9c0273
MAINT: Remove date_utils module.
...
Most of the functions in date_utils can be done via pandas.
The other functions are no longer used for loading, etc. so remove
the date_utils module to reduce the total surface area of Zipline core.
2013-09-30 23:30:07 -04:00
Thomas Wiecki
9694dfbbfe
DOC: Removed mathjax from docs. Closes #73 .
2013-08-08 11:22:31 -04:00
Ben McCann
eaa9880203
DOC: Reference example in quickstart to keep it up-to-date.
...
Fix the quickstart docs by including the example so that it's
always up-to-date.
2013-06-14 15:58:45 -04:00
Thomas Wiecki
087d4d2c74
DOC: Add ta transforms to manual.
2013-05-13 11:24:10 -04:00
Thomas Wiecki
5cf1b2880d
DOC: Removed obsolete docs.
2013-05-11 14:57:52 -04:00
Ben McCann
fc4d563a02
DOC: Fix documentation compilation
2013-04-17 11:15:38 -04:00
Eddie Hebert
68327f5a10
Removes documentation references to pavement.
...
The references to pavement were causing confusion on what libraries
are needed for installation.
2013-02-01 11:33:32 -05:00
Eddie Hebert
0617e53d69
Upgrades flake8 from 1.5 -> 1.6
...
Also, removes flake8 ignores, since the warnings that were
at odds with eachother now work.
2012-11-19 12:49:09 -05:00
Tobias Brandt
b10bfc98a1
DOC: Added autodoc generating links for all submodules
2012-11-14 14:29:50 +02:00
Tobias Brandt
220cc557df
DOC: Added a note on Time Compression and reformatted the .rst file.
2012-11-14 13:43:03 +02:00
Tobias Brandt
51838dbdd3
DOC: I took more documentation from the pypi README page and added it to the
...
Sphinx documentation.
2012-11-14 13:18:55 +02:00
Tobias Brandt
e955012fce
DOC: Replaced installation instructions with the ones from pypi.
2012-11-14 12:54:04 +02:00
Tobias Brandt
630ef8d4b9
DOC: Removed the messaging documentation since it seems obsolete.
2012-11-14 12:44:00 +02:00
Tobias Brandt
b8380499bc
DOC: Added Quantopian Manifesto
2012-11-14 12:40:03 +02:00
Tobias Brandt
03f582701f
DOC: Changed the modules heading.
2012-11-14 12:20:15 +02:00
Tobias Brandt
2f325ee2b4
DOC: Added chapter headings for Messaging and Extensions to make the TOC more
...
readable.
2012-11-14 12:17:12 +02:00
Tobias Brandt
92fa9bf41d
DOC: Renamed the notes section the installation section.
...
Fixed some formatting in the DataSources paragraph.
2012-11-14 12:12:42 +02:00
Tobias Brandt
3f969b7913
DOC: Made the Welcome page a little more welcoming and moved high-level notes
...
out into a separate page.
2012-11-14 12:02:03 +02:00
Tobias Brandt
8ff566b5be
DOC: Fixed syntax highlighting
2012-11-13 12:21:11 -05:00
Tobias Brandt
0134bbed82
DOC: Removed autodoc directive for *lines* module.
...
This module seems to no longer be there.
2012-11-13 12:20:26 -05:00