Opened 6 years ago
Last modified 5 weeks ago
#21733 needs_work defect
Code classes missing in documentation of the `codes` catalog.
Reported by: | jsrn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | coding theory | Keywords: | |
Cc: | dimpase, ylchapuy | Merged in: | |
Authors: | Johan Rosenkilde | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/jsrn/21733_codes_missing_from_index (Commits, GitHub, GitLab) | Commit: | 81dc98a2fe94449c5c886b0a1c67b72d0bf9298c |
Dependencies: | Stopgaps: |
Description
The doc of the codes
catalog is generated using sage.misc.rest_index_of_methods.gen_rest_index_table
. This was designed to leave out classes by default (I don't recall why). But codes
includes several classes, so these do not appear in the generated documentation.
This patch does not modify the default behaviour of gen_rest_index_table
, but adds an optional argument to turn on including classes. This is then used in codes
.
Change History (4)
comment:1 Changed 6 years ago by
Branch: | → u/jsrn/21733_codes_missing_from_index |
---|
comment:2 Changed 6 years ago by
Cc: | ylchapuy added |
---|---|
Commit: | → 81dc98a2fe94449c5c886b0a1c67b72d0bf9298c |
Status: | new → needs_review |
comment:4 Changed 5 weeks ago by
Milestone: | sage-7.5 |
---|
Note: See
TracTickets for help on using
tickets.
New commits:
21733: Add include_classes argument to get_rest_table_index
Merge branch '21733_codes_missing_from_codes' into 21733_codes_missing_from_index