Ticket #12645 (closed defect: fixed)
Fix rst markup for sage/combinat/sf/sf.py (and add to manual) and sage/structure/dynamic_class.py
| Reported by: | SimonKing | Owned by: | mvngu |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.0 |
| Component: | documentation | Keywords: | |
| Cc: | nthiery | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Nicolas M. Thiéry |
| Authors: | Simon King | Merged in: | sage-5.0.beta8 |
| Dependencies: | Stopgaps: |
Description
In the two files named in the title, the .. topic:: directive is improperly used (namely as ..topic: without the blank space and with only one colon), and moreover it should actually be .. rubric:: instead.
Moreover, some lists are indented too much, and in some case an empty line is missing, such as
Further things to do:
- Use UniqueRepresentation to get rid of all the manual cache handling for the bases
- Devise a mechanism so that pickling bases of symmetric functions pickles
the coercions which have a cache.
versus
Further things to do:
- Use UniqueRepresentation to get rid of all the manual cache handling for the bases
- Devise a mechanism so that pickling bases of symmetric functions pickles
the coercions which have a cache.
In some places a double colon :: was missing.
I also suggest to use the .. todo:: markup more often.
And last but not least, I believe that sage/combinat/sf/sf.py should be put into the reference manual.
Attachments
Change History
comment:2 Changed 15 months ago by nthiery
- Reviewers set to Nicolas M. Thiéry
While we were at it, I did a couple minor changes around yours. Since the patch was short anyway, I allowed myself to refresh my review directly in it rather than writing a reviewer's patch. Please browse through, and if you are happy you can set a positive review on my behalf.
comment:3 Changed 15 months ago by SimonKing
- Status changed from needs_review to positive_review
Your additions look fine to me!


Ready for review.