2 new revisions:
Revision: 8497be24c537
Branch: default
Author: Anssi Syrjäsalo
Date: Tue Jun 11 03:29:28 2013
Log: API docs: Class attributes/methods/properties sorted
alphabetically...
http://code.google.com/p/robotframework/source/detail?r=8497be24c537
Revision: 751c29240b92
Branch: default
Author: Anssi Syrjäsalo
Date: Tue Jun 11 03:29:37 2013
Log: Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=751c29240b92
==============================================================================
Revision: 8497be24c537
Branch: default
Author: Anssi Syrjäsalo
Date: Tue Jun 11 03:29:28 2013
Log: API docs: Class attributes/methods/properties sorted
alphabetically
Update issue 1468
Class attributes/methods/properties are now sorted alphabetically.
Inherited attribute docstrings (from parent class) cannot be displayed.
This is a known bug in Sphinx, see:
https://bitbucket.org/birkenfeld/sphinx/issue/741/autodoc-inherited-members-wont-work-for
http://code.google.com/p/robotframework/source/detail?r=8497be24c537
Modified:
/doc/api/conf.py
=======================================
--- /doc/api/conf.py Tue Jun 4 05:47:14 2013
+++ /doc/api/conf.py Tue Jun 11 03:29:28 2013
@@ -28,9 +28,8 @@
# Add any Sphinx extension module names here, as strings. They can be
extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
-autoclass_content = "both"
-autodoc_member_order = "bysource"
-autodoc_default_flags = ["inherited-members"]
+autoclass_content = 'both'
+autodoc_default_flags = ['members', 'undoc-members', 'inherited-members']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
==============================================================================
Revision: 751c29240b92
Branch: default
Author: Anssi Syrjäsalo
Date: Tue Jun 11 03:29:37 2013
Log: Automated merge with https://code.google.com/p/robotframework/
http://code.google.com/p/robotframework/source/detail?r=751c29240b92
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.