-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have this in my module, setting up something for a callback:
LOGCB=ctypes.CFUNCTYPE(None, ctypes.c_char_p, ctypes.c_void_p) LOGCB.__doc__="""Create LOGCB(your_py_func) and pass ... """ However the generated doc (automodule) says this: LOGCB alias of CFunctionType How do I convince sphinx to use the doc instead wherever it dug that alias nonsense from? The doc string really is set. >>> import module >>> module.LOGCB.__doc__ "Create LOGCB(your_py_func) and pass ... """ Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvV9hgACgkQmOOfHg372QR9BgCgtcjLqSZ4xjqGebgixnKRrPHt x/UAn32paPZ5ozDE444uFYWaJrkhEgPu =s1gP -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
