diff -r bb7d41be0c44 -r 19ebde2fd594 docs/conf.py --- a/docs/conf.py Thu Sep 08 10:13:55 2011 +0200 +++ b/docs/conf.py Thu Sep 08 11:37:27 2011 +0200 @@ -192,3 +192,6 @@ # If false, no module index is generated. #latex_use_modindex = True + + +autodoc_member_order = 'bysource'