On Mon, Apr 12, 2010 at 8:33 AM, Michael Rule <mrule7...@gmail.com> wrote:
> I would like to preserve source ordering in my documentation. I tried adding
> autodoc_member_order = 'groupwise'
> to the conf.py file, but this doesn't seem to do anything. What is the
> proper way to turn off alphabetical sorting ??
>
> --mrule

In the thread "[sphinx-dev] Ordering members by order in source code?"

Georg Brandl said see
http://bitbucket.org/birkenfeld/sphinx-domains/changeset/3474d539292a/.
#187: Added support for source ordering of members in autodoc, with
``autodoc_member_order = 'bysource'``.

This is apparently only in the development (1.0) version.

-- 
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