hmm, naively tried installing 1.0 with the following commands
>> hg clone http://bitbucket.org/birkenfeld/sphinx
>> sudo python setup.py develop

With
autodoc_member_order = 'bysource'
at the bottom of the config file.

Nothing changed so I tried re-directing the SPHINXBUILD variable in
the makefile to the new sphinx-build script
SPHINXBUILD   = /home/mrule/installers/sphinx/sphinx-build.py

Members still seem to be sorted in alphabetical order. Granted, I am
listing the classes in a module, so maybe 'bysource' doesn't apply
here ? Alternatively I am still somehow using the old sphinx builder
and need to figure out how to point everything to the new version ?

--mrule

On Mon, Apr 12, 2010 at 12:21 PM, Michael Rule <mrule7...@gmail.com> wrote:
> thanks, so putting
> autodoc_member_order = 'bysource'
>
> at the bottom of conf.py would work, if I had this version ?
> and I assume there is some way to update to this version ?
>
> On Mon, Apr 12, 2010 at 12:15 PM, TP <wing...@gmail.com> wrote:
>> 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.
>>
>>
>

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