From b5946fee371ab90f647df5b34a34ea214afb7b4b Mon Sep 17 00:00:00 2001 From: fawce Date: Wed, 21 Nov 2012 13:30:23 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db09a054..274ccc15 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,23 @@ results = dma.run(data) You can find other examples in the zipline/examples directory. +Contributions +============ + +If you would like to contribute, please see our "Requests for Contribution" Wiki: https://github.com/quantopian/zipline/wiki/Contribution-Requests + +Credits +-------- +Thank you for all the help so far! + +- @snth +- @yinhm for integrating zipline with @yinhm/datafeed +- Quantopian Team + +(alert us if we've inadvertantly missed listing you here!) + Style Guide -=========== +------------ To ensure that changes and patches are focused on behavior changes, the zipline codebase adheres to PEP-8,