Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.x: [Wiki] Enhance Operator-Matrix generation with anchors and explanations #6855

Closed
akarnokd opened this issue Jan 21, 2020 · 1 comment · Fixed by #6857
Closed

3.x: [Wiki] Enhance Operator-Matrix generation with anchors and explanations #6855

akarnokd opened this issue Jan 21, 2020 · 1 comment · Fixed by #6857

Comments

@akarnokd
Copy link
Member

https://github.com/ReactiveX/RxJava/wiki/Operator-Matrix

I've turned the column headers to images rotated 90 degrees so the table doesn't overflow the wiki layout.

The src/test/java/io/reactivex/rxjava3/internal/util/OperatorMatrixGenerator.java should be updated accordingly, plus:

  • Add HTML anchors to the rows so they can be navigated to via #methodName
  • Add <sup>[N](#note-N)</sup> to absent entries and a list of notes below the table explaining why. For this, the reason mapping has to be added to the generator.
@akarnokd
Copy link
Member Author

Closing via #6857

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant