Opened 11 years ago
Closed 8 years ago
#9194 closed enhancement (duplicate)
Expose and extend the thematic tutorial on symmetric functions
Reported by: | nthiery | Owned by: | sage-combinat |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | combinatorics | Keywords: | symmetric functions |
Cc: | sage-combinat | Merged in: | |
Authors: | Reviewers: | Jason Bandlow, Anne Schilling, Mike Zabrocki, Nicolas M. Thiéry | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #14090 | Stopgaps: |
Description
Sage needs a good thematic tutorial on symmetric functions. An embryo is in sage.combinat.sf.symmetric_functions, but it's quite indigent (I wrote it, and take the blame):
- Reference it from doc/en/reference/combinat/symmetric_functions.rst and highlight it as the *main* entry point for symmetric functions
- Make sure
sage.combinat.sf?
points to this tutorial - Extend it! (for general use, but also for kschur and the like)
References:
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 8 years ago by
- Reviewers set to Nicolas M. Thiéry
- Status changed from new to needs_review
comment:3 Changed 8 years ago by
- Dependencies set to #14091
- Status changed from needs_review to positive_review
comment:4 Changed 8 years ago by
- Dependencies changed from #14091 to #14090
comment:5 Changed 8 years ago by
- Milestone set to sage-pending
comment:6 Changed 8 years ago by
- Milestone changed from sage-pending to sage-duplicate/invalid/wontfix
- Reviewers changed from Nicolas M. Thiéry to Jason Bandlow, Anne Schilling, Mike Zabrocki, Nicolas M. Thiéry
comment:7 Changed 8 years ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I've put a first version on the sage-combinat queue. It can be built with
sage -docbuild thematic_tutorials html
. Currently no effort has been made to coordinate with #8533, which will have to be done eventually. I will continue to work on this, but suggestions and advice are welcome here.