reactivex.github.io icon indicating copy to clipboard operation
reactivex.github.io copied to clipboard

Fill in Rx.NET-specific information on ReactiveX doc pages

Open DavidMGross opened this issue 11 years ago • 2 comments

The documentation got off to a good start with implementation-specific information for Java, Groovy, and JavaScript, but the equivalent Rx.NET sections are mostly empty.

Pages that are in particular need of help here are:

  • The various operator pages linked to from http://reactivex.io/documentation/operators.html
  • http://reactivex.io/documentation/subject.html
  • http://reactivex.io/documentation/scheduler.html

DavidMGross avatar Feb 12 '15 21:02 DavidMGross

I'd like to work on this soon, but had a question : how do you create the marble images ? is there a photoshop template psd or something somewhere ? thanks

benoitjadinon avatar Apr 03 '16 09:04 benoitjadinon

The marble diagrams are made with OmniGraffle, the source file for which is found at https://raw.githubusercontent.com/wiki/ReactiveX/RxJava/images/rx-operators.graffle

It's in that repository for historical reasons (it's the source of the marble diagrams in the RxJava javadocs) but the same source is used to make the diagrams for the reactivex.io website.

On Sun, Apr 3, 2016 at 2:29 AM, Benoit Jadinon [email protected] wrote:

I'd like to work on this soon, but had a question : how do you create the marble images ? is there a photoshop template psd or something somewhere ? thanks

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/ReactiveX/reactivex.github.io/issues/93#issuecomment-204923717

David M. Gross PLP Consulting

DavidMGross avatar Apr 04 '16 17:04 DavidMGross