== console ==

- banner formatting

== sphinx doc ==

- bpy.data: put the example below the documentation itself
This commit is contained in:
Luca Bonavita 2010-11-25 14:55:03 +00:00
parent e3fa2d8be8
commit 56f8ced34f
2 changed files with 9 additions and 9 deletions

@ -446,13 +446,13 @@ def rna2sphinx(BASEPATH):
fw("\n")
fw("This module is used for all blender/python access.\n")
fw("\n")
fw(".. literalinclude:: ../examples/bpy.data.py\n")
fw("\n")
fw(".. data:: data\n")
fw("\n")
fw(" Access to blenders internal data\n")
fw("\n")
fw(" :type: :class:`bpy.types.BlendData`\n")
fw("\n")
fw(".. literalinclude:: ../examples/bpy.data.py\n")
file.close()
EXAMPLE_SET_USED.add("bpy.data")