From a1fb90db037a977c550ae2837bca2fb47659f366 Mon Sep 17 00:00:00 2001 From: Ana Ruelas Date: Mon, 5 Jun 2017 16:10:47 -0400 Subject: [PATCH] DOC: Include all Factor methods in documentation --- docs/source/appendix.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/appendix.rst b/docs/source/appendix.rst index b4565432..a475a0ce 100644 --- a/docs/source/appendix.rst +++ b/docs/source/appendix.rst @@ -177,8 +177,10 @@ Pipeline API :member-order: groupwise .. autoclass:: zipline.pipeline.factors.Factor - :members: top, bottom, rank, percentile_between, isnan, notnan, isfinite, - eq, __add__, __sub__, __mul__, __div__, __mod__, __pow__, __lt__, + :members: bottom, deciles, demean, linear_regression, pearsonr, + percentile_between, quantiles, quartiles, quintiles, rank, + spearmanr, top, winsorize, zscore, isnan, notnan, isfinite, eq, + __add__, __sub__, __mul__, __div__, __mod__, __pow__, __lt__, __le__, __ne__, __ge__, __gt__ :exclude-members: dtype :member-order: bysource