Ticket #7549 (closed enhancement: fixed)
Reference manual: class hierarchy, inherited members, underscore variables
| Reported by: | mpatel | Owned by: | mvngu |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.4 |
| Component: | documentation | Keywords: | |
| Cc: | hivert, jhpalmieri, nthiery, mvngu, jason | Author(s): | Mitesh Patel |
| Report Upstream: | N/A | Reviewer(s): | John Palmieri |
| Merged in: | sage-4.4.alpha0 | Work issues: |
Description
In the Sage reference manual, it might be useful to
- List the base classes for a class.
- List inherited members but not their docstrings.
- Include docstrings for "private" variables (e.g., __init__, _foo).
- Include inheritance diagrams.
Sphinx extensions of interest: autodoc, inheritance_diagram.
See sage-devel for some discussions.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

