2011/1/14 slothy Rulez a lot <slothyru...@gmail.com>: > Hi! > I'm newbie using sphinx, it looks pretty good, I have almost documented all > my proyect using autodoc, but I want to change one behavior, reading > documentation, i've seen > this, http://sphinx.pocoo.org/ext/autodoc.html#confval-autodoc_member_order, > and want to change to 'bysource' value, the point is, where is supposed to > put this value? > Using Sphinx 0.6.6 > Thanks, and apologise for my poor english. > Slothy > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-dev" group. > To post to this group, send email to sphinx-dev@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. >
You add autodoc_member_order to your conf.py file. Or you can add the :member-order: option to your automodule or autoclass directive. But from the documentation it looks like the "bysource" value is only supported for Sphinx 1.x+ not 0.6.6. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@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.