From 05710171cb5cee8ee5ea6b37213b4a64b84dcf53 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Oct 2020 11:56:11 +1100 Subject: PyDoc: resolve duplicate module warnings Remove submodule listings from the module docstring, as this information already exists in the generator. --- source/blender/python/intern/bpy_app.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'source/blender/python/intern/bpy_app.c') diff --git a/source/blender/python/intern/bpy_app.c b/source/blender/python/intern/bpy_app.c index 88ae0e92647..554ab2645a7 100644 --- a/source/blender/python/intern/bpy_app.c +++ b/source/blender/python/intern/bpy_app.c @@ -126,17 +126,7 @@ static PyStructSequence_Field app_info_fields[] = { }; PyDoc_STRVAR(bpy_app_doc, - "This module contains application values that remain unchanged during runtime.\n" - "\n" - "Submodules:\n" - "\n" - ".. toctree::\n" - " :maxdepth: 1\n" - "\n" - " bpy.app.handlers.rst\n" - " bpy.app.icons.rst\n" - " bpy.app.timers.rst\n" - " bpy.app.translations.rst\n"); + "This module contains application values that remain unchanged during runtime."); static PyStructSequence_Desc app_info_desc = { "bpy.app", /* name */ -- cgit v1.2.3