Ticket #6419 (closed defect: fixed)
[with patch, positive review] fix ref manual warnings for sage.misc.misc
| Reported by: | jhpalmieri | Owned by: | jhpalmieri |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.1 |
| Component: | documentation | Keywords: | |
| Cc: | mhansen | Author(s): | John Palmieri |
| Report Upstream: | Reviewer(s): | David Loeffler | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
This patch fixes the warnings
WARNING: /Applications/sage_builds/sage-4.1.alpha1/devel/sage-new/doc/en/reference/sage/misc/misc.rst:6: (WARNING/2) autodoc can't import/find class 'sage.misc.misc.MainClass.NestedClass', it reported error: "No module named MainClass", please check your spelling and sys.path WARNING: /Applications/sage_builds/sage-4.1.alpha1/devel/sage-new/doc/en/reference/sage/misc/misc.rst:6: (WARNING/2) autodoc can't import/find class 'sage.misc.misc.MainClass.NestedClass.NestedSubClass', it reported error: "No module named MainClass.NestedClass", please check your spelling and sys.path
produced by Sphinx when building the html version of the reference manual, by omitting these classes from the documentation.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

