Hi there,

I have a free function which is then extends a boost::python c++ class
SpherePack:

def SpherePack_toSimulation(self,**kw):
    """docstring with tests etc"""

SpherePack.toSimulation=SpherePack_toSimulation

However, the documentation generated for both of them is different:
the function has all doctests correctly marked, while the method does
not; see the difference between

https://www.yade-dem.org/sphinx/yade.pack.html#yade.pack.SpherePack_toSimulation

https://www.yade-dem.org/sphinx/yade.pack.html#yade._packSpheres.SpherePack.toSimulation

Is there an explanation for that, and is there a workaround?

Cheers, Vaclav

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

Reply via email to