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: [email protected]
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-devel?hl=en.