From 56f8ced34f8378a51adee521ff554560d05c3a11 Mon Sep 17 00:00:00 2001 From: Luca Bonavita Date: Thu, 25 Nov 2010 14:55:03 +0000 Subject: == console == - banner formatting == sphinx doc == - bpy.data: put the example below the documentation itself --- doc/python_api/sphinx_doc_gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/python_api') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 9d6180d870f..c1e614aa23f 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -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") -- cgit v1.2.3