Hi, 2014-06-17 0:31 GMT+09:00 Buken Li <[email protected]>: > Sometimes parallel assignment is the cleanest way to write. For example > > class Foo: > def __init__(self): > self.spam, self.bar, self.moo = baz() > > Its too bad that sphinx doesn't support this.
It makes sense. Please post a feature request to the issue tracker :) > btw it is possible to manually write the doc in these situations. See > http://stackoverflow.com/a/24046052/1993391 Yeah, autodoc creates intermediate reST text internally as the stackoverflow's comment described. -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
