Hi,

apparently [1] a patch of mine triggers a Sphinx warning

 docstring of sage.misc.classcall_metaclass.ClasscallMetaclass:27: WARNING:
 more than one target found for cross-reference u'__call__':
 sage.sat.solvers.dimacs.DIMACS.__call__,
 sage.sat.converters.polybori.CNFEncoder.__call__

Which is probably due to me adding

    .. automethod:: __init__
    .. automethod:: __call__

to the class docstring of two classes because I want __init__ and __call__ to 
show up in the reference manual, i.e.,

class Foo:
    """
    blablabla

    .. automethod:: __init__
    """

Anyone got an idea what I should do to fix the warning? 

Cheers,
Martin

[1] http://trac.sagemath.org/sage_trac/ticket/13851#comment:9

--
name: Martin Albrecht
_pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99
_otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF
_www: http://martinralbrecht.wordpress.com/
_jab: martinralbre...@jabber.ccc.de

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to