I've got a class that looks like this:

cdef class Riemann_Map:
     code
     """ lots of documentation """

but when I run sage, I get this:

sage: Riemann_Map?
Type:           type
Base Class:     <type 'type'>
String Form:    <type 'sage.calculus.riemann.Riemann_Map'>
Namespace:      Interactive
File:           /home/evlutte/opt/sage-4.1/local/lib/python2.6/site-packages/
sage/calculus/riemann.so
Docstring:
    x.__init__(...) initializes x; see x.__class__.__doc__ for
signature



Why does it not display the classes documentation?

Thanks,

Ethan
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to