id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
7448	Sphinx nested class rendering.	hivert	hivert	"This patch fixes rendering of nested class in Sage.

The particular metaclass {{{NestedMetaclass}}} we have to use to work around the nested class pickling bug of python get in the way of Sphinx because it change the {{{__name__}}} of the nested class.
We have to make Sphinx aware of those particular classes and to update its configuration.

I also took the chance to raise a warning if someone forgot to set the metaclass leading to a unpicklable class. Several bug have been found that way. I'll add a ticket for this.  Addendum: See #8452 for this."	defect	closed	major	sage-4.3.4	documentation	fixed	Sphinx, nested classes	mhansen nthiery jhpalmieri		N/A	Mitesh Patel	Florent Hivert	sage-4.3.4.alpha1		
