Ticket #11462 (closed enhancement: fixed)
Improve @parallel documentation to give examples of functions with multiple arguments
| Reported by: | niles | Owned by: | mvngu |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.0 |
| Component: | documentation | Keywords: | @parallel documentation beginner sd35.5 |
| Cc: | kcrisman | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Karl-Dieter Crisman |
| Authors: | Nathan Carter | Merged in: | sage-5.0.beta1 |
| Dependencies: | Stopgaps: |
Description
All of the examples for @parallel (even those mentioned on mailing lists) demonstrate using it with functions that take a single argument. Figuring out the syntax for multiple-argument functions can be slightly non-obvious, so the documentation should be improved.
More details at this asksage question.
Attachments
Change History
comment:2 Changed 16 months ago by ncarter
- Status changed from new to needs_review
Will post in a moment a patch that does what this ticket asks...
comment:5 Changed 16 months ago by kcrisman
- Status changed from needs_review to positive_review
- Reviewers set to Karl-Dieter Crisman
- Authors set to Nathan Carter
Good work, looks good in the manual, all is correct and passes tests. Positive review.
Note: See
TracTickets for help on using
tickets.

