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/mathutils/mathutils.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'source/blender/python/mathutils') diff --git a/source/blender/python/mathutils/mathutils.c b/source/blender/python/mathutils/mathutils.c index afdf890943e..704aade6d94 100644 --- a/source/blender/python/mathutils/mathutils.c +++ b/source/blender/python/mathutils/mathutils.c @@ -39,18 +39,7 @@ PyDoc_STRVAR( ".. note::\n" "\n" " Classes, methods and attributes that accept vectors also accept other numeric sequences,\n" - " such as tuples, lists." - "\n\n" - "Submodules:\n" - "\n" - ".. toctree::\n" - " :maxdepth: 1\n" - "\n" - " mathutils.geometry.rst\n" - " mathutils.bvhtree.rst\n" - " mathutils.kdtree.rst\n" - " mathutils.interpolate.rst\n" - " mathutils.noise.rst\n" + " such as tuples, lists.\n" "\n" "The :mod:`mathutils` module provides the following classes:\n" "\n" -- cgit v1.2.3