New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoclass :member-order: doesn't apply to :inherited-members: #628

Open
shimizukawa opened this Issue Jan 2, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@shimizukawa
Member

shimizukawa commented Jan 2, 2015

Using the following syntax:

.. automodule:: foo.bar
.. autoclass:: foo.bar.Baz
   :members:
   :inherited-members:
   :member-order: bysource

The items that come from the inherited class are alpha-sorted and not sorted as they were in the class file. Note that if I run it on the parent class itself with the bysource order it does order correcting in 1.1pre.


@shimizukawa shimizukawa added this to the some future version milestone Jan 2, 2015

@shimizukawa

This comment has been minimized.

Show comment
Hide comment
@shimizukawa

shimizukawa Jan 2, 2015

Member

From Georg Brandl on 2011-09-22 12:23:41+00:00

This is very hard to get correct I'm afraid.

Member

shimizukawa commented Jan 2, 2015

From Georg Brandl on 2011-09-22 12:23:41+00:00

This is very hard to get correct I'm afraid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment