Opened 6 years ago
Closed 6 years ago
#19907 closed enhancement (fixed)
Clean-up index of modules for coding theory
Reported by: | dlucas | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.0 |
Component: | coding theory | Keywords: | |
Cc: | Merged in: | ||
Authors: | David Lucas | Reviewers: | Nathann Cohen |
Report Upstream: | N/A | Work issues: | |
Branch: | 25707e7 (Commits, GitHub, GitLab) | Commit: | 25707e7e862f8e44330a878423206c8657f31711 |
Dependencies: | Stopgaps: |
Description
With the increasing number of modules in sage/coding
, it seems like a good time to clean the index of modules related to coding theory.
This ticket:
- makes names and formatting consistent (upper case vs lower case, period vs no period),
- cleans the list of modules, and
- orders modules under categories to help the reader to easily find what he is looking for.
Change History (5)
comment:1 Changed 6 years ago by
- Branch set to u/dlucas/cleanup_index_coding
comment:2 Changed 6 years ago by
- Commit set to 25707e7e862f8e44330a878423206c8657f31711
- Status changed from new to needs_review
comment:3 Changed 6 years ago by
- Reviewers set to Nathann Cohen
- Status changed from needs_review to positive_review
comment:4 Changed 6 years ago by
Good to go!
Nathann
comment:5 Changed 6 years ago by
- Branch changed from u/dlucas/cleanup_index_coding to 25707e7e862f8e44330a878423206c8657f31711
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I pushed the patch, which proposes a new ordering for modules in
sage/coding
's index and renames some titles for consistency. This is now open for review.David
New commits:
Cleaned up index of modules