Opened 11 years ago
Closed 11 years ago
#11365 closed defect (fixed)
Bad formatting in hasse_diagram
Reported by: | kcrisman | Owned by: | mvngu |
---|---|---|---|
Priority: | trivial | Milestone: | sage-4.7.1 |
Component: | documentation | Keywords: | |
Cc: | sage-combinat | Merged in: | sage-4.7.1.alpha2 |
Authors: | Minh Van Nguyen | Reviewers: | Mariah Lenox |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
See this page, at the definition of complements and further. Must be missing some colons or something.
Attachments (1)
Change History (5)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Cc sage-combinat added
- Status changed from new to needs_review
comment:2 Changed 11 years ago by
- Reviewers set to Mariah Lenox
- Status changed from needs_review to positive_review
comment:3 Changed 11 years ago by
Hi Minh,
Thanks for the improvements!
Luckily, it seems like this will commute smoothly with #10998. So I leave the positive review. But please synchronise with us next time!
Cheers,
comment:4 Changed 11 years ago by
- Merged in set to sage-4.7.1.alpha2
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Applied patch, did 'sage -b', then './sage -docbuild reference html', and verified that the patch correctly formated the tests and examples of the functions 'complements()', 'cover_relations()', and 'cover_relations_iterator()'. Positive review.