sphinx doc gen

- use 3 column lists for inherited props, funcs and for references to save on vertical space.
- use the blender version string for the upload path and PDF name.
This commit is contained in:
2010-09-03 09:21:40 +00:00
parent b0c4b1216d
commit 52cefa4bc1
5 changed files with 39 additions and 21 deletions

View File

@@ -505,7 +505,7 @@ class WM_OT_doc_view(bpy.types.Operator):
bl_label = "View Documentation"
doc_id = doc_id
_prefix = 'http://www.blender.org/documentation/250PythonDoc'
_prefix = "http://www.blender.org/documentation/blender_python_api_%s" % "_".join(str(v) for v in bpy.app.version)
def _nested_class_string(self, class_string):
ls = []