Predicate.__call__ not documented well enough

Predicate.__call__ (or Predicate::operator() in C++) is a very powerful tool of Yade, but the special __call__ method is not documented by sphinx (see documentation of pack module) and in user's manual I only found it "hidden" in this section.

I think it deserves more emphasis..