1) Is it easily possible to extract documentation without testable parts from Sage source code? For example from

def foo()
    """
    Return 42.

    EXAMPLES:

    Basic usage::

        sage: foo()
        42
    """
    return 42

one could get

Return 42.
Basic usage:

2) Can Sage compute Levenstein distance or words?

3) The reason? See (already reviewed) http://trac.sagemath.org/ticket/19852 .

--
Jori Mäntysalo

Reply via email to