#6419: [with patch, needs review] fix ref manual warnings for sage.misc.misc
---------------------------+------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: defect | Status: new
Priority: minor | Milestone: sage-4.1
Component: documentation | Keywords:
Reviewer: | Author: John Palmieri
Merged: |
---------------------------+------------------------------------------------
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.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6419>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---