Coming back to Quantopian after a while and finding that the API has become more sophisticated (which is a good thing), I am struggling to find my way around. My main frustration is that I cannot find a comprehensive but succinct API documentation, which I am used to from other languages and frameworks. Just to give you an example: The CustomFilter class, which I consider to be quite important is not documented in the API reference (https://www.quantopian.com/help) and the only documentation I could find was an example in an old forum post (https://www.quantopian.com/posts/custom-filter-for-stocks-in-a-list).
Wouldn't it be possible to provide the same kind of API documentation available for zipline (http://www.zipline.io/appendix.html) for the Quantopian specific packages, classes and functions as well?