Dear developers,
to reduce redundancies in the SageManifolds code, we plan to inherit most 
methods and classes from a (mathematically) more general setup. 
Still, the current documentation is mandatory. Is it possible to establish 
new documentations for inherited methods?

An example:

class Mother(SageObject):
    def my_method(self):
        r"""
        Some Documentation.
        """"
        return 'Bam!'

class Daughter(Mother):
    pass

For the class "Daughter", the method "my_method" shall have a separate 
self-containing documentation.

Best regards
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/ab7087df-883e-4fe3-bea2-6cc8117abea8%40googlegroups.com.

Reply via email to