Closed
Description
The Observable contract is mentioned in many places in ReactiveX documentation, rxjava wiki and in Subject
javadocs but without links or clarification to what it is and where to find it (I think!).
I believe the contract is defined in 'Rx Design Guidelines.pdf' section 4 from Microsoft but at the moment this fact is not easily discoverable in the documentation.
My first idea is to create a page in ReactiveX documentation say called Observable contract which itself references the pdf for the moment and then all links would be to that Observable contract page.
@DavidMGross your thoughts?